body {
    box-sizing: border-box;
    font-size: 16px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}


* {
    box-sizing: border-box;
}

header.main-header {
    background-color: #ffec0f;
    padding: 15px 0px;
}

.login-wrappper {
    background: #0D0D0D url(../images/loginbg.png) no-repeat center center;
    background-size: cover;
    height: 100vh;
    /* display: flex; */
    /* justify-content: center; */
}

.loginlogo {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 2rem;
}

.primarybtn, .secondrybtn {
    background: #009DEA;
    border: 2px solid #009DEA;
    min-width: 250px;
    font-weight: 700;
    padding: 8px 40px;
    border-radius: 30px;
    transition: all .3s ease;
}

.secondrybtn {
    background: transparent;
    color: #009DEA;
}

    .secondrybtn:hover {
        background: #009DEA;
        color: #000;
    }

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: auto;
    padding: 0px 15px;
}

.icon-social ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

    .icon-social ul li {
        margin-right: 4px;
        display: inline-block;
    }


        .icon-social ul li i {
            font-size: 1.3rem;
            color: #000;
        }

section.main-form {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.main-wrapper {
    width: 100%;
    max-width: 400px;
}

.main-wrapper-step-form {
    width: 100%;
    max-width: 600px;
}

footer.main-footer {
    background-color: #000;
    padding: 15px;
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.icon-social ul li p {
    margin: 0px;
    font-size: 1.2rem;
}

footer.main-footer p {
    text-align: center;
    color: #ffff;
    font-size: 1.2rem;
    margin: 0px;
}

button.btn-custom {
    background: #000;
    color: #fff;
}

.bg-black {
    background-color: #000;
}

.bg-grey {
    background-color: #2f3743;
}

.bg-landing {
    background-image: url(../images/bg-landing.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-form {
    background-image: url(../images/bg-form.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.opacity-bg {
    opacity: 0.5;
}

.logo img {
    width: 100%;
}

.logo {
    max-width: 320px;
    margin: auto;
    width: 100%;
}

.buttons-create a {
    display: inline-block;
    color: #000;
    background-color: #009DEA;
    width: 100%;
    max-width: 90%;
    margin: auto;
    border-radius: 10px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    font-size: 1.1rem;
}

.buttons-create {
    width: 100%;
    max-width: 230px;
    margin: auto;
    margin-top: 2rem;
}


    .buttons-create a.btn-hard {
        display: inline-block;
        color: #000;
        background-color: #009DEA;
        width: 100%;
        max-width: 100%;
        margin: auto;
        border-radius: 25px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
        font-size: 1.1rem;
        font-weight: 600;
    }

.text-welcome {
    margin: 1rem 0px;
}

    .text-welcome h2 {
        font-size: 2.2rem;
        font-weight: 400;
    }

    .text-welcome p {
        font-size: 1.1rem;
        margin: 1rem 0px;
    }

    .text-welcome p {
        font-size: 1.1rem;
        margin: 1.3rem 0px 2.5rem 0px;
    }

.buttons-custom button {
    width: 100%;
    max-width: 350px;
    height: 60px;
    border: none;
    background-color: #fff;
    font-size: 18px;
    border-radius: 50px;
    margin: 8px 5px;
}

    .buttons-custom button.button-white {
        border-top-right-radius: 0;
        box-shadow: 1px 3px 8px #0000001f;
        font-weight: 500;
    }

    .buttons-custom button.button-green {
        background-color: #45b57f;
        border-top-left-radius: 0;
        box-shadow: 1px 3px 8px #0000000d;
        font-weight: 500;
        color: #fff;
    }




#pointer {
    position: relative;
    background-color: #25362E;
    width: 100%;
    max-width: 160px;
    width: 100%;
    min-width: 178px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    color: #8BDAB7;
    font-size: 20px;
}

    #pointer:after {
        content: "";
        position: absolute;
        left: -19px;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-right: 20px solid #25362e;
        top: 0px;
    }

    #pointer:before {
        content: "";
        position: absolute;
        right: -19px;
        bottom: 0px;
        width: 0;
        height: 0;
        border-left: 20px solid #25362e;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
    }

.text-our-partner {
    position: relative;
    z-index: 2;
}

hr.our-partner {
    position: absolute;
    top: 8px;
    z-index: -1;
    background-color: #f5f5f5;
    width: 100%;
}

.para-text p {
    margin: 20px 0px;
    font-size: 1rem;
}

.item img.logo-owl {
    width: 100%;
    max-width: 150px;
    margin: auto;
}

.item {
    min-height: 150px;
    display: flex;
    align-items: center;
}

.owl-stage-outer {
    background-color: #ffffff96;
    border-radius: 20px;
}

.home-demo {
    margin-top: 4rem;
}

.loginlogo img.img-fluid {
    width: 100%;
    max-width: 300px;
}

.text-welcome svg {
    width: 100%;
    max-width: 500px;
}

.buttons-bottom {
    background: #1f2937;
    display: flex;
    justify-content: flex-end;
    margin: 0px -20px;
    padding: 0 20px;
}

.owl-nav {
    justify-content: space-between;
    position: absolute;
    top: 47px;
    width: 100%;
    max-width: 98%;
    display: flex;
    margin: auto;
    left: 10px;
}

.owl-carousel.owl-theme.owl-loaded.owl-drag {
    position: relative;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 5px !important;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dots {
    margin-top: 15px;
}

/*dashboard*/



/* login page css start here */


.login-form {
    max-width: 40%;
    margin: 0 auto;
    background: #fff;
    padding: 50px 60px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}

.Signin button.btn.sign {
    background-color: #45b57f !important;
    box-shadow: 1px 3px 8px #0000000d;
    font-weight: 500;
    color: #fff;
    width: 100%;
    height: 45px;
    font-size: 20px;
}

.login-form h3 {
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #28a745;
    font-size: 2.2rem;
    font-weight: 400;
}

.Signin {
    max-width: 50%;
    margin: 0 auto;
}

.forgot {
    text-align: right;
}

    .forgot a {
        color: #000;
        text-decoration: underline;
    }

.UserRegistration {
    text-align: right;
}

    .UserRegistration a {
        color: #000;
        text-decoration: underline;
        position: absolute;
        right: 885px;
        bottom: 15px;
    }

.login-form .form-group {
    position: relative;
}

.paragraph-heading {
    text-align: center;
    font-size: x-large;
    margin-top: 40px;
}


span.left-icon i {
    position: absolute;
    top: 43px;
    left: 12px;
    color: #555;
}

.login-form .form-group input.form-control {
    padding: 0 0 0 35px;
    height: 40px;
}

span.right-icon i {
    position: absolute;
    right: 15px;
    top: 43px;
    color: #555;
    cursor: pointer;
}



/* .login-form { */
/* max-width: 40%; */
/* margin: 0 auto; */
/* background: #fff; */
/* padding: 50px 60px; */
/* border-radius: 10px; */
/* box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px; */
/* } */




/* login page css end here */


/* Registration page css start here*/

.Registration-form {
    max-width: 70%;
    margin: 0 auto;
    background: #fff;
    padding: 30px 60px 20px 60px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}

    .Registration-form h3 {
        margin-bottom: 30px;
        text-align: center;
        text-transform: uppercase;
        color: #28a745;
        font-size: 2.2rem;
        font-weight: 400;
    }

@media (max-width:767px) {
    .Registration-form {
        max-width: 100%;
    }
}


.Registionlogo img.img-fluid {
    width: 100%;
    max-width: 500px;
}

.Registration-wrappper {
    background: #0D0D0D url(../images/loginbg.png) no-repeat center center;
    background-size: cover;
    height: 100vh;
    /* display: flex; */
    /* justify-content: center; */
}

.Registrationlogo {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0rem;
}

.customtitle {
    display: flex;
    align-items: center;
}

.w-33custm {
    width: 33.3%
}

.Registerbtn {
    max-width: 100%;
    margin: 0 auto;
}

    .Registerbtn button.btn.sign {
        background-color: #45b57f !important;
        box-shadow: 1px 3px 8px #0000000d;
        font-weight: 500;
        color: #fff;
        width: 100%;
        height: 42px;
        font-size: 20px;
        margin-top: 5px;
    }

span.left-icon-reg i {
    position: absolute;
    top: 43px;
    left: 25px;
    color: #555;
}

span.right-icon-reg i {
    position: absolute;
    right: 25px;
    top: 43px;
    color: #555;
    cursor: pointer;
}

.Registration-form .form-group input.form-control.custompass {
    padding: 0 0 0 35px;
    height: 40px;
}

.Registration-form .paragraph-heading {
    text-align: center;
    font-size: x-large;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-color {
    color: #fff;
    background-color: #45b57f;
    border: 1px solid #45b57f;
    padding: 10px 20px;
    border-radius: 40px;
    transition: all .3s ease;
    cursor: pointer;
}

    .btn-color:hover, .btn-color:focus, .btn-color:active {
        background: #fff !important;
        color: #45b57f !important;
        box-shadow: none !important;
        border: 1px solid #45b57f !important;
    }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border: 1px solid #dc3545;
    padding: 10px 20px;
    border-radius: 40px;
    transition: all .3s ease;
    cursor: pointer;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
        background: #fff !important;
        color: #dc3545 !important;
        box-shadow: none !important;
        border: 1px solid #dc3545 !important;
    }

@media only screen and (max-width:1366px) {
    .login-wrappper {
        background-size: cover;
        height: 100% !important;
        display: flex;
        justify-content: center;
        min-height: 100vh;
    }

    .login-form {
        max-width: 740px;
        margin: 0 auto;
        background: #fff;
        padding: 20px 20px;
        border-radius: 10px;
        box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
        width: 100%;
        margin-bottom: 30px;
    }
        .login-form svg {
            zoom: 0.7;
        }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1250px;
    }

 /*   .login-form svg {
        width: 100%;
    }*/
}

@media (max-width: 1024px) {
    .login-wrappper {
        background: #0D0D0D url(../images/loginbg.png) no-repeat center center;
        background-size: cover;
        height: 100vh;
    }

    .buttons-custom button {
        width: 100%;
        max-width: 350px;
        height: 60px;
        border: none;
        background-color: #fff;
        font-size: 18px;
        border-radius: 50px;
        margin: 8px 5px;
    }

    .login-form svg {
        width: 100%;
    }
  

    .login-form {
        max-width: 70%;
        margin: 20px auto;
        background: #fff;
        padding: 50px 60px;
        border-radius: 10px;
        box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    }
}

@media (max-width: 768px) {
    .login-wrappper {
        background: #0D0D0D url(../images/loginbg.png) no-repeat center center;
        background-size: cover;
        height: 100vh;
    }

    .buttons-custom button {
        width: 100%;
        max-width: 350px;
        height: 60px;
        border: none;
        background-color: #fff;
        font-size: 18px;
        border-radius: 50px;
        margin: 8px 5px;
    }

    .login-form svg {
        width: 100%;
    }
}

@media (max-width:767px) {
    .login-form {
        max-width: 100%;
        margin: 20px auto;
        background: #fff;
        padding: 50px 20px;
        border-radius: 10px;
        box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    }

        .login-form svg {
            width: 100%;
        }
}

/*@media print {
    section#table-amout {
        width: 100%;
    }

        section#table-amout .row {
            display: block;
            width: 100%;
            margin: 0;
        }

            section#table-amout .row .col-md-12 {
                display: block;
            }
}*/

/*#nav {


}

    #nav tr th {*/
/* margin: 0px;
        padding: 0px;
        width: 100%;*/
/*text-align:center;
    }

    #nav td {*/
/*   font-size: 18px;
        margin: 0px;
        padding: 5px;
        text-align: right;
        margin: 0px;*/
/*}

    #nav img {*/
/*    width: 30px;
        height: 30px;
        display: inline;
        padding: 5px;
        margin: 0px;*/
/*}*/
th.show-hide-table {
    position: relative;
}

    th.show-hide-table::before {
        content: "\f107";
        position: absolute;
        right: 20px;
        font-size: 25px;
        top: 1px;
        color: #fff;
        background: #45b57f;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100px;
        top: 10px;
    }

.upload_admin {
    display: flex;
    justify-content: space-between;
}

.cstm-mrgn {
    margin: 0 auto;
}
/*textarea design for doctorlien*/

/*textarea::placeholder {
   text-emphasis-color:;*/ /* Change this to a color that contrasts with the background */
/*opacity: 2;*/ /* Ensures the placeholder is fully opaque */
/*}*/
/*10/11/2025*/
.welcome-outer {
    width: 880px;
    margin: auto;
    padding-top:15px;
}
    .welcome-outer .text-welcome > div {
        margin-right: 150px;
    }
    .welcome-outer .text-welcome > div svg{
        zoom: 0.6;
        max-width: unset;
    }
.officelogin-wrapper{
    height: 100%;
}
.offlinelogin-form svg {
    zoom: 0.7;
}
.reset-form svg{
    zoom: 0.8;
}