:root {
    --primary: #00b400;
    --secondary: #6418C3;
    --primary-hover: #066d06;
    --primary-light: #fbe5dc;
    --primary-dark: #943911;
    --rgba-primary-1: rgba(235, 129, 83, 0.1);
    --rgba-primary-2: rgba(235, 129, 83, 0.2);
    --rgba-primary-3: rgba(235, 129, 83, 0.3);
    --rgba-primary-4: rgba(235, 129, 83, 0.4);
    --rgba-primary-5: rgba(235, 129, 83, 0.5);
    --rgba-primary-6: rgba(235, 129, 83, 0.6);
    --rgba-primary-7: rgba(235, 129, 83, 0.7);
    --rgba-primary-8: rgba(235, 129, 83, 0.8);
    --rgba-primary-9: rgba(235, 129, 83, 0.9);
    --font-family-base: Roboto, sans-serif;
    --font-family-title: Roboto, sans-serif;

    --havoya: #5CCEFF;    
    --aa-blue: #454ec1;
    --aa-success: #080;
}

body {
    color: #202020 !important;
}

a {
    color: #00b400;
}

#preloader {
    background-color: rgb(102 195 255 / 90%);
    z-index: 99;
}
.sk-three-bounce {
    background-color: rgb(102 195 255 / 80%);
}
.sk-three-bounce .sk-child {
    background-color: #fff;
}

@media (min-width: 1023px){
    [data-layout="horizontal"] .deznav {
        width: 100%;
        border-radius: 0;
        position: relative;
        height: auto;
        padding-bottom: 0;
        top: 0;
        left: 0;
        z-index: 2;
    }
    [data-layout="horizontal"] .deznav .deznav-scroll {
        width: calc(100% - 80px);
        left: 40px;        
    }
}

.table-sm>:not(caption)>*>* {
    padding: .25rem .25rem;
    font-size: 80%
}

/*========================================================
/*=> Custom Bootstrap Control
========================================================*/
.btn-havoya{
    color: #fff;
    background-color: var(--havoya);
    border-color: var(--havoya);
    font-weight: 600;
}

.btn-aa-blue{
    color: #fff;
    background-color: var(--aa-blue);
    border-color: var(--aa-blue);
    font-weight: 600;
}

.d_loader {
    z-index: 9999;
    background-color: rgb(255 252 252 / 76%);
    display:none;
}

.custom-form .form-group {
    position: relative;
    margin-bottom: .3rem;
}

.custom-form .sw>.tab-content{
    overflow: unset;
}
.custom-form label{
    position:absolute;
    left: 30px;
    top: 6px;
    font-weight: 400;
    font-size: 12px;
    color: #379d1c;
    display:none
}
.custom-form .form-check-label{
    position: relative;
    display: inline;
    left: 10px;
}
.custom-form .form-control:not(.dropdown){
    font-weight: 400;
    height: 58px;
    line-height: 58px;
    padding-left: 35px;
/*     padding: 33px 18px 5px 30px; */
    color: #212529;
    background-color: #fff;
    border: 1px solid transparent;
    border-bottom: 2px solid #379d1c;
    border-radius: .175rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

textarea.form-control {
    line-height: 1.3 !important;
}

.bs-searchbox .form-control{
    height: 35px !important;
    padding: 5px!important;
    border: 1px solid #9E9E9E !important;
}

.custom-form .bootstrap-select{
    height:58px;
    background-color: #fff;
    border: 1px solid transparent;
    border-bottom: 2px solid #379d1c;    
    border-radius: 0
}
/*.custom-form .bootstrap-select .dropdown-menu {
    max-height: 200px !important;
    overflow-y: scroll !important;
}*/
.custom-form .bootstrap-select .dropdown-menu .inner.show{
    max-height: 200px !important;
    overflow-y: scroll !important;
}

.custom-form .bootstrap-select .btn{
    height: inherit;
    line-height: 58px;
    padding: 0 15px 0 30px;
    border: none !important;
    border-radius: 0;
}
.custom-form .form-icon{
    position:absolute;
    top: 0;
    line-height: 58px;
    padding: 0 8px;
    font-weight: 700;
}
.custom-form .dropdown .form-icon{
    left:0;
}

.custom-form .toolbar.toolbar-bottom{
    display:flex;
    margin-top: 30px;
}
.custom-form .toolbar.toolbar-bottom .btn{
    background-color: #379d1c;
    margin: 2px;
    width: 50%
}

.custom-form .form-wizard .nav-wizard li .nav-link span {
    background-color: #379d1c;
    color: #fff;
    text-align:center;
    border: 0.125rem solid #00b400;
}
.custom-form .form-wizard .nav-wizard li .nav-link.done:after {
    background-color: #379d1c !important;
}
@media only screen and (max-width: 767px){
    .custom-form .form-wizard .nav-wizard {
        flex-direction: unset !important;
    }
}

/*========================================================
/*=> Footer CSS Control
========================================================*/
.footer {
    background-color: #E6E6EB;
    color: #202020;
}

.footer .copyright a {
    color: var(--primary);
}

.footer a {
    color: #00b400;
}
section#footerbar {
    border-top: 1px solid #ccc;
}

#footerbar a, #footerbar .fa{
    color: #222;
}
section#footerbar nav a  span{
    color: #222;
    font-size:11px;
}

/*========================================================
/*=> DP Maker Style
========================================================*/
.form-dp .form-file  {
    height: 54px;
    border-radius: 5px;
    padding: 0
}
.form-dp .form-file-input{
    padding: 0 !important;
    height: 100%;
}
.form-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.form-file-input::before {
    content: 'Select a Photo';
    display: inline-block;
    background: #4b58d3;
    border-radius: 3px;
    padding: 0 8px;
    line-height: 50px;    
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    color:#fff;
    font-weight: 700;
    font-size: 10pt;
}

.baseImg-wrap {
    position: relative;
}
div#myImage {
    position: absolute;
    background-color: transparent;
    top: 30.3%;
    left: 59.6%;
    height: 26.2%;
    width: 28.7%;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    border-radius: 48px;
}

.pray-with-hamza div#myImage {
    position: absolute;
    background-color: transparent;
    top: 64.7%;
    left: 72.3%;
    height: 24.9%;
    width: 24.9%;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    border-radius: 79px;
}
.pray-with-hamza div#myImage #myImageTag{
    border-radius: inherit;
}
.myName {
    font-family: 'Kaushan Script', cursive;
    /* text-shadow: 2px 2px 2px #000; */
    font-size: 12px;
    font-size: calc(27px + 50%);
    position: absolute;
    background-color: #6599fe;
    top: 55.2%;
    left: 56.3%;
    height: 7.7%;
    width: 34.9%;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    font-weight: 600;
    line-height: 1.8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 13px;
}

.pray-with-hamza .myName {
    font-size: 12px;
    font-size: calc(2px + 50%);
    position: absolute;
    background-color: #ace8b4;
    top: 87%;
    left: 56.7%;
    height: 3%;
    width: 16.5%;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 3px;
}

@media(max-width: 767px){
/*  .myName, .myChurch{
        font-size: 2.2vw;
        line-height: 2;
    }*/
    .myName{
        font-size: 3.1vw;
        line-height: 1;
    }
    .pray-with-hamza .myName{
        font-size: 1.6vw;
        line-height: 1.9;
    }    
}
.toasts-top-right.fixed {
    position: fixed;
    font-size: 12px;
}
.toast {
    width: 350px;
    max-width: 100%;
    font-size: 12px !important;
}
.toast-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.toasts-top-right {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1040;
}
.toast-header .btn-close {
    background: none;
    padding: 0;
    background-color: transparent;
    border: 0;
}
.letter-box img {
    object-fit: cover;
    width: auto;
    height: 380px;
}

/*========================================================
/*=> Front Page Control
========================================================*/
.default-front .nav-header{
        background-color: #198754;
}
@media only screen and (max-width: 767px){
     .default-front .nav-header{
        background-color: #198754;
        position: relative;
    }
    .default-front .nav-header:before{
        content: "";
        display: table;
        position:absolute;
        height: 72px;
        width: 767px;
        background-color: #198754;
    }
}
@media (min-width: 1023px){
    [data-layout="horizontal"] .default-front .nav-header {
        width: 14rem;
        background-color: #198754;
    }
    [data-layout="horizontal"] .default-front .deznav {
        background-color: #198754;
        width: 100%;
        border-radius: 0;
        position: relative;
        top: 0;
        right:0px;
        left: 180px;
    }
    [data-layout="horizontal"] .default-front .deznav .metismenu {
        flex-direction: row;
        padding: 16px 20px 15px 50px;
        margin-bottom: 0;
    }    
    .default-front .deznav .metismenu > li > a {
        color: #fff !important;
        font-weight: 500;
        border: none;
    }
    .default-front .deznav a i{
        color: #fff !important;
        font-weight: inherit;
        font-size: 0.9rem !important;
    }
}

#section-1 .upper-text h3{
    font-size: 38px;
    font-weight: 800;
}
#section-1 .upper-text h4{
    font-size: 28px;
    font-weight: 800;
}
@media(max-width: 767px){
    #section-1 .upper-text h4{
        font-size: 22px;
        font-weight: 600;
    }    
}
