@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.container-fluid {
    max-width: 1640px;
}

::-moz-selection {
    color: #ffffff;
    background: #9049B9;
}

::selection {
    color: #ffffff;
    background: #9049B9;
}

html,
body {
    height: 100%;
    min-height: 100vh;
    z-index: 9;
}

a:hover {
    text-decoration: none;
    color: #9049B9;
}

button:focus,
a:focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.owl-dots,
.owl-nav {
    display: none;
}

.custom-switch,
.custom-switch label,
.morning label,
.morning input {
    cursor: pointer;
}

body {
    font-family: "Montserrat", sans-serif;
    background: #fdfdfd;
    position: relative;
    margin: 0;
}

@media screen and (max-width: 414px) {
    body {
        zoom: 0.9;
    }
}

@media screen and (max-width: 991px) {
    .p-5 {
        padding: 2rem !important;
    }
}

@media screen and (max-width: 575px) {
    .p-5 {
        padding: 1rem !important;
    }
}

.mt-110 {
    margin-top: 110px;
}

@media screen and (max-width: 1919px) {
    .mt-110 {
        margin-top: 80px;
    }
}

@media screen and (max-width: 991px) {
    .mt-110 {
        margin-top: 80px;
    }
}

@media screen and (max-width: 575px) {
    .mt-110 {
        margin-top: 60px;
    }
}

@media screen and (max-width: 414px) {
    .mt-110 {
        margin-top: 50px;
    }
}

.custom_btn {
    padding: 17px 62px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.02em;
    background: #0c54a0;
    -webkit-box-shadow: 0px 3px 6px rgba(106, 94, 186, 0.2);
    box-shadow: 0px 3px 6px rgba(106, 94, 186, 0.2);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.custom_btn:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    color: #fff;
    background: #006cb5;
}

@media screen and (max-width: 1919px) {
    .custom_btn {
        padding: 16px 44px;
    }
}

@media screen and (max-width: 575px) {
    .custom_btn {
        padding: 16px 64px;
    }
}

@media screen and (max-width: 414px) {
    .custom_btn {
        padding: 12px 54px;
    }
}

@media screen and (max-width: 1279px) {
    .sign_in_body header {
        margin-top: 0;
        padding: 10px 0;
        zoom: 0.8;
        background: #F5F5F5;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    }
}

@media screen and (max-width: 767px) {
    .sign_in_body header {
        margin-top: 0;
        padding: 0px 0;
        zoom: 0.8;
        background: #F5F5F5;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    }
}

.sign_in_body header .container-fluid {
    max-width: 87%;
}

@media screen and (max-width: 1919px) {
    .sign_in_body header .container-fluid {
        max-width: 90%;
    }
}

@media screen and (max-width: 1365x) {
    .sign_in_body header .container-fluid {
        max-width: 94%;
    }
}

.sign_in_body header .container-fluid .logo {
    margin-top: 40px;
}

@media screen and (max-width: 1279px) {
    .sign_in_body header .container-fluid .logo {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .sign_in_body header .container-fluid .logo {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.sign_in_body .sign_in_section {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden !important;
}

@media screen and (max-width: 1279px) {
    .sign_in_body .sign_in_section {
        overflow: auto !important;
    }
}

@media screen and (max-width: 767px) {
    .sign_in_body .sign_in_section .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
    }
}

.sign_in_body .sign_in_section .form_div {
    max-width: 54%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

@media screen and (max-width: 1919px) {
    .sign_in_body .sign_in_section .form_div {
        max-width: 64%;
    }
}

@media screen and (max-width: 1439px) {
    .sign_in_body .sign_in_section .form_div {
        margin-top: 0;
    }
}

@media screen and (max-width: 1365px) {
    .sign_in_body .sign_in_section .form_div {
        max-width: 68%;
        margin-top: 0vh;
    }
}

@media screen and (max-width: 1279px) {
    .sign_in_body .sign_in_section .form_div {
        margin: 9vh 0 3vh 0;
        max-width: 44%;
    }
}

@media screen and (max-width: 991px) {
    .sign_in_body .sign_in_section .form_div {
        margin: 11vh 0 4vh 0;
    }
}

@media screen and (max-width: 767px) {
    .sign_in_body .sign_in_section .form_div {
        max-width: 80%;
        margin: 8vh 0 6vh 0;
    }
}

.sign_in_body .sign_in_section .form_div .sub_title {
    color: #F5F5F5 !important;
    opacity: 0.8;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .sign_in_body .sign_in_section .form_div .sub_title {
        font-size: 14px;
    }
}

.sign_in_body .sign_in_section .form_div .title {
    font-weight: bold;
    font-size: 30px;
    letter-spacing: -0.02em;
    color: #2B2A29;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .sign_in_body .sign_in_section .form_div .title {
        font-size: 24px;
    }
}

.sign_in_body .sign_in_section .form_div .sign_in_form {
    margin: 6vh 0;
}

@media screen and (max-width: 1439px) {
    .sign_in_body .sign_in_section .form_div .sign_in_form {
        margin: 5vh 0;
    }
}

@media screen and (max-width: 1279px) {
    .sign_in_body .sign_in_section .form_div .sign_in_form {
        margin: 4vh 0;
    }
}

@media screen and (max-width: 991px) {
    .sign_in_body .sign_in_section .form_div .sign_in_form {
        margin: 3vh 0;
    }
}

@media screen and (max-width: 767px) {
    .sign_in_body .sign_in_section .form_div .sign_in_form {
        margin: 4vh 0 8vh 0;
    }
}

@media screen and (max-width: 575px) {
    .sign_in_body .sign_in_section .form_div .sign_in_form {
        margin: 3vh 0 8vh 0;
    }
}

.sign_in_body .sign_in_section .form_div .sign_in_form .user-box {
    position: relative;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .sign_in_body .sign_in_section .form_div .sign_in_form .user-box {
        margin-bottom: 20px;
    }
}

.sign_in_body .sign_in_section .form_div .sign_in_form .user-box input {
    padding: 15px 0;
    width: 100%;
    color: #2B2A29;
    margin-bottom: 10px;
    border: none;
    border-bottom: solid 1px #939393;
    outline: none;
    background: transparent;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 0;
}

.sign_in_body .sign_in_section .form_div .sign_in_form .user-box input:focus {
    -webkit-box-shadow: 0px 1px 0px #9049B9;
    box-shadow: 0px 1px 0px #9049B9;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 575px) {
    .sign_in_body .sign_in_section .form_div .sign_in_form .user-box input {
        padding: 12px 0;
        font-size: 16px;
    }
}

.sign_in_body .sign_in_section .form_div .sign_in_form .user-box label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    color: #2B2A29;
    pointer-events: none;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
    opacity: 0.6;
}

@media screen and (max-width: 575px) {
    .sign_in_body .sign_in_section .form_div .sign_in_form .user-box label {
        font-size: 13px;
    }
}

.sign_in_body .sign_in_section .form_div .sign_in_form .user-box .password_hide {
    position: relative;
    cursor: pointer;
}

.sign_in_body .sign_in_section .form_div .sign_in_form .user-box .password_hide:after {
    content: url(../images/password_hide.svg);
    position: absolute;
    top: -14px;
    right: 0;
    padding: 10px 0;
}

.sign_in_body .sign_in_section .form_div .sign_in_form .form-group.form-check .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
}

.sign_in_body .sign_in_section .form_div .sign_in_form .remember_me {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .sign_in_body .sign_in_section .form_div .sign_in_form .remember_me {
        font-size: 14px;
    }

}

.sign_in_body .sign_in_section .form_div .sign_in_form a {
    color: #F16B7E !important;
}

.sign_in_body .sign_in_section .form_div .sign_in_form .user-box input:focus~label,
.sign_in_body .sign_in_section .form_div .sign_in_form .user-box input:valid~label {
    top: -20px;
    left: 0;
    color: #2B2A29;
    font-size: 13px;
    letter-spacing: -0.02em;
    opacity: 0.6;
}

.sign_in_body .sign_in_section .zydus_background {
    width: 100%;
}

@media screen and (max-width: 1919px) {
    .sign_in_body .sign_in_section .zydus_background {
        height: 100vh;
    }
}

@media screen and (max-width: 1279px) {
    .sign_in_body .sign_in_section .zydus_background {
        height: auto;
    }
}

@media screen and (max-width: 991px) {
    .sign_in_body .sign_in_section .zydus_background {
        height: 49vh;
    }
}

@media screen and (max-width: 767px) {
    .sign_in_body .sign_in_section .zydus_background {
        height: auto;
    }
}

.sign_in_body .sign_in_section .footer_line {
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
    position: absolute;
    bottom: 5vh;
    right: 15vh;
    line-height: 26px;
}

@media screen and (max-width: 1279px) {
    .sign_in_body .sign_in_section .footer_line {
        right: 6vh;
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .sign_in_body .sign_in_section .footer_line {
        font-size: 12px;
        bottom: 1vh;
        left: 6vh;
        line-height: 20px;
    }
}

.forgot_password_section {
    position: unset !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

@media screen and (max-width: 1439px) {
    .forgot_password_section .logo {
        padding: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .forgot_password_section .logo {
        margin-top: 0;
        zoom: 0.8 !important;
    }
}

.forgot_password_section .form_div {
    max-width: none !important;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 346px;
}

@media screen and (max-width: 1279px) {
    .forgot_password_section .form_div {
        margin: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .forgot_password_section .form_div {
        max-width: 80%;
        margin: 0 !important;
    }
}

.forgot_password_section .form_div .title {
    font-size: 26px !important;
}

.forgot_password_section .form_div .title,
.forgot_password_section .form_div .user-box label {
    color: #F5F5F5 !important;
}

.forgot_password_section .form_div .user-box input {
    border-bottom: solid 1px #F5F5F5 !important;
    color: #F5F5F5 !important;
}

.forgot_password_section .form_div .user-box input:focus {
    -webkit-box-shadow: 0px 1px 0px #F5F5F5 !important;
    box-shadow: 0px 1px 0px #F5F5F5 !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.forgot_password_section .form_div .password_hide:after {
    content: url(../images/password_hide_white.svg) !important;
}

.forgot_password_section .form_div .password_show:after {
    content: url(../images/password_show_white.svg) !important;
}

.forgot_password_section .form_div .custom_btn {
    background: #F5F5F5 !important;
    color: #2B2A29 !important;
    -webkit-box-shadow: 0px 3px 6px rgba(255, 255, 255, 0.16) !important;
    box-shadow: 0px 3px 6px rgba(255, 255, 255, 0.16) !important;
}

@media screen and (max-width: 1279px) {
    .forgot_password_section .form_div .sign_in_form {
        margin: 5vh 0 !important;
    }
}

.instructions_sent_section {
    position: unset !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    overflow: hidden !important;
}

.instructions_sent_section .form_div {
    max-width: 64% !important;
}

@media screen and (max-width: 1279px) {
    .instructions_sent_section .form_div {
        margin: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .instructions_sent_section .form_div {
        max-width: 80% !important;
        margin: 0 auto !important;
    }

    .butt {
        display: none;
    }
}

.instructions_sent_section .form_div .title {
    font-size: 26px !important;
}

.instructions_sent_section .form_div h3 {
    margin: 50px 0 30px 0;
}

.instructions_sent_section .form_div h3,
.instructions_sent_section .form_div p {
    color: #F5F5F5 !important;
    width: 100% !important;
}

@media screen and (max-width: 1279px) {
    .instructions_sent_section .form_div .sign_in_form {
        margin: 5vh 0 !important;
    }
}

.dashboard .header {
    padding: 14px;
    z-index: 1;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.dashboard .header .logo {
    height: 80px;
}

@media screen and (max-width: 767px) {
    .dashboard .header {
        background-color: #ffffff00;
        padding-top: 20px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .header div#navbarsExample03 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
}

.dashboard .header .dropdown .user_name {
    float: left;
    margin: 20px;
    font-weight: bold;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .dashboard .header .dropdown .user_name {
        display: none;
    }
}

.dashboard .header .dropdown .user_profile_img {
    border-radius: 100px;
    background: #0c54a0;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.dashboard .header .dropdown .dropdown-menu {
    position: absolute;
    right: 0;
    top: 11vh;
    left: unset;
    padding: 4px 30px;
    border-radius: 15px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 32px rgba(75, 75, 75, 0.1);
    box-shadow: 0px 0px 32px rgba(75, 75, 75, 0.1);
    border: none;
    width: 300px;
}

@media screen and (max-width: 767px) {
    .dashboard .header .dropdown .dropdown-menu {
        top: 13vh;
        zoom: 0.8;
    }
}

@media screen and (max-width: 320px) {
    .dashboard .header .dropdown .dropdown-menu {
        top: 13vh !important;
        zoom: 0.8;
    }

    .butt {
        display: none;
    }

    .icon {
        left: 135px !important;
    }
}

@media screen and (min-width: 360px) {
    .dashboard .header .dropdown .dropdown-menu {
        top: 13vh !important;
        zoom: 0.8;
    }

    .icon {
        left: 180px !important;
    }

    .dashboard .header .dropdown .user_profile_img {
        height: 50px;
    }
}

@media screen and (max-width: 375px) {
    .dashboard .header .dropdown .dropdown-menu {
        top: 9vh !important;
        zoom: 0.8;
    }
}

@media screen and (min-width: 414px) {
    .dashboard .header .dropdown .dropdown-menu {
        top: 10vh !important;
        zoom: 0.8;
    }

    .icon {
        left: 230px !important;
    }

    .dashboard .header .dropdown .user_profile_img {
        height: 50px;
    }
}

/*
@media screen and (max-width: 575px) {
  .dashboard .header .dropdown .dropdown-menu {
    top: 9vh;
    zoom: 0.8;
  }
}*/

.dashboard .header .dropdown .dropdown-menu::before {
    content: url();
    position: absolute;
    bottom: 0px;
    border-bottom: solid 12px #0c54a0;
    margin: 0 auto;
    display: table;
    width: 300px;
    left: 0;
    border-radius: 0 0 12px 12px;
}

.dashboard .header .dropdown .dropdown-menu::after {
    content: url();
    width: 0;
    height: 0;
    border-width: 0 18px 20px;
    border-style: solid;
    border-color: transparent transparent #ffffff;
    top: -18px;
    right: 32px;
    position: absolute;
}

.dashboard .header .dropdown .dropdown-menu .profile_popup {
    padding: 26px;
    border-bottom: #4b4b4b33 solid 1px;
}

.dashboard .header .dropdown .dropdown-menu .profile_popup .user_profile_img {
    height: 100px;
    -webkit-box-shadow: 0 0 0 2px #453B88;
    box-shadow: 0 0 0 2px #453B88;
}

.dashboard .header .dropdown .dropdown-menu .profile_popup .user_profile_name {
    font-weight: bold;
    margin-top: 20px;
    font-size: 22px;
    text-align: center;
    color: #000;
    text-shadow: 0px 16px 32px rgba(0, 0, 0, 0.15);
}

.dashboard .header .dropdown .dropdown-menu .profile_popup .user_profile_email {
    opacity: 0.7;
    margin: 10px 0 20px 0;
}

.dashboard .header .dropdown .dropdown-menu .profile_popup .view_profile {
    border-radius: 20px;
    padding: 7px 24px;
    background: #0c54a0;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    -webkit-box-shadow: 0px 3px 5px rgba(249, 108, 112, 0.3);
    box-shadow: 0px 3px 5px rgba(249, 108, 112, 0.3);
}

.dashboard .header .dropdown .dropdown-menu .profile_popup .view_profile:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.dashboard .header .dropdown .dropdown-menu .logout_popup {
    padding: 20px 0 30px;
}

.dashboard .header .dropdown .dropdown-menu .logout_popup .logout {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #000;
    text-shadow: 0px 16px 32px rgba(0, 0, 0, 0.15);
}

.header_inner a.btn {
    background: #31AFE4;
    color: #fff;
    border-color: #31AFE4;
}

.dashboard .jumbotron {
    margin-top: 100px;
    border-radius: 0 !important;
    padding: 0;
    background: url(../images/Block.png) no-repeat 0 100%;
    height: auto;
    background-size: cover;
    background-position: -170px center;
}

@media screen and (max-width: 767px) {
    .dashboard .jumbotron {
        padding: 40px 0;
        /*background-position-x: -162vh;*/
        background: #006cb5;
    }

    .small-box .icon3 {
        display: none;
    }

    .content {
        padding: 15px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .small-box>.inner {
        text-align: center;
    }


}

.dashboard .jumbotron .title {
    font-weight: bold;
    font-size: 26px;
    padding: 4px 0;
    letter-spacing: -0.02em;
    color: #0c54a0;
}

@media screen and (max-width: 991px) {
    .dashboard .jumbotron .title {
        font-size: 24px;
        color: #fff;
    }

    .icon-video {
        visibility: none;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .jumbotron .title {
        font-size: 24px;
    }

    .selectpicker_div button.btn.dropdown-toggle.btn-light {
        border-bottom: 1px solid #fff !important;
    }

    .selectpicker_div .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        color: #fff !important;
    }

    .selectpicker_div .selectpicker_label {
        color: #fff !important;
    }

    .dashboard .jumbotron .sub_title {
        color: #fff !important;
    }
}

.dashboard .jumbotron .sub_title {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 24px;
    color: #2b2a29;
    opacity: 0.8;
    margin: 0;
}

@media screen and (max-width: 1279px) {
    .dashboard .jumbotron .sub_title {
        font-size: 14px;
    }

    .icon-video {
        visibility: none;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .jumbotron .sub_title {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1600px) and (min-width: 767px) {
    .icon {
        display: none;
    }
}

.icon {
    position: absolute;
    left: 170px;
    top: 23px;
    background: blue;
    padding: 5px 10px;
    border-radius: 10px;
    background: #f49d2c;
    color: #fff;
}



.dashboard .activities {
    background: url(../images/left_dots.svg) no-repeat, url(../images/right_dots.svg) 105% 100% no-repeat;
}

@media screen and (max-width: 1919px) {
    .dashboard .activities {
        padding: 60px 0;
    }
}

@media screen and (max-width: 1279px) {
    .dashboard .activities {
        padding: 24px 0;
    }

    .icon-video {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .activities .col-xl-3.col-lg-6 {
        padding-bottom: 30px;
    }
}

.dashboard .activities .activities_box {
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    height: 100%;
}

@media screen and (max-width: 1439px) {
    .dashboard .activities .activities_box {
        padding: 22px 20px;
    }

    .icon-video {
        display: none;
    }
}

@media screen and (max-width: 1279px) {
    .dashboard .activities .activities_box {
        padding: 12px 0px;
        margin-top: 2px;
    }

    .icon-video {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .activities .activities_box {
        padding: 52px 10px;
    }

    .nav-tabs li a {
        margin: 5px 10px 6px 0px !important;
        display: block;
        font-size: 13px !important;
        padding: 16px 10px !important;
    }

    .modal-body {
        padding: 10px;
    }
}

.dashboard .activities .activities_box:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.dashboard .activities .activities_box p {
    margin-top: 20px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 24px;
    color: #2b2a29;
    margin-bottom: 0;
}

@media screen and (max-width: 1439px) {
    .dashboard .activities .activities_box p {
        margin-top: 12px;
    }
}

@media screen and (max-width: 1279px) {
    .dashboard .activities .activities_box p {
        line-height: 20px;
        margin-bottom: 10px;
        font-size: 18px;
    }
}

.dashboard .activities .activities_box strong {
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 26px;
    color: #2b2a29;
    opacity: 0.6;
}

.dashboard .activities .activities_box1 {
    background: #D3EDFF;
    border: 2px solid #0c54a0;
    -webkit-box-shadow: 0px 16px 32px #FEEED5;
    box-shadow: 0px 16px 32px #FEEED5;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.dashboard .activities .activities_box2 {
    background: #FEEED3;
    border: 2px solid #e85222;
    -webkit-box-shadow: 0px 16px 32px #d3edff;
    box-shadow: 0px 16px 32px #d3edff;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.dashboard .activities .activities_box3 {
    background: #d3edff;
    border: 2px solid #231775;
    -webkit-box-shadow: 0px 16px 32px #d3edff;
    box-shadow: 0px 16px 32px #d3edff;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.dashboard .activities .activities_box4 {
    background: #FEEED3;
    border: 2px solid #f7af58;
    -webkit-box-shadow: 0px 16px 32px #FEEED5;
    box-shadow: 0px 16px 32px #FEEED5;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

@media screen and (max-width: 767px) {
    .dashboard .activities .col-lg-3.col-md-6 {
        margin-top: 30px;
    }

    .dashboard .activities .mt-5 {
        margin-top: 2rem !important;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .activities .col-lg-3.col-md-6 {
        margin-top: 20px;
    }

    .dashboard .activities .mt-5 {
        margin-top: 1rem !important;
    }
}

.dashboard footer {
    padding: 24px;
    background: #e9e9e9;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 575px) {
    .dashboard footer {
        padding: 14px;
    }
}

.dashboard footer .footer_text {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #2b2a29;
    margin: 0;
    opacity: 0.8;
}

.doctor_e_card_section {
    background: url(../images/left_dots_clircle_dots_grayscale.svg) 0 48% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 101% 80% no-repeat;
}

@media screen and (max-width: 1365px) {
    .doctor_e_card_section {
        background: url(../images/left_dots_clircle_dots_grayscale.svg) -3% 48% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 106% 110% no-repeat;
    }
}

@media screen and (max-width: 1279px) {
    .doctor_e_card_section {
        background: url(../images/left_dots_clircle_dots_grayscale.svg) -6% 108% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 106% 44% no-repeat;
    }
}

@media screen and (max-width: 1079px) {
    .doctor_e_card_section {
        background: url(../images/left_dots_clircle_dots_grayscale.svg) -6% 108% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 106% 14% no-repeat;
    }
}

@media screen and (max-width: 991px) {
    .doctor_e_card_section {
        background: url(../images/left_dots_clircle_dots_grayscale.svg) -6% 104% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 110% 56% no-repeat;
    }
}

.doctor_e_card_section .jumbotron {
    height: 226px;
}

.doctor_e_card_section .jumbotron .form_white {
    width: 64%;
}

@media screen and (max-width: 767px) {
    .doctor_e_card_section .jumbotron .form_white {
        width: 100%;
    }
}

.doctor_e_card_section .jumbotron .form_white .user-box {
    position: relative;
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .doctor_e_card_section .jumbotron .form_white .user-box {
        margin-bottom: 0px;
        margin-top: 40px;
    }
}

.doctor_e_card_section .jumbotron .form_white .user-box input {
    padding: 15px 0;
    width: 100%;
    color: #F5F5F5;
    border: none;
    border-bottom: solid 1px #F5F5F5;
    outline: none;
    background: transparent;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 0;
}

.doctor_e_card_section .jumbotron .form_white .user-box input:focus {
    -webkit-box-shadow: 0px 1px 0px #F5F5F5;
    box-shadow: 0px 1px 0px #F5F5F5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1279px) {
    .doctor_e_card_section .jumbotron .form_white .user-box input {
        font-size: 16px !important;
    }
}

.doctor_e_card_section .jumbotron .form_white .user-box label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    color: #F5F5F5;
    pointer-events: none;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
    opacity: 0.6;
}

.doctor_e_card_section .jumbotron .form_white .user-box input:focus~label,
.doctor_e_card_section .jumbotron .form_white .user-box input:valid~label {
    top: -20px;
    left: 0;
    color: #F5F5F5;
    font-size: 13px;
    letter-spacing: -0.02em;
    opacity: 0.6;
}

.doctor_e_card_section .form_black {
    width: 100%;
}

@media screen and (max-width: 1919px) {
    .doctor_e_card_section .form_black {
        padding: 4px 0;
    }
}

.doctor_e_card_section .form_black .user-box {
    position: relative;
    margin-bottom: 40px !important;
    margin: 0 15px;
}

.doctor_e_card_section .form_black .user-box input {
    padding: 15px 0;
    width: 100%;
    color: #495057;
    border: none;
    border-bottom: solid 1px #2B2A29;
    outline: none;
    background: transparent;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 0;
}

.doctor_e_card_section .form_black .user-box input:focus {
    -webkit-box-shadow: 0px 1px 0px #2B2A29;
    box-shadow: 0px 1px 0px #2B2A29;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1279px) {
    .doctor_e_card_section .form_black .user-box input {
        font-size: 16px !important;
    }
}

.doctor_e_card_section .form_black .user-box label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    color: #2B2A29;
    pointer-events: none;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
    opacity: 0.6;
}

.doctor_e_card_section .form_black .user-box input:focus~label,
.doctor_e_card_section .form_black .user-box input:valid~label {
    top: -20px;
    left: 0;
    color: #2B2A29;
    font-size: 13px;
    letter-spacing: -0.02em;
    opacity: 0.6;
}

.doctor_e_card_section .form_black .upload_image {
    margin: 0 15px;
}

@media screen and (max-width: 991px) {
    .doctor_e_card_section .form_black .upload_image {
        margin-top: -10px;
    }
}

.doctor_e_card_section .form_black .upload_image .custom-file {
    margin-bottom: 40px;
}

.doctor_e_card_section .form_black .upload_image .custom-file button {
    z-index: 3 !important;
    cursor: pointer !important;
    border-radius: 18px;
    background: #006cb5;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 5px 20px;
    position: absolute;
    left: 0;
    top: 4px;
    -webkit-box-shadow: 0px 3px 5px rgba(249, 108, 112, 0.2);
    box-shadow: 0px 3px 5px rgba(249, 108, 112, 0.2);
}

.doctor_e_card_section .form_black .upload_image .custom-file button:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.doctor_e_card_section .form_black .upload_image h6 {
    font-size: 13px;
    letter-spacing: -0.02em;
    opacity: 0.6;
}

.doctor_e_card_section .form_black .upload_image .no_file_chosen {
    font-size: 12px;
    width: 100%;
    display: table;
    text-align: center;
}

.doctor_e_card_section .form_black h4 {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #2b2a29;
}

@media screen and (max-width: 1279px) {
    .doctor_e_card_section .form_black h4 {
        font-size: 16px;
    }
}

.doctor_e_card_section .form_black .booking_appointment {
    margin: 0 15px;
}

.doctor_e_card_section .form_black .booking_appointment h6 {
    margin: 0 auto;
}

.doctor_e_card_section .form_black .booking_appointment .appointment_tab {
    cursor: pointer;
    margin: 0px 10px !important;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #ddd;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    text-align: center !important;
    width: 160px;
}

@media screen and (max-width: 1279px) {
    .doctor_e_card_section .form_black .booking_appointment .appointment_tab {
        width: 135px;
        height: 52px;
    }
}

@media screen and (max-width: 991px) {
    .doctor_e_card_section .form_black .booking_appointment .appointment_tab {
        width: auto;
        height: 60px;
        margin: 10px 15px !important;
    }
}

@media screen and (max-width: 575px) {
    .doctor_e_card_section .form_black .booking_appointment .appointment_tab {
        width: inherit;
    }
}

.doctor_e_card_section .form_black .booking_appointment .appointment_tab:hover {
    background: #e9e9e9;
    border: 1px solid #ddd;
}

.doctor_e_card_section .form_black .booking_appointment .appointment_tab input {
    display: none;
}

.doctor_e_card_section .form_black .booking_appointment .appointment_tab .appointment_images {
    margin: 0 auto;
}

.doctor_e_card_section .form_black .booking_appointment .input_other {
    margin: 0px 10px !important;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #ddd;
    -ms-flex-align: center;
    display: -ms-flexbox;
    text-align: center !important;
    width: 160px;
}

@media screen and (max-width: 1279px) {
    .doctor_e_card_section .form_black .booking_appointment .input_other {
        width: 135px;
        height: 52px;
    }
}

@media screen and (max-width: 991px) {
    .doctor_e_card_section .form_black .booking_appointment .input_other {
        width: 85%;
        height: 60px;
        margin: 10px 15px !important;
    }
}

@media screen and (max-width: 575px) {
    .doctor_e_card_section .form_black .booking_appointment .input_other {
        width: 100%;
    }
}

.doctor_e_card_section .form_black .booking_appointment .input_other:focus {
    border: 2px solid #ddd;
    background: #e9e9e9;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.doctor_e_card_section .form_black .booking_appointment .selected {
    background: #e9e9e9;
    border: 1px solid #ddd;
}

.doctor_e_card_section .form_black .tele_consultation_timings {
    margin: 0 15px;
}

.doctor_e_card_section .form_black .tele_consultation_timings .custom-switch label {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 24px;
    text-align: left;
    color: #7B7B7A;
}

.doctor_e_card_section .form_black .tele_consultation_timings .select_day .select_days_title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #2b2a29;
    opacity: 1 !important;
    margin: 80px 0 30px 0;
}

@media screen and (max-width: 991px) {
    .doctor_e_card_section .form_black .tele_consultation_timings .select_day .select_days_title {
        margin: 60px 0 20px 0;
    }
}

.doctor_e_card_section .form_black .tele_consultation_timings .select_day .week .select_days {
    display: -ms-inline-grid;
    display: inline-grid;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #7C7B7B;
    margin-bottom: 0;
}

.doctor_e_card_section .form_black .tele_consultation_timings .select_day .week .select_days input {
    margin: 0 auto;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    cursor: pointer;
}

.doctor_e_card_section .form_black .tele_consultation_timings .select_time .morning_div {
    margin-top: 60px;
}

.doctor_e_card_section .form_black .tele_consultation_timings .select_time .morning_div .morning {
    margin-bottom: 26px;
}

.doctor_e_card_section .form_black .tele_consultation_timings .select_time .morning_div .morning input {
    margin: 0 auto;
    width: 20px;
    height: 20px;
    margin-top: 0px;
    vertical-align: top;
}

.doctor_e_card_section .form_black .tele_consultation_timings .select_time .morning_div .morning label {
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-left: 8px;
    margin-bottom: 0;
}

.doctor_e_card_section .form_black .tele_consultation_timings .select_time .morning_div .user-box input {
    padding: 15px 0;
    width: 60%;
}

.doctor_e_card_section .form_black .tele_consultation_timings .select_time .morning_div span {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.02em;
    text-align: right;
    color: #212529;
}

.doctor_e_card_section .form_black .form_buttons {
    padding: 60px 0 100px 0;
    text-align: center;
    margin: 0 auto;
    display: table;
    display: revert;
}

@media screen and (max-width: 1279px) {
    .doctor_e_card_section .form_black .form_buttons {
        padding: 60px 0 100px 0;
    }
}

.doctor_e_card_section .form_black .form_buttons span {
    margin-right: 60px;
    font-weight: 600;
    cursor: pointer;
    color: #2B2A29;
}

@media screen and (max-width: 767px) {
    .doctor_e_card_section .form_black .form_buttons span {
        margin-right: 40px;
    }

    .showdata {
        margin: 10px 0px;
    }
}

@media screen and (max-width: 575px) {
    .doctor_e_card_section .form_black .form_buttons span {
        margin-right: 30px;
    }
}

.doctor_e_card_preview .breadcrumb {
    background: #f5ac4c;
    background-size: cover;
    margin: 0;
    padding: 22px;
    border-radius: 0px;
}

@media screen and (max-width: 767px) {
    .doctor_e_card_preview .breadcrumb {
        padding: 15px;
    }
}

@media screen and (max-width: 575px) {
    .doctor_e_card_preview .breadcrumb {
        padding: 10px;
    }
}

.doctor_e_card_preview .breadcrumb li.breadcrumb-item {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .doctor_e_card_preview .breadcrumb li.breadcrumb-item {
        font-size: 14px;
    }

    .title1 {
        font-size: 18px !important;
    }
}

.doctor_e_card_preview .preview_image {
    background: url(../images/left_dots_clircle_dots_grayscale.svg) 0 48% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 101% 80% no-repeat;
    height: 83vh;
    z-index: -1;
}

@media screen and (max-width: 1919px) {
    .doctor_e_card_preview .preview_image {
        height: auto;
    }
}

@media screen and (max-width: 1365px) {
    .doctor_e_card_preview .preview_image {
        background: url(../images/left_dots_clircle_dots_grayscale.svg) 0 48% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 107% 80% no-repeat;
    }
}

@media screen and (max-width: 1279px) {
    .doctor_e_card_preview .preview_image {
        height: 83vh;
    }

    .doctor_e_card_preview .preview_image .row.d-flex.align-items-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: wrap-reverse;
        flex-flow: wrap-reverse;
    }
}

@media screen and (max-width: 991px) {
    .doctor_e_card_preview .preview_image {
        height: 78vh;
        background: url(../images/left_dots_clircle_dots_grayscale.svg) -9% 8% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 114% 130% no-repeat;
    }
}

@media screen and (max-width: 575px) {
    .doctor_e_card_preview .preview_image {
        height: 82vh;
        background: url(../images/left_dots_clircle_dots_grayscale.svg) -10% -67% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 124% 310% no-repeat;
    }
}

@media screen and (max-width: 413px) {
    .doctor_e_card_preview .preview_image {
        background: none;
        height: 79vh;
    }
}

.doctor_e_card_preview .preview_image .preview_buttons {
    height: 100%;
}

@media screen and (max-width: 1279px) {
    .doctor_e_card_preview .preview_image .preview_buttons {
        text-align: center;
    }
}

.doctor_e_card_preview .preview_image .preview_buttons button {
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    width: 180px;
    padding: 17px 0;
}

.doctor_e_card_preview .preview_image .preview_buttons button:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .doctor_e_card_preview .preview_image .preview_buttons button {
        width: 143px;
        padding: 16px 0;
    }
}

@media screen and (max-width: 575px) {
    .doctor_e_card_preview .preview_image .preview_buttons button {
        text-align: center;
        margin: 0 auto;
        margin: 16px auto;
        width: 80%;
        padding: 14px;
    }
}

@media screen and (max-width: 413px) {
    .doctor_e_card_preview .preview_image .preview_buttons button {
        padding: 10px;
    }
}

.doctor_e_card_preview .preview_image .preview_buttons .custom_btn_blue {
    border-radius: 30px;
    background: #f5ac4c;
    -webkit-box-shadow: 0px 3px 6px rgba(3, 119, 224, 0.2);
    box-shadow: 0px 3px 6px rgba(3, 119, 224, 0.2);
}

.doctor_e_card_preview .preview_image .preview_buttons .custom_btn_red {
    border-radius: 30px;
    background: #2b2a29;
    border: 1px solid #ff8e91;
    -webkit-box-shadow: 0px 3px 6px rgba(251, 107, 111, 0.2);
    box-shadow: 0px 3px 6px rgba(251, 107, 111, 0.2);
    margin: 30px 0;
}

@media screen and (max-width: 1279px) {
    .doctor_e_card_preview .preview_image .preview_buttons .custom_btn_red {
        margin: 0 20px;
    }
}

.doctor_e_card_preview .preview_image .preview_buttons .custom_btn_green {
    border-radius: 30px;
    background: #2AD199;
    -webkit-box-shadow: 0px 3px 6px rgba(58, 210, 159, 0.2);
    box-shadow: 0px 3px 6px rgba(58, 210, 159, 0.2);
}

@media screen and (max-width: 1439px) {
    .doctor_e_card_preview .preview_image .image_holder {
        zoom: 0.8;
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (max-width: 1279px) {
    .doctor_e_card_preview .preview_image .image_holder {
        zoom: 1;
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .doctor_e_card_preview .preview_image .image_holder {
        zoom: 0.8;
    }
}

@media screen and (max-width: 767px) {
    .doctor_e_card_preview .preview_image .image_holder {
        zoom: 0.6;
    }
}

@media screen and (max-width: 575px) {
    .doctor_e_card_preview .preview_image .image_holder {
        zoom: 0.4;
    }
}

@media screen and (max-width: 413px) {
    .doctor_e_card_preview .preview_image .image_holder {
        zoom: 0.4;
    }
}

.doctor_e_card_preview .preview_image .image_holder:after {
    content: url(../images/card_preview_holder.png);
    position: absolute;
    left: 60px;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}

@media screen and (max-width: 1279px) {
    .doctor_e_card_preview .preview_image .image_holder:after {
        left: 0px;
    }
}

.doctor_e_card_preview .preview_image .image_holder .dr_card_preview {
    padding: 100px 77px;
    margin: 0px 48px;
}

@media screen and (max-width: 1365px) {
    .doctor_e_card_preview .preview_image .image_holder .dr_card_preview {
        margin-left: 101px;
        padding: 98px 77px;
    }
}

@media screen and (max-width: 1279px) {
    .doctor_e_card_preview .preview_image .image_holder .dr_card_preview {
        margin-left: 40px;
        padding: 98px 27px;
    }
}

@media screen and (max-width: 991px) {
    .doctor_e_card_preview .preview_image .image_holder .dr_card_preview {
        margin-left: 30px;
    }
}

@media screen and (max-width: 575px) {
    .doctor_e_card_preview .preview_image .image_holder .dr_card_preview {
        margin-left: 50px;
    }
}

@media screen and (max-width: 991px) {
    .chemist_availability_card {
        background: url(../images/left_dots_clircle_dots.svg) -2% 112% no-repeat, url(../images/right_triangle_dots.svg) 112% 16% no-repeat !important;
    }
}

@media screen and (max-width: 575px) {
    .chemist_availability_card {
        background: url(../images/left_dots_clircle_dots.svg) -12% 107% no-repeat, url(../images/right_triangle_dots.svg) 157% 22% no-repeat !important;
    }
}

.chemist_availability_card .tabs {
    margin-top: 80px;
}

@media screen and (max-width: 575px) {
    .chemist_availability_card .tabs {
        margin-top: 30px;
    }
}

.chemist_availability_card .tabs .nav-link {
    margin: 0 20px 0 0;
    padding: 15px 0;
    border-radius: 28px;
    background: #f5f5f5;
    border: 2px solid #5245A7;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #2B2A29;
}

.chemist_availability_card .tabs .nav-link:hover {
    margin: 0 20px 0 0;
    background: #5245A7;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 136, 227, 0.2);
    box-shadow: 0px 0px 20px rgba(0, 136, 227, 0.2);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 24px;
    color: #fff;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.chemist_availability_card .tabs a.active {
    margin: 0 20px 0 0;
    background: #5245A7;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 136, 227, 0.2);
    box-shadow: 0px 0px 20px rgba(0, 136, 227, 0.2);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 24px;
    color: #fff;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.profile_pic_creation {
    background: url(../images/left_dots_clircle_dots_grayscale.svg) 0 78% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 102% 150% no-repeat;
}

@media screen and (max-width: 1365px) {
    .profile_pic_creation {
        background: url(../images/left_dots_clircle_dots_grayscale.svg) -4% 102% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 105% 10% no-repeat !important;
    }
}

@media screen and (max-width: 1279px) {
    .profile_pic_creation {
        height: 88vh;
    }
}

@media screen and (max-width: 991px) {
    .profile_pic_creation {
        height: 85vh;
        background: url(../images/left_dots_clircle_dots_grayscale.svg) -9% 8% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 114% 130% no-repeat;
    }
}

@media screen and (max-width: 575px) {
    .profile_pic_creation {
        height: auto;
        background: url(../images/left_dots_clircle_dots_grayscale.svg) -12% 140% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 105% -30% no-repeat !important;
    }
}

@media screen and (max-width: 413px) {
    .profile_pic_creation {
        background: none;
    }
}

.profile_pic_creation .form_black .mt-110 {
    margin-top: 90px;
}

@media screen and (max-width: 767px) {
    .profile_pic_creation .form_black .mt-110 {
        margin-top: 50px;
    }
}

.profile_pic_creation .form_black .upload_image h6 {
    font-size: 14px;
    letter-spacing: -0.02em;
    opacity: 0.6;
}

@media screen and (max-width: 767px) {
    .profile_pic_creation .form_black .form_buttons {
        padding: 20px 0 30px 0 !important;
    }
}

.birthday_images_video {
    background: url(../images/left_dots_clircle_dots_grayscale.svg) 0 78% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 102% 150% no-repeat;
}

@media screen and (max-width: 1279px) {
    .birthday_images_video {
        background: url(../images/left_dots_clircle_dots_grayscale.svg) 0 58% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 102% 123% no-repeat;
        height: 88vh;
    }
}

@media screen and (max-width: 991px) {
    .birthday_images_video {
        height: 85vh;
    }
}

@media screen and (max-width: 767px) {
    .birthday_images_video {
        height: 85vh;
    }
}

@media screen and (max-width: 575px) {
    .birthday_images_video {
        height: auto;
        background: url(../images/left_dots_clircle_dots_grayscale.svg) -14% 138% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 172% 93% no-repeat;
    }
}

.birthday_images_video .form_black .mt-110 {
    margin-top: 110px;
}

@media screen and (max-width: 1919px) {
    .birthday_images_video .form_black .mt-110 {
        margin-top: 80px;
    }
}

@media screen and (max-width: 1439px) {
    .birthday_images_video .form_black .mt-110 {
        margin-top: 60px;
    }
}

@media screen and (max-width: 1279px) {
    .birthday_images_video .form_black .mt-110 {
        margin-top: 110px;
    }
}

@media screen and (max-width: 991px) {
    .birthday_images_video .form_black .mt-110 {
        margin-top: 60px;
    }
}

@media screen and (max-width: 575px) {
    .birthday_images_video .form_black .mt-110 {
        margin-top: 60px;
    }
}

@media screen and (max-width: 414px) {
    .birthday_images_video .form_black .mt-110 {
        margin-top: 50px;
    }
}

.birthday_images_video .form_black .form_buttons {
    padding: 118px 0;
}

@media screen and (max-width: 1919px) {
    .birthday_images_video .form_black .form_buttons {
        padding: 90px 0;
    }
}

@media screen and (max-width: 1439px) {
    .birthday_images_video .form_black .form_buttons {
        padding: 60px 0;
    }
}

@media screen and (max-width: 1279px) {
    .birthday_images_video .form_black .form_buttons {
        padding: 118px 0;
    }
}

@media screen and (max-width: 767px) {
    .birthday_images_video .form_black .form_buttons {
        padding: 80px 0;
    }
}

.birthday_images_video .form_black .upload_image h6 {
    font-size: 14px;
    letter-spacing: -0.02em;
    opacity: 0.6;
}

.birthday_images_video .form_black .tabs .nav-link {
    border-radius: 36px;
    padding: 24px 88px;
    background: #DDDDDD;
}

@media screen and (max-width: 991px) {
    .birthday_images_video .form_black .tabs .nav-link {
        padding: 20px 72px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .birthday_images_video .form_black .tabs .nav-link {
        padding: 14px 50px;
    }
}

.birthday_images_video .form_black .tabs .nav-link path#videocam-24px,
.birthday_images_video .form_black .tabs .nav-link path#Path_4152 {
    fill: black;
}

.birthday_images_video .form_black .tabs .active {
    border-radius: 36px;
    padding: 24px 88px;
    background: #5245A7;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 136, 227, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 136, 227, 0.16);
}

@media screen and (max-width: 991px) {
    .birthday_images_video .form_black .tabs .active {
        padding: 20px 72px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .birthday_images_video .form_black .tabs .active {
        padding: 14px 50px;
    }
}

.birthday_images_video .form_black .tabs .active path#videocam-24px,
.birthday_images_video .form_black .tabs .active path#Path_4152 {
    fill: #F5F5F5;
}

.select_birthday_frame {
    background: url(../images/left_dots_clircle_dots_grayscale.svg) 0 48% no-repeat, url(../images/right_triangle_dots_grayscale.svg) 101% 80% no-repeat;
}

.select_birthday_frame .breadcrumb {
    background: #9049B9;
    background-size: cover;
    margin: 0;
    padding: 22px;
    border-radius: 0;
}

@media screen and (max-width: 767px) {
    .select_birthday_frame .breadcrumb {
        padding: 15px;
    }
}

@media screen and (max-width: 575px) {
    .select_birthday_frame .breadcrumb {
        padding: 12px;
    }
}

.select_birthday_frame .breadcrumb li.breadcrumb-item {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .select_birthday_frame .breadcrumb li.breadcrumb-item {
        font-size: 14px;
    }
}

.select_birthday_frame .form_buttons {
    padding: 60px 0 100px 0;
    text-align: center;
    margin: 0 auto;
    display: table;
    display: revert;
}

@media screen and (max-width: 575px) {
    .select_birthday_frame .form_buttons {
        padding: 40px;
    }
}

.select_birthday_frame .form_buttons span {
    margin-right: 60px;
    font-weight: 600;
    cursor: pointer;
    font-family: Montserrat;
    color: #2B2A29;
}

.select_birthday_frame .col-lg-4.col-md-4.col-sm-6.col-xs-12 {
    margin: 20px 0;
}

.select_birthday_frame .col-lg-3.col-md-4.col-sm-6.col-xs-12 {
    margin: 20px 0;
}

.select_birthday_frame .video_div {
    cursor: pointer;
    margin-top: 40px;
}

@media screen and (max-width: 575px) {
    .select_birthday_frame .video_div {
        width: 100%;
        margin: 0 auto;
        display: table;
        text-align: center;
    }
}

.select_birthday_frame .video_div:first-child {
    margin-top: 0;
}

.select_birthday_frame .video_div::after {
    content: url("../images/videocam.svg");
    position: absolute;
    top: 10px;
    margin-left: -30px;
    z-index: 1;
    -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
}

.select_birthday_frame .video_div:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    opacity: 1;
}

.select_birthday_frame .selected_item {
    background-color: #453b88;
    -webkit-filter: none;
    filter: none;
}

.select_birthday_frame .selected_item .vid_img_file {
    opacity: .6;
    background-color: #453b88;
}

@media screen and (max-width: 575px) {
    .birthday_images_video_preview .preview_image {
        margin-left: 0;
        height: 100vh;
    }
}

@media screen and (max-width: 1439px) {
    .birthday_images_video_preview .image_holder2 {
        zoom: 0.8;
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (max-width: 1279px) {
    .birthday_images_video_preview .image_holder2 {
        zoom: 1;
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .birthday_images_video_preview .image_holder2 {
        zoom: 0.8;
    }
}

@media screen and (max-width: 767px) {
    .birthday_images_video_preview .image_holder2 {
        zoom: 0.8;
    }
}

@media screen and (max-width: 575px) {
    .birthday_images_video_preview .image_holder2 {
        zoom: 0.6;
    }
}

.birthday_images_video_preview .image_holder2 video {
    width: 326px !important;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.birthday_images_video_preview .image_holder2:after {
    content: url(../images/birthday_images_video_preview_holder.png);
    position: absolute;
    left: 60px;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .birthday_images_video_preview .image_holder2:after {
        left: 10px;
        margin: 0 auto;
        display: table;
    }
}

@media screen and (max-width: 575px) {
    .birthday_images_video_preview .image_holder2:after {
        left: 70px;
    }
}

.birthday_images_video_preview .image_holder2 .dr_card_preview2 {
    padding: 0;
    margin: 100px 192px 56px;
    border: solid 1px #dedede;
}

@media screen and (max-width: 1439px) {
    .birthday_images_video_preview .image_holder2 .dr_card_preview2 {
        margin: 100px 317px 56px 323px;
    }
}

@media screen and (max-width: 1365px) {
    .birthday_images_video_preview .image_holder2 .dr_card_preview2 {
        padding: 0;
    }
}

@media screen and (max-width: 1279px) {
    .birthday_images_video_preview .image_holder2 .dr_card_preview2 {
        padding: 0;
        margin: 100px 0 100px 50px;
    }
}

@media screen and (max-width: 991px) {
    .birthday_images_video_preview .image_holder2 .dr_card_preview2 {
        margin-left: 50px;
    }
}

@media screen and (max-width: 767px) {
    .birthday_images_video_preview .image_holder2 .dr_card_preview2 {
        margin-left: -40px;
    }
}

@media screen and (max-width: 575px) {
    .birthday_images_video_preview .image_holder2 .dr_card_preview2 {
        margin-left: -40px;
    }
}

@media screen and (max-width: 413px) {
    .birthday_images_video_preview .image_holder2 .dr_card_preview2 {
        margin-left: 60px;
    }
}

@media screen and (max-width: 575px) {
    .birthday_images_video_preview .image_holder3:after {
        left: 70px;
    }

    .dashboard .header .logo {
        height: 50px;
    }

    .sign_in_body header .container-fluid .logo {
        width: 60%;
    }
}

.birthday_images_video_preview .image_holder3 .dr_card_preview3 {
    padding: 0;
    margin: 100px 192px 56px;
    border: solid 1px #dedede;
}

@media screen and (max-width: 1439px) {
    .birthday_images_video_preview .image_holder3 .dr_card_preview3 {
        margin: 100px 87px 56px 113px;
        ;
    }
}

@media screen and (max-width: 1365px) {
    .birthday_images_video_preview .image_holder3 .dr_card_preview3 {
        padding: 0;
    }
}

@media screen and (max-width: 1279px) {
    .birthday_images_video_preview .image_holder3 .dr_card_preview3 {
        padding: 0;
        margin: 100px 0 100px 50px;
    }
}

@media screen and (max-width: 991px) {
    .birthday_images_video_preview .image_holder3 .dr_card_preview3 {
        margin-left: 50px;
    }
}

@media screen and (max-width: 767px) {
    .birthday_images_video_preview .image_holder3 .dr_card_preview3 {
        margin-left: -40px;
    }
}

@media screen and (max-width: 575px) {
    .birthday_images_video_preview .image_holder3 .dr_card_preview3 {
        margin-left: -40px;
    }
}

@media screen and (max-width: 413px) {
    .birthday_images_video_preview .image_holder3 .dr_card_preview3 {
        margin-left: 60px;
    }
}

/*.birthday_images_video_preview .image_holder3::after {
    content: url(../images/birthday_images_video_preview_holder.png);
    position: absolute;
    left: -20px;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}*/

#target {
    margin-top: 90px;
}

.doctor_e_card_preview .form-group label {

    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: #000;
    opacity: 0.5;

}

.selectpicker_div {
    position: relative;
    margin: 0 15px;
    width: 100%;
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .selectpicker_div {
        margin-top: 40px;
    }
}

.doctor_e_card_section .form_black .tabs .nav-link {
    border-radius: 36px;
    padding: 17px 48px;
    background: #aeabab;
}

.doctor_e_card_section .form_black .tabs .active path#videocam-24px,
.doctor_e_card_section .form_black .tabs .active path#Path_4152 {
    fill: #F5F5F5;
}

.doctor_e_card_section .form_black .tabs .active {
    border-radius: 36px;
    padding: 17px 48px;
    background: #006cb5;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 136, 227, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 136, 227, 0.16);
}

.video-butt {
    z-index: 3 !important;
    cursor: pointer !important;
    border-radius: 18px;
    background: #0c54a0;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 5px 20px;
    left: 0;
    -webkit-box-shadow: 0px 3px 5px rgba(249, 108, 112, 0.2);
    box-shadow: 0px 3px 5px rgba(249, 108, 112, 0.2);
}

video {
    width: 100%;
}

.selectpicker_div .selectpicker_label {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #fff;
    opacity: 0.8;
    margin: 0;
    position: absolute;
    top: -20px;
    left: 0;
    padding: 10px 0;
}

.selectpicker_div .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.selectpicker_div button.btn.dropdown-toggle.btn-light {
    width: 100% !important;
    color: #fff;
    background-color: transparent;
    background: transparent;
    border-bottom: 1px solid #fff !important;
    border-radius: 0;
    border: none;
    padding: 15px 10px 15px 0;
}

.selectpicker_div .btn-light:not(:disabled):not(.disabled).active,
.selectpicker_div .btn-light:not(:disabled):not(.disabled):active,
.selectpicker_div .show>.btn-light.dropdown-toggle {
    color: #ffffff;
    background-color: #f8f9fa00;
    border-bottom: #f8f9fa solid 1px;
    border-radius: 0;
    border: none;
}

.selectpicker_div .bootstrap-select .dropdown-toggle:focus,
.selectpicker_div .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    outline: none !important;
    outline-offset: -2px;
    -webkit-box-shadow: 0px 1px 0px #ffffff !important;
    box-shadow: 0px 1px 0px #ffffff !important;
}

.selectpicker_div .dropdown-item {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #807F7F;
    padding: 14px 20px;
    border-bottom: #ddd solid 1px;
}

.selectpicker_div .dropdown-item.active,
.selectpicker_div .dropdown-item:active {
    color: #2B2A29;
    text-decoration: none;
    background: #e4e4e4;
    padding: 14px 20px !important;
}

.selectpicker_div .form-control:focus {
    color: #495057;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.selectpicker_div .dropdown-menu.show {
    border-radius: 0 0 15px 15px;
    background: #fff;
    -webkit-box-shadow: 0px 16px 32px rgba(75, 75, 75, 0.2);
    box-shadow: 0px 16px 32px rgba(75, 75, 75, 0.2);
    margin-top: 0;
    border: none;
}

.selectpicker_div .dropdown-menu.show:before {
    content: url();
    position: absolute;
    bottom: 0px;
    border-bottom: solid 12px #0c54a0;
    margin: 0 auto;
    display: table;
    width: 100%;
    left: 0;
    border-radius: 0 0 12px 12px;
    z-index: 1;
}

.selectpicker_div .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #fff;
    /* margin: 0; */
    /* padding: 0; */
    line-height: normal;
}

.selectpicker_div .dropdown-item:focus,
.selectpicker_div .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #00000012;
}

.selectpicker_div_black {
    position: relative;
    margin-bottom: 40px !important;
    margin: 0 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.selectpicker_div_black .selectpicker_label {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #2B2A29;
    opacity: 0.6;
    margin: 0;
    position: absolute;
    top: -20px;
    left: 0;
    padding: 10px 0;
}

.selectpicker_div_black .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.selectpicker_div_black button.btn.dropdown-toggle.btn-light {
    width: 100% !important;
    color: #2B2A29;
    background-color: transparent;
    background: transparent;
    border-bottom: 1px solid #2B2A29 !important;
    border-radius: 0;
    border: none;
    padding: 0px 10px 0px 0;
}

.selectpicker_div_black .btn-light:not(:disabled):not(.disabled).active,
.selectpicker_div_black .btn-light:not(:disabled):not(.disabled):active,
.selectpicker_div_black .show>.btn-light.dropdown-toggle {
    color: #372a29;
    background-color: #f8f9fa00;
    border-bottom: #372a29 solid 1px;
    border-radius: 0;
    border: none;
}

.selectpicker_div_black .bootstrap-select .dropdown-toggle:focus,
.selectpicker_div_black .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    outline: none !important;
    outline-offset: -2px;
    -webkit-box-shadow: 0px 1px 0px #2B2A29 !important;
    box-shadow: 0px 1px 0px #2B2A29 !important;
}

.selectpicker_div_black .dropdown-item {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #807F7F;
    padding: 14px 20px;
    border-bottom: #ddd solid 1px;
}

.selectpicker_div_black .dropdown-item.active,
.selectpicker_div_black .dropdown-item:active {
    color: #2B2A29;
    text-decoration: none;
    background: #e4e4e4;
    padding: 14px 20px !important;
}

.selectpicker_div_black .form-control:focus {
    color: #495057;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.selectpicker_div_black .dropdown-menu.show {
    border-radius: 0 0 15px 15px;
    background: #fff;
    -webkit-box-shadow: 0px 16px 32px rgba(75, 75, 75, 0.2);
    box-shadow: 0px 16px 32px rgba(75, 75, 75, 0.2);
    margin-top: 0;
    border: none;
}

.selectpicker_div_black .dropdown-menu.show:before {
    content: url();
    position: absolute;
    bottom: 0px;
    border-bottom: solid 12px #9049B9;
    margin: 0 auto;
    display: table;
    width: 100%;
    left: 0;
    border-radius: 0 0 12px 12px;
    z-index: 999;
}

.selectpicker_div_black .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.02em;
    text-align: left;
    padding: 15px 0;
    color: #495057;
    /* margin: 0; */
    /* padding: 0; */
    line-height: normal;
}

.selectpicker_div_black .dropdown-item:focus,
.selectpicker_div_black .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #00000012;
}

.selectpicker_div_black_am_pm {
    float: right;
    position: relative;
    margin: 0 30px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.selectpicker_div_black_am_pm .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.selectpicker_div_black_am_pm button.btn.dropdown-toggle.btn-light {
    width: 100% !important;
    color: #9049B9;
    background-color: transparent;
    background: transparent;
    border-bottom: none;
    border-radius: 0;
    border: none;
    padding: 0px 10px 0px 0;
}

.selectpicker_div_black_am_pm .btn-light:not(:disabled):not(.disabled).active,
.selectpicker_div_black_am_pm .btn-light:not(:disabled):not(.disabled):active,
.selectpicker_div_black_am_pm .show>.btn-light.dropdown-toggle {
    color: #372a29;
    background-color: #f8f9fa00;
    border-bottom: #372a29 solid 1px;
    border-radius: 0;
    border: none;
}

.selectpicker_div_black_am_pm .bootstrap-select .dropdown-toggle:focus,
.selectpicker_div_black_am_pm .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    outline: none !important;
    outline-offset: -2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.selectpicker_div_black_am_pm .dropdown-item {
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #807F7F;
    padding: 10px 20px;
    border-bottom: #ddd solid 1px;
}

.selectpicker_div_black_am_pm .dropdown-item span {
    font-size: 16px !important;
}

.selectpicker_div_black_am_pm .dropdown-item.active,
.selectpicker_div_black_am_pm .dropdown-item:active {
    color: #2B2A29;
    text-decoration: none;
    background: #e4e4e4;
    padding: 10px 20px !important;
}

.selectpicker_div_black_am_pm .form-control:focus {
    color: #495057;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.selectpicker_div_black_am_pm .dropdown-menu.show {
    padding-top: 5px;
    border-radius: 0 0 6px 6px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 15px #4b4b4b1a;
    box-shadow: 0px 10px 15px #4b4b4b1a;
    margin-top: 0;
    border: none;
}

.selectpicker_div_black_am_pm .dropdown-menu.show:before {
    content: url();
    position: absolute;
    bottom: 0px;
    border-bottom: solid 8px #9049B9;
    margin: 0 auto;
    display: table;
    width: 100%;
    left: 0;
    border-radius: 0 !important;
    z-index: 999;
}

.selectpicker_div_black_am_pm .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px !important;
    letter-spacing: -0.02em;
    text-align: left;
    padding: 15px 0;
    color: #9049B9;
    /* margin: 0; */
    /* padding: 0; */
    line-height: normal;
}

.selectpicker_div_black_am_pm .dropdown-item:focus,
.selectpicker_div_black_am_pm .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #00000012;
}

/*.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #9A93CA;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem #9A93CA;
          box-shadow: 0 0 0 0.2rem #9A93CA;
}*/

@media screen and (max-width: 767px) {
    .form_buttons [data-aos=fade-right] {
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        opacity: 1 !important;
    }

    .form_buttons [data-aos=fade-left] {
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        opacity: 1 !important;
    }
}

.content {
    min-height: 250px;
    padding: 20px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 105px;
    padding-right: 105px;
}

.green-butt {
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    width: 180px;
    padding: 17px 0;
    border-radius: 30px;
    background: #2AD199;
    -webkit-box-shadow: 0px 3px 6px rgba(58, 210, 159, 0.2);
    box-shadow: 0px 3px 6px rgba(58, 210, 159, 0.2);
    margin: 600px 0px 60px 0px;
}

.green-butt3 {
    margin: 600px 0px 60px 0px;
}

.green-butt1 {
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    width: 180px;
    padding: 17px 0;
    border-radius: 30px;
    background: #2AD199;
    -webkit-box-shadow: 0px 3px 6px rgba(58, 210, 159, 0.2);
    box-shadow: 0px 3px 6px rgba(58, 210, 159, 0.2);
    margin: 40px 0px 0px 0px;
}


.green-butt2 {
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    width: 180px;
    padding: 17px 0;
    border-radius: 30px;
    background: #2AD199;
    -webkit-box-shadow: 0px 3px 6px rgba(58, 210, 159, 0.2);
    box-shadow: 0px 3px 6px rgba(58, 210, 159, 0.2);
    margin: 730px 0px 0px 0px;
}


.green-butt4 {
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    width: 180px;
    padding: 17px 0;
    border-radius: 30px;
    background: none;
    /*-webkit-box-shadow: 0px 3px 6px rgba(58, 210, 159, 0.2);*/
    /*box-shadow: 0px 3px 6px rgba(58, 210, 159, 0.2);*/
    margin: 730px 0px 0px 0px;
}

.page-container .small-box {
    transition: transform .5s;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    border: 8px solid #fff;
}

.page-container .small-box:hover {
    transform: scale(1.1) rotate(0.5deg);
    -webkit-transform: scale(1.15) rotate(0.5deg);
    -moz-transform: scale(1.15) rotate(0.5deg);
    background: url(../images/card-banner.jpg) no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
    height: auto;
    background-size: cover;
}

.small-box:hover {
    text-decoration: none;
    color: #f9f9f9;
}

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
    background-color: #00c0ef !important;
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
    background-color: #f39c12 !important;
}

.small-box>.inner {
    padding: 10px;
}

small-box h3,
.small-box p {
    z-index: 5;
}

.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
    color: #fff;
}

.small-box h3,
.small-box p {
    z-index: 5;
}

.small-box p {
    font-size: 15px;
    font-weight: 500;
}

.small-box .icon3 {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: -20px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15);
}

.small-box>.small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}


.small-box>.small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.bg-navy {
    background-color: #001F3F !important;
}

.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}


.modal-full {
    min-width: 100%;
    margin: 0;
}

.tab-content {
    margin-top: 20px;
}

.modal-header {
    border: none;
}

.nav-tabs {
    border: none;
}

.dataTables_info {
    padding: 30px 0px;
}

.dataTables_paginate {
    padding: 30px 0px;
}

.nav-tabs li a {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    background: beige;
    padding: 10px 12px;
    border-radius: 5px;
    margin: 0px 10px 0px 0px;
    box-shadow: 0px 0px 3px 0px #d0d0d0;
}

.modal-dialog {
    margin: 10px auto !important;
}

.nav-tabs .active {
    background: #f5ac4c;
    color: #fff;
    box-shadow: none;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 12px;
    border-bottom: 1px solid #111;
    font-size: 14px !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 8px 10px;
    font-size: 13px;
}

input[name="poster"] {
    display: none;
}

.frame input[type="radio"]:checked+label,
input[name="poster"]:checked+img {
    border: 8px solid #fff;
    resize: both;
    background: #fff;
    border-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cstyle%3Epath%7Banimation:stroke 5s infinite linear%3B%7D%40keyframes stroke%7Bto%7Bstroke-dashoffset:776%3B%7D%7D%3C/style%3E%3ClinearGradient id='g' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%232d3561' /%3E%3Cstop offset='25%25' stop-color='%23c05c7e' /%3E%3Cstop offset='50%25' stop-color='%23f3826f' /%3E%3Cstop offset='100%25' stop-color='%23ffb961' /%3E%3C/linearGradient%3E %3Cpath d='M1.5 1.5 l97 0l0 97l-97 0 l0 -97' stroke-linecap='square' stroke='url(%23g)' stroke-width='3' stroke-dasharray='388'/%3E %3C/svg%3E") 1;
}


.footer {
    padding: 24px;
    background: #e9e9e9;
    text-align: center;
    width: 100%;
}

.footer_text {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #2b2a29;
    margin: 0;
    opacity: 0.8;
}

table tr {
    text-align: center;
}

label {
    font-size: 14px;
}

/*.form-group:first-child {
  display: flex;
  flex-direction: row;
  flex: 1;
  flex-basis: auto;
  justify-content: center;
  align-items: center;
}*/
.form-group .input-field {
    font-family: inherit;
    font-size: small;
    line-height: inherit;
    width: 100%;
    height: auto;
    padding: 10px 10px;
    /*cursor: pointer;*/
    background: #ffffff;
    border: none;
    outline: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    border-radius: 3px;
}

.form-group .input-field:first-child {
    margin-right: 1rem;
}

.ui-datepicker {
    display: none;
    max-width: 20rem;
    background: #ffffff;
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    margin-top: 1rem;
}

.ui-datepicker-header {
    text-align: center;
    padding: 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.ui-datepicker-header a span {
    display: none;
}

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.5rem;
}

.ui-datepicker-header a.ui-corner-all:hover {
    border: 1px solid #cccccc;
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("../icons/arrow-left.svg");
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: 50%;
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url("../icons/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: 50%;
}

.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
    padding: 1rem;
}

.ui-datepicker-calendar thead {
    color: #cccccc;
}

.ui-datepicker-calendar a {
    color: #444444;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid transparent;
    cursor: pointer;
}

.ui-datepicker-calendar a:hover {
    border: 1px solid #cccccc;
}

.ui-datepicker-calendar .ui-datepicker-unselectable {
    color: #999999;
    cursor: default;
}

.ui-datepicker-calendar .ui-state-highlight {
    border-color: #d32f2f;
    color: #d32f2f;
}

.ui-datepicker-calendar .ui-state-active {
    background: #d32f2f;
    color: #ffffff;
}

@media only screen and (max-width: 768px) {
    .container {
        max-width: 75rem;
        width: 100%;
    }

    .wrapper {
        max-width: 40rem;
        padding: 2rem;
    }

    .form-group:first-child {
        display: flex;
        flex-direction: column;
    }

    .form-group .input-field:first-child {
        margin: 0;
        margin-bottom: 1rem;
    }

    .green-butt3 {
        text-align: center;
        margin: 230px 0px 50px 0px;
    }

    .green-butt4 {
        text-align: center;
        margin: 230px 0px 50px 0px;
        box-shadow: none;
    }

    .custom_btn_download {
        margin: 0px 0px 40px 0px;
    }

    .button-10 {
        margin: 430px 0px 0px 0px;
    }
}

.date {
    padding-left: 6px;
    margin: 30px 0px 0px 0px;
}

.date-text {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 17px;
}

.submit-btn {
    padding: 7px 32px;
    border-radius: 0px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.02em;
    background: #000;
    -webkit-box-shadow: 0px 3px 6px rgba(106, 94, 186, 0.2);
    box-shadow: 0px 3px 6px rgba(106, 94, 186, 0.2);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    margin: 0px;
    border-radius: 6px;
}

.submit-btn:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    color: #fff;
    background: #000;
}

.birthday_images_video_preview .image_holder4 {
    zoom: 0.8;
    margin: 0 auto;
    text-align: center;
}

.birthday_images_video_preview .image_holder4 .dr_card_preview4 {
    padding: 0;
    margin: 100px 192px 56px;
    border: solid 1px #dedede;
}

@media screen and (max-width: 1439px) {
    .birthday_images_video_preview .image_holder4 .dr_card_preview4 {
        margin: 100px 317px 56px 200px;
    }
}

@media screen and (max-width: 1365px) {
    .birthday_images_video_preview .image_holder4 .dr_card_preview4 {
        padding: 0;
    }
}

@media screen and (max-width: 1279px) {
    .birthday_images_video_preview .image_holder4 .dr_card_preview4 {
        padding: 0;
        margin: 100px 0 100px 50px;
    }
}

@media screen and (max-width: 991px) {
    .birthday_images_video_preview .image_holder4 .dr_card_preview4 {
        margin-left: 50px;
    }
}

@media screen and (max-width: 767px) {
    .birthday_images_video_preview .image_holder4 .dr_card_preview4 {
        margin-left: -40px;
    }
}

@media screen and (max-width: 575px) {
    .birthday_images_video_preview .image_holder4 .dr_card_preview4 {
        margin-left: -40px;
    }
}

@media screen and (max-width: 413px) {
    .birthday_images_video_preview .image_holder4 .dr_card_preview4 {
        margin-left: 60px;
    }
}


.birthday_images_video_preview .image_holder4::after {

    content: url(../images/birthday_images_video_preview_holder.png);
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;

}

.birthday_images_video_preview .image_holder4 {
    text-align: center;
}


@media screen and (max-width: 575px) {
    .birthday_images_video_preview .preview_image {
        margin-left: 0;
        height: 100vh;
    }
}

@media screen and (max-width: 1439px) {
    .birthday_images_video_preview .image_holder4 {
        zoom: 0.8;
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (max-width: 1279px) {
    .birthday_images_video_preview .image_holder4 {
        zoom: 1;
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .birthday_images_video_preview .image_holder4 {
        zoom: 0.8;
    }
}

@media screen and (max-width: 767px) {
    .birthday_images_video_preview .image_holder4 {
        zoom: 0.8;
    }
}

@media screen and (max-width: 575px) {
    .birthday_images_video_preview .image_holder4 {
        zoom: 0.6;
    }
}

.birthday_images_video_preview .image_holder4 video {
    width: 326px !important;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}


@media screen and (max-width: 767px) {
    .birthday_images_video_preview .image_holder4:after {
        left: 10px;
        margin: 0 auto;
        display: table;
    }

    .select {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 575px) {
    .birthday_images_video_preview .image_holder4:after {
        left: -120px;
    }
}

.form-group {
    margin-bottom: 0px;
}

table thead {
    background: #fff;
    color: #000;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background: none;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 0px 10px;
    vertical-align: middle;
    color: #000;
    font-weight: 500;
}

.icon-table {
    font-size: 26px;
}

.pending {
    color: #008000 !important;
    font-weight: bold !important;
}

.Progress {}

.Success {
    color: #FFA500 !important;
    font-weight: bold !important;
}

.image_holder1920 {
    position: absolute;

}

.image_holder1080 {
    position: absolute;
    margin: 0px 170px;
}


.dr_card_preview1920 {
    position: absolute;
    padding: 81px 40px;
}

.parent {
    position: relative;
    top: 0;
    left: 0;
}

@media screen and (max-width: 575px) {
    .birthday_images_video_preview .image_holder4 .dr_card_preview4 {
        margin-left: -40px;
    }
}

@media screen and (max-width: 414px) {
    .dr_card_preview1920 {
        padding: 40px 20px;
    }

    .green-butt {
        width: 120px;
        padding: 7px 0;
        margin: 320px 0px 30px 0px;
    }

    .dr_card_preview1080 {
        padding: 83px 13px !important;
        margin: 11px 13px !important;
        width: 352px;
    }

    .image_holder1080 {
        margin: 0px;
    }

    .custom_btn_frame {
        margin-top: 30px;
    }
}

.dr_card_preview1080 {
    position: absolute;
    margin: -3px -5px;
    padding: 101px 200px;
}


@media screen and (min-device-width: 320px) and (max-device-width: 359px) {
    .dr_card_preview1080 {
        padding: 66px 12px !important;
        margin: 8px 11px !important;
        width: 271px;
    }
}

}

@media screen and (min-device-width: 321px) and (max-device-width: 360px) {
    .dr_card_preview1080 {
        padding: 61px 13px !important;
        margin: 31px 14px !important;
        width: 346px;
    }

    .time-icon {
        left: 342px !important;
    }

    .date-icon {
        left: 342px !important;
    }
}


@media screen and (min-device-width: 361px) and (max-device-width: 375px) {

    .dr_card_preview1080 {
        padding: 83px 12px !important;
        margin: 8px 15px !important;
        width: 318px;
    }

}

@media screen and (min-device-width: 769px) and (max-device-width: 1919px) {

    .bar {
        display: none;
    }
}






/*.image_holder1920{
    width: 100%!important;
    content: url(../images/1920x1080.png);
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;

}*/

/*.birthday_images_video_preview .image_holder1920 {
    text-align: center;
}


@media screen and (max-width: 575px) {
  .birthday_images_video_preview .preview_image {
    margin-left: 0;
    height: 100vh;
  }
}

@media screen and (max-width: 1439px) {
  .birthday_images_video_preview .image_holder1920 {
    zoom: 0.8;
    margin: 0 auto;
    text-align: center;
  }
}*/

/*@media screen and (max-width: 1279px) {
  .birthday_images_video_preview .image_holder1920 {
    zoom: 1;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .birthday_images_video_preview .image_holder1920 {
    zoom: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .birthday_images_video_preview .image_holder1920 {
    zoom: 0.8;
  }
}

@media screen and (max-width: 575px) {
  .birthday_images_video_preview .image_holder1920 {
    zoom: 0.6;
  }
}

.birthday_images_video_preview .image_holder1920 video {
  width: 326px !important;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}


@media screen and (max-width: 767px) {
  .birthday_images_video_preview .image_holder1920:after {
    left: 10px;
    margin: 0 auto;
    display: table;
  }
}

@media screen and (max-width: 575px) {
  .birthday_images_video_preview .image_holder1920:after {
    left: -120px;
  }
}*/

.custom_btn_frame {
    border-radius: 30px;
    background: #0c54a0;
    -webkit-box-shadow: 0px 3px 6px rgba(3, 119, 224, 0.2);
    box-shadow: 0px 3px 6px rgba(3, 119, 224, 0.2);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    width: 180px;
    padding: 17px 0;
}

.custom_btn_frame:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    color: #fff;
}

.custom_btn_black {
    border-radius: 30px;
    background: #e85222;
    border: 1px solid #ff8e91;
    -webkit-box-shadow: 0px 3px 6px rgba(251, 107, 111, 0.2);
    box-shadow: 0px 3px 6px rgba(251, 107, 111, 0.2);
    margin: 30px 0;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    width: 180px;
    padding: 17px 0;
}

.custom_btn_black:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    color: #fff;
}

.custom_btn_download {
    border-radius: 30px;
    background: #2AD199;
    border: 1px solid #ff8e91;
    -webkit-box-shadow: 0px 3px 6px rgba(251, 107, 111, 0.2);
    box-shadow: 0px 3px 6px rgba(251, 107, 111, 0.2);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    width: 180px;
    padding: 17px 0;
}

.custom_btn_download:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    #first {
        order: 2;
    }

    #second {
        order: 1;
    }

    .remove_field {
        margin: 16px 0px 0px -35px !important;
    }

    .time-icon {
        left: 342px !important;
    }

    .date-icon {
        left: 342px !important;
    }

    .add_field_button {
        position: absolute;
        margin: -30px 0px 0px 10px !important;
    }

    .topic {
        margin-top: 30px !important;
    }

    .parent1 {
        margin-top: 50px !important;
    }

    .child {
        margin: 0px 0px 10px 14px !important;
    }

    .selectpicker_div_black {
        margin-top: 20px !important;
    }
}

.preview {
    background: #006cb5 !important;
    height: 80px !important;
}

.bar {
    width: 100%;
    height: 20px;
    background: #f49d2c;
    border-radius: 19px;
}

#slct {
    padding: 10px 10px;
    border: 1px solid currentColor;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    border: none;
    width: 100%;
    font-size: small;
}


table.dataTable tfoot th,
table.dataTable tfoot td {
    font-size: 14px !important;
}

optgroup,
select,
textarea {
    font-size: small !important;
    padding: 5px;
    text-align: center;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    font-size: 14px !important;
}

.table td,
.table th {
    padding: 0.50rem;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px !important;
}

.close {
    font-size: 30px !important;
    color: #000 !important;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    border-top: 1px solid #a4a1a1;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 10px !important;
}

.table thead th {
    border-bottom: 0px !important;
}

.daterangepicker .ranges li.active {
    background-color: #f5ac4c !important;
    color: #fff !important;
}

.ranges li {
    color: #000 !important;
}



.showdata {
    cursor: pointer !important;
    background: #000;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    color: #fff;
    padding: 7px 15px;
    left: 0;
    -webkit-box-shadow: 0px 3px 5px rgba(249, 108, 112, 0.2);
    box-shadow: 0px 3px 5px rgba(249, 108, 112, 0.2);
    border-radius: 5px;
}

.showdata:hover {
    color: #fff;
}

s #reportrange span {
    font-size: 14px;
}

.image-title {
    width: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
}

.search__container {
    width: 180px;
}

.wrap-drop {
    width: 180px;
}

.search__title {
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    color: #ff8b88;
}

.search__input {
    width: 100%;
    padding: 6px 9px;

    background-color: transparent;
    transition: transform 250ms ease-in-out;

    color: #0f0f0f;
    background-color: transparent;
    /*         background-image: url(http://mihaeltomic.com/codepen/input-search/ic_search_black_24px.svg); */

    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");*/
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 95% center;
    border-radius: 10px;
    border: 1px solid #bbb8b8;
    transition: all 250ms ease-in-out;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.search__input::placeholder {
    color: rgba(87, 87, 86, 0.8);
    text-transform: capitalize;

}

.search__input:hover,
.search__input:focus {
    padding: 9px 0;
    outline: 0;
    border: 1px solid transparent;
    border-bottom: 1px solid #bbb8b8;
    border-radius: 0;
    background-position: 100% center;
}

.credits__container {
    margin-top: 24px;
}

.credits__text {
    text-align: center;
    font-size: 13px;
    line-height: 18px;
}

.credits__link {
    color: #ff8b88;
    text-decoration: none;
    transition: color 250ms ease-in;
}

.credits__link:hover,
.credits__link:focus {
    color: rgb(191, 137, 135);
}

.wrap-drop {
    cursor: pointer;
    position: relative;
    z-index: 3;
    border: 1px solid #bbb8b8;
    padding: 5px 10px;
    text-align: left;
    border-radius: 6px;
}

.wrap-drop::after {
    border-color: #f5ac4c transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: "";
    height: 0;
    margin-top: -2px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
}

.wrap-drop .drop {
    background: #f5f5dc;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
    display: none;
    left: 0;
    list-style: none;
    margin-top: 0;
    opacity: 0;
    padding-left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 2;
}

.wrap-drop .drop li a {
    color: #00;
    display: block;
    padding: 10px;
    text-decoration: none;
}

.wrap-drop span {
    color: #bbb8b8;
    font-weight: initial;
    font-size: inherit;
}

.wrap-drop .drop li:hover a {
    background-color: #f5ac4c;
    color: #fff;
}

.wrap-drop.active::after {
    border-width: 0 5px 5px;
}

.wrap-drop.active .drop {
    display: block;
    opacity: 1;
    pointer-events: auto;
    margin: 1px 0px;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    border-top: 0px !important;
}

tfoot {
    background: #f5ac4c;
    color: white;
}

.topic {
    top: -10px;
    left: 0;
    color: #2B2A29;
    font-size: 14px;
    letter-spacing: -0.02em;
    opacity: 0.7;
    position: absolute;
    margin: 0px 15px;
    font-weight: 500;
}

.radio-label {
    font-size: 18px;
    color: #495057;
    font-weight: 600;
}

/*.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: none;
  color: black!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff !important;
    background-color: #000!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(100%, #2980B9))!important;
    background: -webkit-linear-gradient(top, #000 0%, #000 100%)!important;
    background: -moz-linear-gradient(top, #000 0%, #000 100%)!important;
    background: -ms-linear-gradient(top, #000 0%, #000 100%)!important;
    background: -o-linear-gradient(top, #000 0%, #000 100%)!important;
    background: linear-gradient(to bottom, #000 0%, #000 100%)!important;
}*/

.date-icon {
    position: absolute;
    left: 318px;
    right: 0px;
    top: 17px;
}

.time-icon {
    position: absolute;
    left: 224px;
    right: 0px;
    top: 17px;
}

.bootstrap-timepicker-widget table td a {
    color: #006cb5 !important;
}

.parent1 {
    overflow: hidden;
    margin-top: 20px;
}

.child {
    font-size: smaller;
    background: #e7e7e7;
    color: #495057;
    border: none;
    border-radius: 50px;
    padding: 6px 33px;
    font-weight: 600;
    margin: 0px 0px 0px 11px;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

.bak {
    background-color: #0c54a0;
    color: #fff;
    font-weight: bold;
}

/*.bootstrap-timepicker-widget table td a {
    width: 0;
    height: 0;
    border-left: 50px solid transparent!important;
    border-right: 50px solid transparent!important;
    border-bottom: 100px solid red!important;
}*/
/*# sourceMappingURL=style.css.map */
.bootstrap-select .dropdown-menu {
    max-width: 100%;
    overflow-x: hidden;
}

.form-error {
    color: red !important;
    font-size: 13px !important;
    padding-top: 2px !important;
}

.error {
    color: red !important;
    font-size: 14px !important;
    padding-top: 1px !important;
}

label.error {
    position: relative !important;
    top: 0 !important;
    display: block;
    margin: 0;
    padding: 2px 0 !important;
}

.doctor_e_card_section .form_black .user-box input {
    padding: 15px 0 !important;
    height: 53px;
}

.doctor_e_card_section .form_black .user-box input:focus {
    padding: 17px 0 !important;
}

#loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    overflow: visible;
    background: #fff url(../../../../assets/front/images/loader.gif) no-repeat center center;
}


ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs li {

    background: none;
    color: #222;
    display: inline-block;
    padding: 15px 20px;
    cursor: pointer;

}

ul.tabs li.current,
ul.tabs li:hover {
    background: #006cb5;
    color: #222;
}

.tab-content {
    display: none;
    background: #ededed;
    padding: 15px 0;
    margin: 0;
}

.tab-content.current {
    display: inherit;
}

li.tab-link {
    background: #8b8b8b;
}

li.tab-link svg {
    width: 30px;
    height: auto;
}

ul.tabs li {
    border-radius: 8px;
    background: #8b8b8b;
}

.type_select {
    font-size: 14px;
    color: #868585;
    font-weight: 600;
}

.send_otp_btn {
    padding: 10px 20px 10px 30px;
    margin-right: 10px;
    background: #0c54a0;
    color: #fff;
    border-color: #0c54a0;
    display: inline-block;
}

.send_otp_btn img {
    margin-right: 10px;
}

.send_otp_btn:hover {
    background: #e85222;
    border-color: #e85222;
}

.close_bt {
    padding: 10px 15px;
}

.back_arrow {
    color: #000;
    display: inline;
    width: fit-content;
}

.back_arrow:hover {
    color: #0c54a0;
}


/* select2 css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black;
    line-height: 37px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dfe5ef;
}

.select2-container .select2-selection--single {
    height: 39px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px;
}

.select_new span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select_new span.selection {
    width: 100%;
    display: block;
}

.select2-container--default .select2-selection--multiple {
    width: 100%;
}

span.selection {
    display: block;
    width: 100%;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #b3b3b3;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #dfe5ef 1px;
    height: 39px;
    line-height: 25px;
    border-radius: 8px;
    padding: 0 8px;
}

.daterange {
    background: #fff;
    cursor: pointer;
    padding: 9px 10px;
    border: 1px solid #b3b3b3;
    width: 100%;
    border-radius: 4px;
    height: 39px;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 9999 !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #dfe5ef;
    height: 40px;
    line-height: 25px;
    padding: 0 10px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0c54a0;
}

thead.table-info {
    background: #0c54a0;
    color: #fff;
}

.green-butt4 {
    margin: 450px 0px 0px 0px;
}

.dashboard footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.custom_btn_grey {
    background: #0095C1;
    border-color: #0095C1;
    margin: 0 0;
}

.dr_card_preview1080 {
    position: relative;
    margin: 0;
    padding: 0;
}

.green-butt4 {
    margin: 0 0px 0px 0px;
}

.parent img {
    position: relative;
    padding: 0;
    width: 100%;
    display: table;
    max-width: 500px;
    margin: 0 auto;
}

.parent {
    display: flex;
    justify-content: center;
}

.doctor_e_card_section .form_black {
    padding: 50px 0 80px;
}

.selectpicker_div_black .selectpicker_label {
    position: absolute !important;
    top: -20px !important;
}

@media (max-width:575px) {
    .button-10 {
        margin: 15px 0 30px;
    }

    .dr_card_preview1080 {
        padding: 0 !important;
        margin: 0px !important;
        width: 271px;
    }

    .custom_btn_frame {
        margin-top: 0;
    }
}

/* @media (max-width:575px){
    .button-10 {
        margin: 15px 0 30px;
    }
    .green-butt4 {
        margin: 0 0px 0px 0px;
    }
    .parent img {
        position: relative;
        padding: 0;
        width: 100%;
    }
} */

.doctor_e_card_section .form_black .upload_image {
    position: relative;
    top: -13px;
}


.dashboard .activities {
    padding: 80px 0;
}

.selectactivity {
    background-image: url(../images/down-arrow.png);
    cursor: pointer;
    padding: 9px 10px;
    border: 1px solid #b3b3b3;
    width: 100%;
    border-radius: 4px;
    height: 39px;
    text-align: left;
    appearance: none;
    background-position: 92% 54%;
    background-repeat: no-repeat;
}

.doctor_e_card_section .form_black .user-box, .selectpicker_div_black {
    margin-top: 15px;
}

.badge {
    padding: 4px 10px;
    margin: 0;
    color: #fff;
    border-radius: 15px;
    font-size: 10px;
}

.bg-warning {
    background: #cd9a00 !important;
}
