body {
    font-family: "Poppins";
}

#welcomefile.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: .25rem;
    margin-bottom: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
/* Login pages css starts */
.new_login_page_section {
    display: flex;
    align-items: center;
    gap: 150px;
    font-family: "Roboto", sans-serif;
    background-color: #f8f9fa;
    height: 100vh;
    /* overflow: hidden; */
}
.new_login_page_logo {
    width: 100%;
    max-width: 700px;
    background-color: #2a3f54;
    height: 100vh;
    text-align: center;
    padding-top: 200px;
}
.new_login_page_logo img {
    width: 400px;
}

.loginformsedit label {
    font-weight: normal;
    color: #454545;
    display: inline-flex;
}

.new_input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 16px;
}
.new_input_margin {
    margin-bottom: 1rem;
}
input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin-right: 5px;
}
.new_login_btn {
    width: 100%;
    padding: 10px;
    background-color: #009dec;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 16px;
}
.loginformsedit .form-control:focus {
    border-color: unset;
    box-shadow: unset;
}
.loginformsedit .text-danger {
    color: rgb(220 53 69) !important;
}
/* Login pages ends */

/* Sidebar starts */
.customsidebar.sidebar-wrapper .metismenu {
    background: #009dec;
    font-family: "Poppins";
    padding: 0;
    min-height: 100%;
    width: 100%;
    padding: 0;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
}
.customsidebar.sidebar-wrapper .metismenu li + li {
    margin-top: 0px;
}
.customsidebar.sidebar-wrapper .metismenu a {
    font-size: 14px;
    color: #fff;
}
.customsidebar.sidebar-wrapper .metismenu .mm-active > a,
.customsidebar.sidebar-wrapper .metismenu a:active,
.customsidebar.sidebar-wrapper .metismenu a:focus,
.customsidebar.sidebar-wrapper .metismenu a:hover {
    background: #fff;
    color: #454545;
    --bs-nav-link-hover-color: #454545;
}
.customsidebar.sidebar-wrapper .metismenu li:first-child {
    margin-top: 9px;
}
.customsidebar .simplebar-track.simplebar-vertical {
    width: 0px;
}
.customsidebar .sidebar-header {
    width: 250px;
    height: 60px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0 8px;
    z-index: 5;
    background: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid #e4e4e4;
    box-shadow: 0px -1px 5px #888888;
}
.customsidebar .logo-icon {
    width: 100%;
}
.topbarcarnet .user-img {
    width: 100px;
    height: auto;
    border-radius: unset;
}
.customsidebar .dropdown-content {
    display: none;
    background-color: #ffefe6;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
/* .customsidebar .dropdown:hover .dropdown-content {
    display: block;
} */
.customsidebar .simplebar-mask {
    overflow: initial;
}
.customsidebar .dropdown-content a {
    color: #454545 !important;
    padding: 12px 16px !important;
    text-decoration: none;
    display: block;
}
.customsidebar .dropdown-content a:hover {
    background-color: #ffefe6 !important;
    color: #ea6b00 !important;
}
.customsidebar .dropdown-right-icon {
    width: 100%;
    text-align: end;
}
/* Sidebar ends */

/* Tables starts */
.table.data-table > thead > tr > th {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    border-bottom-color: #dee2e6 !important;
}
.table.data-table > tbody > tr > td {
    /* padding: 10px 8px; */
    vertical-align: middle !important;
    width: 60px;
}
/* Tables ends */

/* Forms starts */
.editviewform input.form-control,
.editviewform select.form-select,
.editviewform textarea {
    font-size: 14px;
    border-radius: 0px;
}
.editviewform .btn {
    border-radius: 0px;
    padding: 6px 12px;
}
.editviewform .modal-title {
    font-size: 26px;
    font-weight: 600;
}
.editviewform input.form-control::placeholder {
    color: #454545 !important;
    font-size: 14px;
    font-weight: 400;
    opacity: 1 !important;
}
.editviewform label.form-label {
    color: #454545;
}
/* Forms ends */
.color_code {
    width: 75px;
    color: #00ffff00;
    padding-bottom: 1px;
    border: 1px solid black;
}
/* Responsive starts */
/* Login pages starts */
@media screen and (max-width: 992px) {
    .new_login_page_logo img {
        width: 300px;
    }
    .new_login_page_section {
        gap: 70px;
    }
}
@media screen and (max-width: 768px) {
    .new_login_page_logo {
        padding-top: 40px;
        padding-bottom: 40px;
        max-width: unset;
    }
    .new_login_page_section {
        flex-direction: column;
        gap: 20px;
    }
    .loginformsedit {
        margin: 0 auto 1rem;
    }
}
@media screen and (max-width: 575px) {
    .loginformsedit.form-vertical {
        width: 300px;
    }
    .new_login_page_logo img {
        width: 300px;
    }
}
/* Responsive ends */
/* Login pages ends */

.subscriptionPlan .pricing-card {
    background-color: #ffffff;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center; 
    min-height: 450px !important;
}

.subscriptionPlan .plan-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #2d3748;
}

.subscriptionPlan .plan-feature {
    color: #3182ce;
    font-size: 1.125rem;
    font-weight: 600;
    margin-top: 8px;
}

.subscriptionPlan .plan-price {
    color: #1a202c;
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 16px;
}

.subscriptionPlan .price-unit {
    font-size: 1rem;
}

.subscriptionPlan .btn-primary {
    margin-top: 24px;
    width: 100%;
    background-color: #3182ce;
    color: #ffffff;
    padding: 8px 0;
    border-radius: 8px;
    border: none;
    font-size: 1rem;
    cursor: pointer;
}

.subscriptionPlan .btn-primary:hover {
    background-color: #2b6cb0;
}

.subscriptionPlan .plan-features {
    margin-top: 24px;
    color: #718096;
    list-style: none;
    padding: 0;
    text-align: left;
    padding-left: 5px;
}

.subscriptionPlan .plan-features li {
    margin: 8px 0;
}
 

.subscriptionPlan .pro,.subscriptionPlan .unlimited,.subscriptionPlan .starter {
    border: 2px solid #63b3ed;
}
 
