body {
    font-size: 14px !important;
}

.btn {
    font-size: 14px !important;
}

.btn-sm {
    font-size: 12px !important;
    padding: 0px 7px;
}

.fa {
    font-size: 10px !important;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #ccc;
    border-top: 1px solid #ccc;
    /*font-weight: 500;*/
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: none;
}

.status_badge {
    padding: 2px 6px;
    font-size: 10px;
    border-radius: 5px;
}

.navbar-24 {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.navbar-24 .sidebar {
    position: fixed;
    top: 70px;
    left: 0;
    height: 100%;
    /* width: 215px; */
    width: 260px;
    z-index: 100;
    transition: all 0.5s ease;
    background-color: #072967;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* overflow-y: scroll; */
}

.navbar-24 .sidebar.close {
    width: 80px;
}

.navbar-24 .sidebar .logo-details,
.navbar-24 .offcanvas .logo-details {
    /* height: 60px; */
    width: 100%;
    display: flex;
    align-items: baseline;
}

.navbar-24 .sidebar .logo-details i,
.navbar-24 .offcanvas .logo-details i {
    font-size: 25px;
    color: #000;
    height: 50px;
    min-width: 78px;
    text-align: center;
    line-height: 50px;
}

.navbar-24 .sidebar .logo-details .logo_name,
.navbar-24 .offcanvas .logo-details .logo_name {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    transition: 0.3s ease;
    transition-delay: 0.1s;
}

.navbar-24 .sidebar.close .logo-details .logo_name {
    transition-delay: 0s;
    opacity: 0;
    pointer-events: none;
}

.offcanvasExample,
#offcanvasExample {
    display: none;
}

@media only screen and (max-width: 820px) {
    .menu_bars {
        display: none;
    }

    .offcanvasExample,
    #offcanvasExample {
        display: block;
    }
}

.navbar-24 .sidebar .nav-links,
.navbar-24 .offcanvas .nav-links {
    height: 100%;
    padding: 20px 0;
    overflow: auto;
}

.navbar-24 .sidebar.close .nav-links {
    overflow: visible;
}

.navbar-24 .sidebar .nav-links::-webkit-scrollbar {
    display: none;
}

.navbar-24 .sidebar .nav-links li,
.navbar-24 .offcanvas .nav-links li {
    position: relative;
    list-style: none;
    transition: all 0.4s ease;
    cursor: pointer;
}

.navbar-24 .sidebar .nav-links li:hover,
.navbar-24 .offcanvas .nav-links li:hover {
    background-color: #3aa4d2;
    color: #fff;
}

.navbar-24 .sidebar .nav-links li.active,
.navbar-24 .offcanvas .nav-links li.active {
    background-color: #3aa4d2;
    color: #fff;
    border-bottom: 1px solid #3aa4d2;
    border-top: 1px solid #3aa4d2;
}

.navbar-24 .sidebar .nav-links li .icon-link,
.navbar-24 .offcanvas .nav-links li .icon-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-24 .sidebar.close .nav-links li .icon-link {
    display: block;
}

.navbar-24 .sidebar .nav-links li i,
.navbar-24 .offcanvas .nav-links li i {
    min-width: 60px;
    text-align: center;
    line-height: 45px;
    line-height: 35px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.navbar-24 .sidebar .nav-links li.showMenu i.down_arrow,
.navbar-24 .offcanvas .nav-links li.showMenu i.down_arrow {
    transform: rotate(-180deg);
}

.navbar-24 .sidebar.close .nav-links i.fa-angle-down {
    display: none;
}

.navbar-24 .sidebar .nav-links li a,
.navbar-24 .offcanvas .nav-links li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.navbar-24 .sidebar.close .nav-links li a.main-name {
    display: block;
    text-align: center;
    line-height: 15px;
    padding-inline: 5px;
    padding-block: 5px;
    word-wrap: break-word;
}

.navbar-24
    .sidebar.close
    .nav-links
    .icon-link1
    .icon-link2
    .icon-link
    i.fa-angle-down {
    display: block;
    min-width: 25px;
    transform: rotate(265deg);
}

.navbar-24 .sidebar.close .nav-links li.icon-link1 .icon-link2 .icon-link {
    display: flex;
}

.navbar-24 .sidebar .nav-links li a .link_name,
.navbar-24 .offcanvas .nav-links li a .link_name {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    transition: all 0.4s ease;
}

.navbar-24 .sidebar.close .nav-links li a .link_name {
    font-size: 10px;
}

/* .navbar-24 .sidebar.close .nav-links li a .link_name {
    opacity: 0;
    pointer-events: none;
} */

.navbar-24 .sidebar .nav-links li .sub-menu,
.navbar-24 .offcanvas .nav-links li .sub-menu {
    padding: 6px 6px 14px 60px;
    margin-top: -10px;
    display: none;
}

.navbar-24 .sidebar .nav-links li.showMenu .sub-menu,
.navbar-24 .offcanvas .nav-links li.showMenu .sub-menu {
    display: block;
}

.navbar-24 .sidebar .nav-links li .sub-menu .icon-link2 .sub-menu {
    display: none;
    padding: 6px 6px 14px 10px;
}

.navbar-24 .sidebar .nav-links li .sub-menu .icon-link2.showMenu .sub-menu {
    display: block;
}

.navbar-24 .sidebar .nav-links li .sub-menu .icon-link2.showMenu i.down_arrow1 {
    transform: rotate(-180deg);
}

.navbar-24 .sidebar .nav-links li .sub-menu a,
.navbar-24 .offcanvas .nav-links li .sub-menu a {
    color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 8px;
    white-space: nowrap;
    opacity: 0.6;
    opacity: 1;
    transition: all 0.3s ease;
}

.navbar-24 .sidebar .nav-links li .sub-menu .icon-link2 .icon-link a {
    opacity: 1;
}

.navbar-24 .sidebar .nav-links li .sub-menu a:hover,
.navbar-24 .offcanvas .nav-links li .sub-menu a:hover {
    opacity: 1;
}

.navbar-24 .sidebar .nav-links li .sub-menu a.active,
.navbar-24 .sidebar .nav-links li .sub-menu a:hover,
.navbar-24 .offcanvas .nav-links li .sub-menu a.active {
    color: #000;
    opacity: 1;
}

.navbar-24 .sidebar .nav-links li .sub-menu a.active i,
.navbar-24 .sidebar .nav-links li .sub-menu a:hover i,
.navbar-24 .offcanvas .nav-links li .sub-menu a.active i {
    color: #000;
}

.navbar-24 .sidebar.close .nav-links li .sub-menu {
    position: absolute;
    left: 100%;
    top: -10px;
    margin-top: 0;
    padding: 10px 20px;
    padding: 10px 5px;
    border-radius: 0 6px 6px 0;
    opacity: 0;
    display: block;
    pointer-events: none;
    transition: 0s;
    /* background-color: #fff; */
    background-color: #3aa4d2;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

.navbar-24 .sidebar.close .nav-links li .sub-menu li .sub-menu {
    position: absolute;
    left: 100%;
    top: -10px !important;
    margin-top: 0;
    padding: 10px 20px;
    border-radius: 0 6px 6px 0;
    opacity: 0;
    display: block;
    pointer-events: none;
    transition: 0s;
    background-color: #fff;
    background-color: #3aa4d2;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

.navbar-24 .sidebar.close .nav-links li:hover .sub-menu,
.navbar-24 .sidebar .nav-links li .sub-menu li:hover .sub-menu,
.navbar-24 .sidebar.close .nav-links li .sub-menu li:hover .sub-menu {
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
}

/* .navbar-24 .sidebar .nav-links li .sub-menu .link_name,
.navbar-24 .offcanvas .nav-links li .sub-menu .link_name {
    display: none;
} */

.navbar-24 .sidebar.close .nav-links li .sub-menu .link_name {
    font-size: 18px;
    font-weight: 600;
    opacity: 1;
    display: block;
}

.navbar-24 .sidebar .nav-links li .sub-menu.blank,
.navbar-24 .offcanvas .nav-links li .sub-menu.blank {
    opacity: 1;
    pointer-events: auto;
    padding: 3px 20px 6px 16px;
    opacity: 0;
    pointer-events: none;
}

.navbar-24 .sidebar .nav-links li:hover .sub-menu.blank,
.navbar-24 .offcanvas .nav-links li:hover .sub-menu.blank {
    top: 50%;
    transform: translateY(-50%);
}

.navbar-24 .home-section {
    /* height: 100vh; */
    height: auto;
    left: 270px;
    width: calc(100% - 270px);
    position: absolute;
    top: 100px;
    transition: all 0.5s ease;
}

.navbar-24 .sidebar.close ~ .home-section {
    left: 80px;
    width: calc(100% - 80px);
}

.navbar-24 .home-content {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 0 10px;
    /* background: linear-gradient(
        90deg,
        rgba(21, 171, 142, 1) 30%,
        rgba(118, 192, 79, 1) 76%
    ); */
    background: #35a4dc;
}

.navbar-24 .home-content .fa-bars,
.navbar-24 .home-content .text {
    color: #fff;
    font-size: 25px;
    border: 2px solid transparent;
    padding: 8px;
    border-radius: 50px;
}

.navbar-24 .home-content .fa-bars {
    margin: 0 15px;
    cursor: pointer;
}

.navbar-24 .home-content .fa-bars:hover {
    border: 2px solid #ddd;
}

.navbar-24 .nav-wrap.sticky.border-rounder .home-content .fa-bars {
    border: 2px solid #ddd;
}

.navbar-24 .home-content .text {
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 400px) {
    .navbar-24 .sidebar.close .nav-links li .sub-menu {
        display: none;
    }

    .navbar-24 .sidebar {
        width: 78px;
    }

    .navbar-24 .sidebar.close {
        width: 0;
    }

    .navbar-24 .home-section {
        left: 78px;
        width: calc(100% - 78px);
        z-index: 100;
    }

    .navbar-24 .sidebar.close ~ .home-section {
        width: 100%;
        left: 0;
    }
}

@media screen and (max-width: 820px) {
    .navbar-24 .home-section {
        position: static;
        width: auto;
    }

    .navbar-24 .sidebar.close ~ .home-section {
        width: auto;
    }
}

.navbar-24 .btn-group .dropdown-toggle::after {
    display: none;
}

.navbar-24 .btn-group .dropdown-toggle {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.navbar-24 .btn-group .dropdown-toggle .text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.navbar-24 .btn-group .dropdown-toggle .text-wrap span {
    font-weight: 300;
}

.navbar-24 .btn-group .dropdown-toggle i {
    font-size: 22px;
    position: relative;
}

.navbar-24 .btn-group .dropdown-toggle .notification {
    position: absolute;
    background-color: #dc3545;
    /* background-color: #191818; */
    top: 4px;
    right: 0px;
    top: 0px;
    right: -5px;
    font-size: 10px;
    animation: blink 2s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.navbar-24 .btn-group .dropdown-menu {
    /* padding: 20px;
    width: 200px; */
    padding: 10px;
    width: 215px;
    width: 300px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 15px;
    border: none;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    margin-top: 10px;
    position: absolute;
}

.navbar-24 .btn-group .navbar-nav .dropdown-menu li {
    font-weight: 500;
    color: #333;
}

.navbar-24 .btn-group .navbar-nav .dropdown-menu li a:hover {
    color: #14453d;
    background-color: #fff;
}

.dropdown-menu .admin_page .d-flex h3 {
    background: #35a4dc;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    border-radius: 25px;
    padding: 3px 10px;
    margin-right: 5px;
}

.dropdown-menu .admin_page .d-flex h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
    color: #000;
}

/* .dropdown-menu .admin_page .d-flex h4 b {
    margin-left: 75px;
} */

.dropdown-menu .admin_page .d-flex a {
    font-size: 14px;
    font-weight: 400;
    color: #484848;
}

.dropdown-menu .admin_page p {
    font-size: 10px;
    font-weight: 400;
    padding-bottom: 5px;
    margin: 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
    color: #484848;
}

.dropdown-menu .admin_page a {
    text-decoration: none;
    /* padding: 30px 5px; */
    color: #484848;
    margin-left: 3px;
}

.dropdown-menu .admin_page a.btn {
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    /* padding: 30px 5px; */
    color: #484848;
    margin-left: 3px;
    margin-top: 5px;
    border-radius: 10px;
    padding: 5px 8px;
}

.dropdown-menu .admin_page a.btn:hover {
    background-color: #00a9e0;
    color: #fff;
    border: 1px solid transparent;
}

.dropdown-menu .notification_body {
    overflow-y: scroll;
    height: 250px;
}

.dropdown-menu .notification_body::-webkit-scrollbar {
    --scrollbarBG: #cfd8dc;
    --thumbBG: #35a4dc;
    width: 10px;
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.dropdown-menu .notification_body::-webkit-scrollbar-track {
    --scrollbarBG: #cfd8dc;
    --thumbBG: #35a4dc;
    background: var(--scrollbarBG);
}

.dropdown-menu .notification_body::-webkit-scrollbar-thumb {
    --scrollbarBG: #cfd8dc;
    --thumbBG: #35a4dc;
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}

.dropdown-menu .notification_body a {
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 15px;
}

.dropdown-menu .notification_body a span {
    color: #7d8289;
}

.dropdown-menu .notification_body a i,
.dropdown-menu .notification_body a .btn-close {
    float: right;
    margin-top: 4px;
    font-size: 14px;
    color: #6e6e6e;
}

.dropdown-menu .notification_body h6,
#offcanvasRightNotice .offcanvas-body h6 {
    font-size: 12px;
    font-weight: 500;
    margin: 8px 0px;
    text-decoration: none;
    color: #5d7986;
}

.dropdown-menu .notification_body h4,
#offcanvasRightNotice .offcanvas-body h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-decoration: none;
    color: #2c3b43;
    cursor: pointer;
}

.dropdown-menu .notification_body h4:hover,
#offcanvasRightNotice .offcanvas-body h4:hover {
    color: #35a4dc;
}

.dropdown-menu .notification_body p,
#offcanvasRightNotice .offcanvas-body p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
    text-decoration: none;
    color: #3e4c53;
}

.dropdown-menu .notification_body .form-label {
    font-size: 14px;
}

.dropdown-menu .notification_body .form-control {
    font-size: 12px;
}

.dropdown-menu .notification_body .btn_clear,
#offcanvasRightNotice .offcanvas-body .btn_clear {
    border: 1px solid #ddd;
    font-size: 14px !important;
    font-weight: 400;
    padding: 3px 10px;
    background: #35a4dc;
    color: #fff;
}

.dropdown-menu .notification_body .text_clear,
#offcanvasRightNotice .offcanvas-body .text_clear {
    font-size: 12px !important;
    font-weight: 500;
    color: #9e9e9e;
}

.dropdown-menu .notification_body .text_clear:hover,
#offcanvasRightNotice .offcanvas-body .text_clear:hover {
    text-decoration: underline;
}

/* Offcanvas Notification   */

#offcanvasRightNotice .offcanvas-header {
    background-color: #0ea1d8;
    font-family: "Poppins", sans-serif;
}

#offcanvasRightNotice .offcanvas-header h5 {
    font-size: 16px;
    font-weight: 500;
    color: #ffff;
    margin-bottom: 0;
}

#offcanvasRightNotice .offcanvas-body {
    font-family: "Poppins", sans-serif;
}

.navbar-24 .btn-group .btn:focus,
.navbar-24 .btn-group .btn:active {
    outline: none !important;
    box-shadow: none;
}

.navbar-24 .offcanvas-btn {
    display: none;
}

@media screen and (max-width: 820px) {
    .navbar-24 .offcanvas-btn {
        display: block;
        margin: 20px;
    }

    .navbar-24 .offcanvas-btn .btn {
        background-color: #14453d;
        padding: 7px;
        font-size: 14px;
        border: none;
    }

    .navbar-24 .home-content .offcanvas-btn .btn .fa-bars {
        color: #fff;
    }

    .navbar-24 .sidebar {
        display: none;
    }

    .navbar-24 .home-content .menucontrol {
        display: none;
    }
}

.navbar-24 .nav-wrap {
    width: 100%;
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 1;
}

@media screen and (max-width: 820px) {
    .sticky {
        position: fixed;
        top: 0;
        z-index: 1;
    }
}

.signup {
    height: 100vh;
    padding: 90px 0px;
}

.login-pg-bg {
    background: linear-gradient(
        42deg,
        rgba(21, 171, 142, 1) 42%,
        rgba(118, 192, 79, 1) 85%
    ) !important;
}

.signup .form-wrap {
    display: flex;
    justify-content: center;
}

.signup .form-wrap .card {
    border: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.signup .form-wrap .card .card-body {
    padding: 50px 30px 30px;
}

.signup .form-wrap .card .card-body p b {
    font-size: 18px;
    font-weight: 400;
}

.signup .form-wrap .card .card-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin: 10px 0 20px 0;
}

.signup .form-wrap .card label {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.signup .form-wrap .card input {
    /* border: 2px solid #c7c7c7; */
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 20px !important;
}

.signup .form-wrap .card input#phone {
    width: 115%;
    padding-left: 105px !important;
}

@media only screen and (max-width: 600px) {
    .signup .form-wrap .card input#phone {
        width: 100%;
    }
}

.signup .form-wrap .btn {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    background: linear-gradient(
        90deg,
        rgba(21, 171, 142, 1) 30%,
        rgba(118, 192, 79, 1) 76%
    );
    border: none;
    padding: 10px 100px;
    font-size: 14px;
}

.signup .form-wrap .card .card-body .copyrights p {
    font-size: 14px;
    font-weight: 400;
    color: #a7a7a7;
}

.page-link {
    color: #17a98d !important;
}

.btn-success {
    background-color: #17a98d !important;
    border-color: #75bd50 !important;
}

.btn-primary,
.page-item.active .page-link {
    /* background: linear-gradient(90deg, #56b3e2 30%, #34a4dc 76%) !important; */
    background: #35a4dc !important;
    border: none;
    color: #fff !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    background: linear-gradient(
        90deg,
        rgba(21, 171, 142, 1) 30%,
        rgba(118, 192, 79, 1) 76%
    ) !important;
    border: none;
}

.height-11 {
    height: calc(3rem + 2px) !important;
}

.upload_icons i,
.bell_icons i {
    font-size: 22px;
    margin: 10px;
    color: #ffff;
}

.s_letter h6 {
    display: none;
    font-size: 20px;
    font-weight: 500;
    margin: 4px;
    border: 4px solid #f4ffff;
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 28px;
}

.btn-group .dropdown-toggle.s_btn {
    position: relative;
    font-size: 20px !important;
    font-weight: 500;
    margin: 4px !important;
    padding: 7px !important;
    border: 4px solid #f4ffff;
    color: #fff;
    border-radius: 50% !important;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 28px;
    transition:
        transform 0.3s ease,
        border-color 0.3s ease;
}

.btn-group .dropdown-toggle.noti_btn {
    margin: 4px !important;
    padding: 8px !important;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    transition:
        transform 0.3s ease,
        border-color 0.3s ease;
}

.btn-group .dropdown-toggle.noti_btn:focus {
    border-color: transparent;
}

.btn-group .dropdown-toggle.s_btn:hover,
.btn-group .dropdown-toggle.noti_btn:hover {
    border-color: #061a3e;
    color: #061a3e;
    transform: scale(1.15);
    border-radius: 50%;
}

/* Footer */
.footer {
    margin-top: 30px;
}

.bg_footer {
    background: #012138;
    padding-top: 7px;
}

.footer_wrap h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: #17adf2;
    margin: 5px 0 12px;
    font-family: "Poppins", sans-serif;
}

.footer_wrap ul {
    list-style: none;
    padding: 0;
}

.footer_wrap ul li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.footer_wrap ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    padding: 3px 0px;
}

#whatsappChats {
    visibility: visible;
    background: 0 0;
    border: 0;
    display: none;
    transition: transform 0.2s ease-in-out;
    backface-visibility: hidden;
    opacity: 1;
    transform: translateY(0%);
    -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.5));
}

#whatsappChats img {
    width: 55px;
    height: auto;
    position: relative;
    z-index: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#whatsappChats .whatsappChatsText {
    background: #ffbe4a;
    width: 155px;
    height: 40px;
    display: block;
    position: absolute;
    color: #212121;
    left: 25px;
    padding: 5px 15px;
    text-align: right;
    font-size: 11px;
    line-height: 1.1;
    font-weight: 600;
    bottom: 0;
    top: -10px;
    border-radius: 0 6px 6px 0;
    letter-spacing: 0.04em;
}

#whatsappChats .whatsappChatsText strong {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.07em;
}

.copyrights {
    background: #545454;
}

.footer .copyrights p {
    color: #8fc4d4;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    margin: 12px;
}

.footer .copyrights p a {
    color: #fff;
    border-right: 2px solid #ddd;
    padding: 0px 6px;
}

.footer .copyrights p .border_none {
    border: none;
}

/* Last Footer Csss */

/* Footer Start */
.footer-2 {
    background-color: #012138;
    position: relative;
    font-family: "Poppins", sans-serif;
    margin-top: 80px;
    /* position: fixed; */
    width: -webkit-fill-available;
    /* bottom: -150px; */
}

.footer-2 .footer-top {
    padding: 30px 0;
}

.footer-2 .footer-top .f-about {
    padding-right: 30px;
}

.footer-2 .footer-top .f-about .f-logo a img {
    width: 100px;
}

.footer-2 .footer-top .f-about p {
    color: #edebeb;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
}

.footer-2 .footer-top .f-link-wrap h4 {
    font-size: 18px;
    font-weight: 600;
    display: block;
    color: #34a4dc;
    cursor: pointer;
}

.footer-2 .footer-top .f-link-wrap p,
.footer-2 .footer-top .f-link-wrap p a {
    text-decoration: none;
    color: #edebeb;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
}

.footer-2 .footer-top .f-link-wrap p a:hover {
    color: #34a4dc;
}

.footer-2 .footer-top .f-link-wrap h3 {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
    color: #34a4dc;
    cursor: pointer;
}

.footer-2 .footer-top .f-link-wrap ul {
    margin: 0px;
    padding-left: 10px;
    list-style-type: none;
}

.footer-2 .footer-top .f-link-wrap ul li {
    display: block;
    margin-bottom: 4px;
}

.footer-2 .footer-top .f-link-wrap ul li a {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
}

.footer-2 .footer-top .f-link-wrap ul li a:hover {
    color: #34a4dc;
}

.footer-2 .footer-top .f-link-wrap ul li a:hover span {
    color: #fff;
}

.footer-2 .footer-top .hero_btn_group {
    padding: 10px;
    background: #053a61;
    border: 1px solid #00a9e0;
}

.footer-2 .footer-top .hero_btn_group h5 {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
    color: #fff;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
}

/* .footer-2 .footer-top .hero_btn_group .download_btn { */
/* display: flex !important;
    align-items: center;
    background-color: #444;
    color: #fff;
    margin-right: 12px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 11px;
    font-weight: 600;
    padding: 10px 12px;
    width: 155px;
    transition: 0.2s;
    border-radius: 5px;
    position: relative;
    /* z-index: 1;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
} */

.footer-2 .footer-top .hero_btn_group .download_btn img {
    width: 100%;
    margin-right: 7px;
}

.footer_media a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #04aadb;
    color: #fff;
    text-align: center;
    margin: 10px 2px;
    border-radius: 5px;
}

.social_media a img {
    width: 35px;
    margin: 0px 3px;
}

.footer-2 .atm_card_wrap img {
    width: 60px;
}

@media only screen and (max-width: 600px) {
    .footer-2 .atm_card_wrap img {
        width: 50px;
    }
}

.footer-2 .b-footer {
    background-color: #04aadb;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: -webkit-fill-available;
}

.footer-2 .b-footer p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.footer-2 .b-footer ul {
    list-style: none;
    display: flex;
    float: right;
    padding: 0px;
    margin: 0;
}

@media only screen and (max-width: 600px) {
    .footer-2 .b-footer {
        text-align: center;
    }

    .footer-2 .b-footer ul {
        float: none;
        justify-content: center;
    }
}

.footer-2 .b-footer ul li a {
    font-size: 13px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    padding: 0 5px;
    color: #fff;
    text-decoration: none;
}

.footer-2 .b-footer ul li a:hover {
    color: #015496;
}

/* Dashboard Start */

.dashboard .dashboard_imge img {
    border: 2px solid #c7cbce;
}

/* .form-control:focus,
.form-select:focus, */
.btn:focus {
    border-color: #ced4da;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}

.dashboard .dashbord_main_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard .dashbord_main_title h2 {
    font-size: 40px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    margin: 10px;
}

.dashboard .dashbord_main_title h3 {
    font-size: 30px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    margin-bottom: 15px;
    color: #35a4dc;
}

.dashboard .dashbord_main_title h2 span {
    color: #35a4dc;
    font-size: 50px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}

.dashboard .dashbord_main_title i {
    font-size: 32px;
    color: #35a4dc;
    margin: 10px;
}

.dashboard .dashboard_card {
    background: #012138;
    padding: 20px;
    color: #fff;
}

.dashboard .dashboard_card h2 {
    font-size: 100px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-align: center;
    margin: 0;
}

.dashboard .dashboard_card h2 span {
    color: #35a4dc;
}

.dashboard .dashboard_card h4 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding-left: 100px;
    color: #fff;
}

@media only screen and (max-width: 780px) {
    .dashboard {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 600px) {
    .dashboard {
        padding-top: 70px;
    }

    .dashboard .dashboard_card h2 {
        font-size: 80px;
    }

    .dashboard .dashboard_card h4 {
        padding-left: 50px;
    }
}

.dashboard .card {
    height: 100%;
    border: 1px solid rgb(52 164 220);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow:
        rgba(0, 0, 0, 0.16) 0px 1px 4px,
        rgb(52 164 220) 0px 0px 0px 2px;
}

.dashboard .card .card-body .card-title {
    font-size: 20px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.dashboard .card .card-body .card-title span {
    float: right;
    color: #6e6e6e;
}

.dashboard_wrap {
    background: #0581bf;
    padding: 20px;
    margin: 10px 0px;
    border-radius: 10px;
    background: rgb(46, 156, 215);
    background: linear-gradient(
        0deg,
        rgba(46, 156, 215, 1) 40%,
        rgba(5, 129, 191, 1) 70%
    );
    font-family: "Poppins", sans-serif;
}

.dashboard_wrap h3 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 6px;
}

.dashboard_card_wrap {
    background-color: #d9eafe;
    height: 100%;
}

.dashboard_card_wrap.bg_one {
    background-color: #ceffc5;
}

.dashboard_card_wrap .e_product_text {
    padding: 25px;
    text-align: center;
    color: #242424;
    font-family: "Poppins", sans-serif;
}

.dashboard_card_wrap .e_product_text h2 {
    font-size: 35px;
    font-weight: 600;
}

.dashboard_card_wrap .e_product_text p {
    font-size: 16px;
    font-weight: 400;
    text-align: start;
}

.dashboard_card_wrap .e_product_text h4 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.dashboard_card_wrap .e_product_text span a {
    font-size: 14px;
    font-weight: 600;
    color: #35a4dc;
}

.dashboard_card_wrap .e_products_details {
    background: #61a9fe;
    padding: 25px;
    text-align: center;
    color: #242424;
    font-family: "Poppins", sans-serif;
}

.dashboard_card_wrap .e_services_details {
    background: #5fd34e;
    padding: 25px;
    text-align: center;
    color: #242424;
    font-family: "Poppins", sans-serif;
}

.dashboard_card_wrap .e_products_details h4,
.dashboard_card_wrap .e_services_details h4 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.dashboard_card_wrap .e_products_details p,
.dashboard_card_wrap .e_services_details p {
    font-size: 18px;
    font-weight: 500;
    font-weight: 600;
}

.dashboard_wrapper {
    padding: 20px;
    background: #d8f2ff;
    margin: 15px 0px;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
}

.dashboard_wrapper h2 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #144a5e;
}

.dashboard_wrapper .dashboard_list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard_wrapper .dashboard_list.border-end {
    border-right: 1px solid #7b7a7a !important;
}

.dashboard_wrapper .dashboard_list h3 {
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    margin: 10px 12px;
    color: #ff5a00;
}

.dashboard_wrap_header {
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: "Poppins", sans-serif;
}

.dashboard_wrap_header h3 {
    font-size: 30px;
    font-weight: 600;
    color: #242424;
    margin-top: 10px;
}

.dashboard_card {
    background: #fff;
    padding: 20px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.dashboard_card h4 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #4887b2;
}

.dashboard_card p {
    font-size: 14px;
    font-weight: 400;
    color: #acacac;
}

.dashboard_card .form-select {
    height: 38px;
    font-size: 14px;
}

.dashboard_card h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #4887b2;
}

.dashboard_card h5 {
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0px;
    color: #acacac;
    color: #6d6d6d;
}

.dashboard_card img.mt-6 {
    margin-top: 30px;
}

.e-products-details {
    background: #f5f3f4;
    padding: 20px;
    font-family: "Poppins", sans-serif;
}

.e-products-details h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.e-products-details p {
    font-size: 14px;
    font-weight: 400;
    margin: 15px 0px;
    color: #828282;
}

.e-products-details ul li {
    font-size: 14px;
    font-weight: 500;
    margin: 6px 0px;
}

.e-products-details span a {
    font-size: 14px;
    font-weight: 600;
    color: #35a4dc;
}

.e-products-details span a:hover {
    color: #014c73;
}

.plan {
    padding: 10px;
}

.plan .top_header {
    margin-bottom: 15px;
}

.plan .top_header h4 {
    font-size: 22px;
    font-weight: 600;
    color: #35a4dc;
}

.plan .body_text {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 10px;
}

.plan .body_text h6 {
    font-size: 14px;
    font-weight: 400;
    color: #727272;
}

.plan .body_text h3 {
    font-size: 25px;
    font-weight: 600;
    margin: 10px 0px;
    color: #2b2d2f;
}

.plan .body_text p {
    font-size: 16px;
    font-weight: 400;
    color: #535c60;
}

/* DownLoad Center Csss */

:root {
    --color1: #003c59;
    --color2: #fe2a02;
    --color3: #b0008f;
}

.content .card_wrap {
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #b5b5b5;
}

.content .card_wrap:hover {
    box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    transition: all 0.3s ease 0s;
}

.content .top_title h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #35a4dc;
    font-family: "Poppins", sans-serif;
}

.content .body_text h5 {
    font-size: 16px;
    font-weight: 400;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    background: #d8f2ff;
    color: #014c73;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}

.content .card_wrap.bg_one {
    background: #def1ff;
}

.content .card_wrap.bg_two {
    background: #eeffdd;
}

.content .card_wrap.bg_three {
    background: #f7f7f7;
}

.content .card_wrap h3 {
    font-size: 30px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin: 10px 0px;
    color: #003c59;
}

.content .card_wrap h3.text-two {
    color: var(--color2);
}

.content .card_wrap h3.text-three {
    color: var(--color3);
}

.content .card_wrap i {
    font-size: 110px;
    margin: 10px 0px;
    color: #003c59;
}

.content .card_wrap i.text-two {
    color: var(--color2);
}

.content .card_wrap ul {
    text-align: start;
    margin: 15px 0px;
    list-style: none;
}

.content .card_wrap ul li {
    padding-left: 8px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin: 10px 0px;
    cursor: pointer;
}

.content .card_wrap ul li::marker {
    content: "\f054";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    font-size: 14px;
}

/* Tooltips */
.tooltip-inner {
    background-color: #2f4fff;
    box-shadow: 0px 0px 4px black;
    opacity: 1 !important;
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #2f4fff !important;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: #2f4fff !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #2f4fff !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #2f4fff !important;
}

/* Dashborad */
.dashboard .table_header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.dashboard .table_header h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #35a4dc;
}

.dashboard .table_header ul {
    list-style: none;
    display: flex;
    align-items: center;
}

.dashboard .table_header ul li .btn {
    font-size: 14px;
    font-weight: 500;
}

.dashboard .table_header ul li .btn.active {
    color: #35a4dc;
}

.dashboard .table_header ul li::after {
    content: "|";
}

.dashboard .table_header ul li:last-child::after {
    content: "";
}

.dashboard .table_header ul li .btn:focus {
    border-color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.dashboard_one table.table-borderless,
.dashboard_two table.table-borderless,
.dashboard_three table.table-borderless {
    border: 1px solid #7d8289;
    font-family: "Poppins", sans-serif;
}

.dashboard_one table.table-borderless tr td {
    font-size: 14px;
    font-weight: 400;
}

.dashboard_one table.table-borderless tbody tr:last-child {
    background: #ecf9ff;
}

.registered_text {
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    background: #fafafa;
    border: 1px solid #ddd;
}

.dashboard_two table.table-borderless thead tr {
    background-color: #00851a;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: rgb(0, 133, 26);
    background: linear-gradient(230deg, rgb(4 170 219) 28%, rgb(5 198 255) 80%);
}

/* .dashboard_two table.table-borderless thead tr td:first-child{
    background-color: #2bba55;
    border-bottom-right-radius: 130%;
} */

.dashboard_two table.table-borderless thead tr i,
.dashboard_three table.table-borderless thead tr i {
    text-align: center;
    color: #fff;
    font-size: 25px;
}

.dashboard_two table.table-borderless tbody tr td,
.dashboard_three table.table-borderless tbody tr td {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.dashboard_three table.table-borderless tbody tr td:first-child {
    text-align: end;
}

.dashboard_three table.table-borderless thead tr {
    background-color: #0ea7c7;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

#display_excel_data tbody tr:first-child,
#display_excel_data2 thead tr:first-child,
#total thead tr:first-child,
#detail_total thead tr th {
    text-align: center;
    background: #f6f6f6;
}

#hscodedatatable thead {
    background-color: #f4f4f4;
}

#datatable thead,
#datatable-inactive thead {
    background-color: #edfaff;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.card_password_comform {
    background-color: #fff1ec;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.card_password_comform h4 {
    font-size: 12px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #913b33;
}

.page-item.active .page-link {
    z-index: auto;
}

.btn-primary {
    background-color: #35a4dc !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #0bbaee !important;
    border-color: #0bbaee !important;
    color: #fff;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #0a894e !important;
    border-color: #0a894e !important;
    color: #fff;
}

.nav-tabs-bg {
    /* background-image: url(../images/calcuator-bg.png); */
    /* background-image: url(../images/calcuator-bg-1.png); */
    background-image: url(../images/duty-calc.jpeg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 250px;
    padding-block: 70px 100px;
    padding-inline: 60px;
    object-fit: fill;
    object-position: center;
    color: #fff;
}

.content.nav-tabs {
    margin-top: -85px;
}

.new-dashboard {
    background-color: #f8fafc;
    /* padding: 20px; */
    border-radius: 10px;
}

.new-dashboard-card-wrap {
    border: 1px solid #c1c3c6;
    padding: 20px;
    /* margin-bottom: 30px; */
    border-radius: 4px;
    height: 100%;
}

.new-dasboard-wrap {
    background: conic-gradient(
        from 161.43deg at 67.09% 21.83%,
        #3ab2ee 0deg,
        #34a4dc 360deg
    );
    /* padding: 14px; */
    border-radius: 10px;
}

.new-dasboard-wrap.bg1 {
    background: conic-gradient(
        from 161.43deg at 67.09% 21.83%,
        #1c274c 0deg,
        #1c327f 360deg
    );
}

.new-dasboard-wrap h2 {
    font-size: 20px;
    padding: 12px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.new-dasboard-wrap h4 {
    font-size: 16px;
    font-weight: 600;
    padding: 14px;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    color: #636365;
    /* display: flex; */
    /* justify-content: space-between; */
}

.new-dasboard-wrap h4 select {
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
}

.new-dasboard-wrap h6 {
    color: #fff;
    font-size: 15px;
    padding: 10px 11px;
    display: flex;
    justify-content: space-between;
}

.new-dashboard-one {
    padding-block: 30px;
}

.btn-view {
    background: #34a4dc;
    color: #fff;
    border: 1px solid #e4e4e4;
}

.dashboard-table-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.dashboard-table-wrap h5,
.dashboard-chat-wrap h5 {
    font-size: 18px;
    font-weight: 500;
}

.btn-views {
    color: #34a4dc;
    font-weight: 500;
}

.dashboard-header-right {
    display: flex;
    justify-content: end;
}

.dashboard-header-right h5 {
    background-color: #f7f7f7;
    color: #000;
    border: 0.93px solid #e4e4e4;
    border-radius: 5px;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 500;
    width: max-content;
    margin-inline: 10px;
}

.dashboard-header-right .form-control,
.dashboard-table-wrap .form-control {
    width: fit-content;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    height: 26px;
}

.dashboard-registered-users .user-dashboard-text-wrap {
    margin-block: 50px;
    font-family: "Poppins", sans-serif;
}

.dashboard-registered-users .user-dashboard-text-wrap p {
    color: #676767;
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.dashboard-registered-users .user-dashboard-card-wrap {
    border: 2px solid #c1c1c1;
    padding: 10px;
    border-radius: 8px;
}

.dashboard-registered-users
    .user-dashboard-card-wrap
    .user-dashboard-card-wrapper {
    background-color: #eaecee;
    border-radius: 10px;
    padding: 15px;
}

.dashboard-registered-users
    .user-dashboard-card-wrap
    .user-dashboard-card-wrapper
    .user-dashboard-btn-wrap {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    margin-bottom: 20px;
}

.dashboard-registered-users
    .user-dashboard-card-wrap
    .user-dashboard-card-wrapper
    .user-dashboard-btn-wrap
    .btn-sdex {
    background-color: #808080;
    padding-inline: 32px;
    font-size: 14px !important;
    font-weight: 500;
    color: #fff;
}

.dashboard-registered-users
    .user-dashboard-card-wrap
    .user-dashboard-card-wrapper
    .user-dashboard-btn-wrap
    .btn-freetrail {
    background: #00b5fe;
    background: linear-gradient(
        90deg,
        rgba(0, 181, 254, 1) 0%,
        rgba(5, 65, 248, 1) 64%
    );
    padding-inline: 32px;
    font-size: 14px !important;
    font-weight: 500;
    color: #fff;
}

.btn-sdex:hover {
    background: linear-gradient(135deg, #114f80 0%, #1a6fb3 50%, #114f80 100%);
    background-size: 200% 200%;
    background-position: right center;
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(17, 79, 128, 0.35);
}

/* Hover animation */
.btn-freetrail:hover {
    background-position: right center;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(5, 65, 248, 0.35);
}

.dashboard-registered-users
    .user-dashboard-card-wrap
    .user-dashboard-card-wrapper
    p {
    color: #777777;
    font-size: 13px;
    font-weight: 500;
    height: 100px;
    text-align: start;
}

.dashboard-registered-users
    .user-dashboard-card-wrap
    .user-dashboard-card-wrapper
    .user-dashboard-btn-wrap
    .btn-plan {
    color: #041c6d;
    font-size: 14px !important;
    font-weight: 500;
    position: relative;
}

.user-dashboard-btn-wrap .btn-plan::after,
.user-dashboard-btn-wrap .btn-plan::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #00b5fe, #0541f8);
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease-out;
}

.user-dashboard-btn-wrap .btn-plan::before {
    top: -5px;
    transform-origin: left;
}

.user-dashboard-btn-wrap .btn.btn-plan:focus {
    border-color: transparent;
    box-shadow: none !important;
}

.user-dashboard-btn-wrap .btn-plan:hover::after,
.user-dashboard-btn-wrap .btn-plan:hover::before {
    transform: scaleX(1);
}

.dashboard-registered-users .main-title h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 8px;
}

.dashboard-registered-users .main-title p {
    color: #808080;
    font-size: 15px;
    font-weight: 500;
}

.dashboard-registered-users .main-card-wrap {
    background: linear-gradient(180deg, #d7e7ff 0%, #fff 100%);
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #e5e7ec;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.dashboard-registered-users .main-card-wrap .main-card-box {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 10px;
}

.dashboard-registered-users .main-card-wrap .main-card-box img {
    width: 50px;
}

.dashboard-registered-users .main-card-wrap .main-card-text h3 {
    font-size: 30px;
    font-weight: 600;
}

.dashboard-registered-users .main-card-wrap .main-card-text h4 {
    font-size: 22px;
    font-weight: 600;
}

.invoice-card-wrap.shadow {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

.invoice-card-wrap.shadow h2 {
    font-size: 25px;
    font-weight: 700;
    background: linear-gradient(356deg, #3fa9f5f0, #1f4fbfe8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-block: 50px 20px;
}

.invoice-card-wrap.shadow .invoice-card-wrap-img {
    position: absolute;
    top: -50px;
    left: 38%;
    background-color: #fffafe;
    padding: 0;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.15),
        0 4px 10px rgba(0, 0, 0, 0.1);
}

.invoice-card-wrap.shadow .invoice-card-wrap-img img {
    width: 100px;
}

.invoice-card-wrap.shadow .invoice-card-wrap-icons {
    background-color: #fff;
    border: 1px solid #5073b1;
    width: fit-content;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    right: 25px;
    top: 8px;
    box-shadow:
        rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.invoice-card-wrap.shadow .invoice-card-wrap-icons img {
    width: 30px;
}

.invoice-card-wrap.shadow .invoice-card-wrap-icons:hover {
    background-color: #5073b1;
    transform: scale(1.1);
    cursor: pointer;
}

.invoice-card-wrap.shadow .invoice-card-text {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-block: 25px;
}

.invoice-card-wrap.shadow .invoice-card-text h4 {
    border: 1px solid #b2b2b2;
    font-size: 13px;
    font-weight: 500;
    padding: 7px;
    border-radius: 4px;
    color: #7b7b7b;
    margin-inline: 10px;
    text-align: center;
    cursor: pointer;
}

.invoice-card-text h4:hover {
    background-color: #f0fbfe;
}

.contact_wrap {
    padding: 30px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.contact .contact_wrap .contact_text h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    color: #559ac0;
    font-family: "Poppins", sans-serif;
    margin: 10px 0px;
}

.contact .contact_wrap .contact_text h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    color: #646464;
    font-family: "Poppins", sans-serif;
    margin: 18px 0px;
}

.contact .contact_wrap .contact_text p {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #242424;
    margin: 10px 0px;
    font-family: "Poppins", sans-serif;
}

.contact .contact_wrap .contact_text ul {
    padding-left: 10px;
    list-style-type: none;
}

.contact .contact_wrap .contact_text ul li {
    display: block;
    margin-bottom: 4px;
}

.contact .contact_wrap .contact_text ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #353535;
    display: inline-block;
    text-decoration: none;
}

.contact .contact_wrap .contact_text ul li a:hover {
    color: #34a4dc;
}

.contact .contact_wrap .contact_text ul li a:hover span {
    color: #353535;
}

.contact .contact_wrap .contact_text span i {
    font-size: 40px;
    text-align: center;
    color: #929498;
}

.contact_text .input-group .form-select {
    z-index: 999;
    position: absolute;
    left: 25px;
    width: 20%;
    border: none;
    background-color: transparent;
    border-radius: 0;
}

.contact_text .input-group .form-control {
    padding: 6px 35px;
    /* border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important; */
    padding-left: 100px;
}

@media only screen and (max-width: 600px) {
    .contact_text .input-group .form-select {
        width: 25%;
    }
}

.contact .form-group {
    margin-bottom: 20px;
}

.contact .form-floating .form-control {
    height: 45px;
}

/* .contact .form-floating .form-control:hover,
    .contact .form-floating .form-control:focus{
    border-color: transparent;
    background-color: transparent;
    border-color: #fff #fff #fff;
    isolation: isolate;
} */

.form-control:focus {
    border-color: #ced4da;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}

.contact .form-floating label {
    position: absolute;
    top: -6px;
}

.mt-6 {
    margin-top: 4.3rem !important;
}

.contact .form-group .form_label {
    font-size: 13px;
    font-weight: 500;
    color: #131313;
    margin-bottom: 10px;
}

.contact .form-group .send_btn {
    background-color: #399ece;
    border: 1px solid #399ece;
    color: #fff;
    padding: 6px 50px;
    border-radius: 4px;
    margin: 14px 0px 10px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.4s ease;
}

.contact .form-group .form-control {
    font-size: 14px;
    font-weight: 500;
}

.contact_text .input_form .form-control,
.navbar-collapse .input_form .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.contact_text .input-group .btn_start,
.contact_text .input_form .btn_start {
    font-size: 16px;
    background-color: #399ece;
    border: 1px solid #399ece;
    color: #fff;
    border-radius: 0;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.contact_text .input_form .btn_start i {
    color: #fff !important;
    font-size: 22px !important;
}

.contact_text .input_form .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 18px !important;
}

.contact-us-wrap {
    background: linear-gradient(
        180deg,
        #c4e2ff 0%,
        rgba(213, 235, 255, 0.84) 30.81%,
        rgba(239, 247, 255, 0) 100%
    );
    padding: 25px;
    border-radius: 8px;
}

.contact-us-wrap-list-wrap {
    background-color: #ffffff;
    padding: 20px;
    /* display: flex; */
}

.contact-us-wrap-list {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.contact-us-wrap-list .contact-us-wrap-title h6 {
    font-weight: 500;
    color: #00334c;
}

.contact-us-wrap-list .contact-us-wrap-title h2 {
    color: #34a4dc;
    font-size: 23px;
}

.contact-us-wrap-list .contact-us-wrap-title h2 span {
    color: #1c274c;
}

.contact-us-wrap-list .contact-us-wrap-img {
    width: 20%;
    text-align: end;
}

.contact-us-wrap-list .contact-us-wrap-img img {
    width: 60px;
}

.user-list-wrap {
    text-align: center;
}

.user-list-wrap h3 {
    font-size: 25px;
    font-weight: 500;
}

.user-list-wrap h6 {
    font-size: 10px;
    color: #333333;
    font-weight: 400;
}

.contact-us-wrap .call-text {
    margin-bottom: 20px;
}

.contact-us-wrap .call-text h6 {
    color: #7d7d7d;
    font-weight: 500;
}

.contact-us-wrap .call-text h4 {
    font-size: 14px;
    font-weight: 500;
}

.contact-header {
    /* margin-top: 15px; */
    display: flex;
    align-items: center;
}

.contact-header h6 {
    color: #616161;
    font-weight: 500;
}

.contact-header h6 i {
    color: #01519d;
    font-size: 10px;
}

.contact-header h2 {
    color: #333333;
    margin-bottom: 10px;
}

.contact-header p {
    color: #333333;
    font-size: 12px;
}

.contact-us-wrap .call-text h6 {
    color: #7d7d7d;
    font-weight: 500;
    font-size: 14px;
}

.contact-us-wrap .call-text h4 {
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.contact-us-wrap .call-text h4 a {
    color: #000;
    text-decoration: none;
}

.btn-signup {
    background-color: #34a4dc;
    color: #fff;
}

/* Wrapper */
.input-group-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 6px;
    /* important */
    background: #fff;
}

/* +1 prefix */
.input-group-custom .prefix {
    background: #34a4dc;
    color: #fff;
    padding: 0 14px;
    font-size: 14px;
    display: flex;
    align-items: center;
    height: 45px;
}

/* Input */
.input-group-custom input {
    border: none;
    outline: none;
    padding: 12px;
    flex: 1;
    font-size: 14px;
}

/* Button */
.input-group-custom button {
    background: #34a4dc;
    color: #fff;
    border: none;
    padding: 0 18px;
    height: 44px;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}

/* Hover */
.input-group-custom button:hover {
    background: #34a4dc;
}
