body {
    font-size: 14px;
    color: #494949;
    background-color: #efefef;
    font-family: "Poppins", sans-serif;
}

@media (min-width: 992px) {
    .d-lg-container {
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

a {
    text-decoration: none;
}
.form-control-lg{
    font-size: 16px !important;
    padding: 16px 3rem !important;
}
:root {
    --text-system: #2d9098;
    --bg-system: #2d9098;
}

input::-moz-placeholder {
    color: #000 !important;
    opacity: 0.3 !important;
}

input::placeholder {
    color: #000 !important;
    opacity: 0.3 !important;
}

main {
    background: #efefef !important;
    min-height: 100vh;

    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

header {
    background: #2d9098;
    height: 80px;
    /* border-bottom-right-radius: 35px; */
}

.radio-style-top {
    border: 1px solid #d0d0d0;
    border-bottom: none;
    padding: 1rem;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.radio-style-middle {
    border: 1px solid #d0d0d0;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.radio-style-bottom {
    border: 1px solid #d0d0d0;
    padding: 1rem;
    border-top: none;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}


#next-btn {
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#next-btn i {
    font-size: 24px;
}

#next-btn:active {
    border: 1px solid #3abcc5 !important;
}

#prev-btn {
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#prev-btn:active {
    border: 1px solid #3abcc5 !important;
}

#prev-btn i {
    font-size: 24px;
}

.login-wrapper {
    flex-grow: 1;
    padding: 20px 7px;
    /* overflow-y: auto; */
    width: 30rem;
    margin: 0 auto;
}

form {
    width: 100%;
}

.text-center a {
    color: #2d9098;
}

.btn-lg {
    padding: 12px 20px;
    font-size: 18px;
}

.fixed-container {
    position: fixed;
    margin: 0 auto;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 25.875rem;
    z-index: 1030;
    background-color: #fff;
    background: #2d9098;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    flex-grow: 1;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8rem;
}

.logo-image {
    width: 200px;
    margin-bottom: -20px;
}

.login-wrapper {
    padding-bottom: 5rem;
}

.login-text {
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.auth-btn {
    color: #01a99c;
}

.auth-btn-outline {
    color: #fff;
    border: 1px solid #fff;
}

.signup-text {
    font-size: 16px;
    color: white;
}

.signup-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: white;
}

.form-style{
    margin: 0 auto;
    box-shadow: 0px 0px 1px 1px #e6e6e6;
    background: #fbfbfb;
    border-radius: 0.5rem;
}

.signup-link i {
    margin-left: 8px;
    font-size: 18px;
    margin-bottom: 1px;
}

@media (max-width: 767px) {
    .fixed-container {
        max-width: 100%;
        left: 0;
        transform: none;
    }

    
    .login-wrapper {
        width: auto;
    }

    .logo-container-form-login {
        margin-top: 1rem !important;
    }

    .logo-container {
        margin-top: 1rem;
    }

    .login-text {
        font-size: 16px;
    }

    .signup-text {
        font-size: 14px;
    }

    .auth-btn,
    .auth-btn-outline {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .fixed-container {
        left: 50%;
        transform: translateX(-50%);
        width: 25.875rem;
        max-width: none;
    }

    .logo-container-form-login {
        margin-top: 1rem !important;
    }

    .logo-container {
        margin-top: 10rem;
    }

    .login-text {
        font-size: 18px;
    }

    .signup-text {
        font-size: 16px;
    }
}

/* header */
.top-header {
    width: 100%;
    height: 60px;
    z-index: 2;
    background-color: #ffffff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
.top-header .user-name {
    color: #131618;
    font-weight: 500;
    font-size: 18px;
}
.top-header .notifications,
.top-header .btn-back {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 38px;
    height: 38px;
    color: #090c14;
    border-radius: 50%;
    cursor: pointer;
}
.top-header .notifications:hover,
.top-header .btn-back:hover {
    background-color: #f4f4f4;
}
.top-header .notifications .notifyBadge,
.top-header .btn-back .notifyBadge {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 17px;
    height: 17px;
    color: #fff;
    background-color: #f82424;
    top: 2px;
    right: 0px;
}
/* main content */
/* Para dispositivos desktop e maiores */
.main-content {
    padding: 1rem;
    margin: 60px 0px 0px 0px;
}

/* Para dispositivos móveis (menos de 768px de largura) */
@media (max-width: 768px) {
    .main-content {
        padding: 1rem;
        margin: 60px 0 5rem 0;
    }
}

.main-content .searchbar .form-control {
    border: 0;
    height: 45px;
}
.main-content .section-title {
    color: #111824;
    font-size: 16px;
    font-weight: 600;
}
.main-content .search-icon {
    font-size: 20px;
}
.main-content .doctor-name {
    font-size: 14px;
    font-weight: 600;
}
.main-content .cat-title {
    font-size: 14px;
}
.main-content .favourite {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    width: 36px;
    height: 36px;
    color: #0d6efd;
    border-radius: 50%;
    cursor: pointer;
    background-color: #f1f7ff;
}
.main-content swiper-slide {
    width: 75%;
}
.main-content .social-calling a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem !important;
    width: 40px;
    height: 40px;
    color: #0d6efd;
    border-radius: 50%;
    cursor: pointer;
    background-color: transparent;
}
.main-content .social-calling a:hover {
    background-color: rgb(255, 255, 255);
}
.main-content .appointment-dates:hover {
    color: #fff;
    background-color: #0d6efd;
    transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    cursor: pointer;
}
.main-content .chat-dot {
    position: absolute;
    bottom: 0px;
    right: 18px;
    width: 14px;
    height: 14px;
    background-color: #60ff38;
    border: 1px solid #fff;
    border-radius: 50%;
}
.main-content .onlineUser {
    width: 75px;
    height: 75px;
}
.main-content .onlineUser::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 18px;
    width: 12px;
    height: 12px;
    background-color: #60ff38;
    border: 1px solid #fff;
    border-radius: 50%;
}
.main-content .msg-count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #0d6efd;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
}
.main-content .chat-warpper .chat-left {
    font-size: 16px;
    font-weight: 500;
    color: #0e1218;
    text-align: left;
    padding: 0.8rem;
    background-color: #ffffff;
    border-radius: 0 16px 16px 16px;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.main-content .chat-warpper .chat-right {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    padding: 0.8rem;
    background-color: #0c53ec;
    border-radius: 16px 16px 0 16px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-align: left;
    margin-left: auto;
}
.main-content .profile-menu .list-group-item {
    background-color: transparent;
    transition: 0.3s all;
}
.main-content .profile-menu .list-group-item:hover {
    background-color: #ffffff;
}
.main-content .profile-menu .menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    font-size: 20px;
    color: #0c53ec;
    border-radius: 50%;
    background-color: rgba(12, 83, 236, 0.12);
}
.main-content .profile-menu .menu-title {
    font-size: 16px;
    font-weight: 500;
}
.main-content .notifications-wrapper {
    background-color: #e1e6ff;
    border: 1px solid #8a9196;
}
.main-content .auth .form-control {
    background-color: #e7ecf0;
    border: 1px solid #7c7c7c;
}
.main-content .auth .form-control:focus {
    background-color: #fff;
}
.main-content .verification-controls input {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 0;
}
.main-content .separator {
    display: flex;
    align-items: center;
}
.main-content .separator .line {
    height: 1px;
    flex: 1;
    background-color: #dee2e6;
}

.cursor-pointer {
    cursor: pointer;
}

.footer {
    width: 100%;
    height: 60px;
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.footer .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-radius: 0;
    color: #060505;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #ffffff;
}
.footer .nav-link:hover,
.footer .nav-link:focus {
    color: #0d6efd;
}
.footer .nav-link .menu-name {
    font-size: 13px;
}
.footer .nav-underline .active,
.footer .nav-underline .hover {
    color: #00fff2;
}
.footer .form-control {
    background-color: #efefef;
}
.footer .form-control:focus {
    background-color: #fff;
}

.bg-dial {
    background-image: url(../../../../../img.freepik.com/free-photo/abstract-textured-backgound_1258-305086733.jpg?w=740&amp;t=st=1690564287~exp=1690564887~hmac=06e7b870ae1bbf4c55d8fd0f642e3a85e17e30aafeeecafce8bdf3c4b02b922e);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.bg-video-call {
    background-image: url(../assets/images/doctors/bg-video-call.png);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.dial-footer-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 22px;
    color: #282b2f;
    background-color: #ffffff;
    border-radius: 50%;
}

.incoming-user {
    right: 0;
    bottom: 15%;
}

.AppIntroSwiper {
    --add-bottom: 50px;
    padding-bottom: var(--add-bottom);
}

.AppIntroSwiper [class^="swiper-button-"] {
    top: calc(50% - var(--add-bottom) / 2);
}

.swiper-pagination {
    bottom: 95%;
}

/* Metis Menu */
.navclose {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.navclose:hover {
    background-color: rgba(255, 255, 255, 0.12);
}

.sidebar-nav .metismenu a {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 16px;
    border-bottom: 0px solid #dee2e6;
    display: flex;
    align-items: center;
}
.sidebar-nav .metismenu a:hover {
    color: #212529;
    background-color: #f8f9fa;
}
.sidebar-nav .metismenu a:focus {
    color: #212529;
    background-color: #f8f9fa;
}
.sidebar-nav .metismenu a .menu-icon {
    font-size: 20px;
    margin-right: 10px;
}
.sidebar-nav .metismenu .mm-active > a {
    color: #212529;
    background-color: #f8f9fa;
    border-radius: 0;
}
.sidebar-nav .metismenu li:first-child {
    margin-top: 0px;
}
.sidebar-nav .metismenu li + li {
    margin-top: 0px;
}
.sidebar-nav .metismenu ul a {
    padding: 8px 16px 8px 42px;
} /*# sourceMappingURL=main.css.map */
