@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

:root {
    --teal: #00989A;
    --brick: #D27033;
    --gray: #748187;
    --red: #E5676B;
    --white: #ffffff;
    --gayrLight: #c8ced3;
    --grayLighter: #ccc;
    --black: #23282c;
    --graydime : #f8f8f8;
}

.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}

.dataTables_filter {
    margin-right: .2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid var(--gayrLight);
    text-align: center;
}
table.dataTable tbody td {
    text-align: center;
}
table.dataTable.text-left-td th, 
table.dataTable.text-left-td tbody td {
    text-align: left;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid var(--gayrLight);
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: var(--white);
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.sidebar .nav-item {
    cursor: pointer;
}

.btn-default {
    color: var(--black);
    background-color: var(--gayrLight);
    border-color: var(--gayrLight);
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
    color: var(--black);
    background-color: var(--gayrLight);
    border-color: var(--gayrLight);
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}
.searchable-fields {
    padding-left:5px;
}
.searchable-link {
    padding:0 5px 0 5px;
}
.searchable-link:hover   {
    cursor: pointer;
    background: var(--gayrLight);
}
.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}












.form-control { font-size: 1rem; color: var(--black);}
.main_menu.home_menu {
    background: var(--white);
    box-shadow: 0 0 3px var(--grayLighter);
    padding: 10px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 5;
}

span.countrycode {
    width: 80px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 5px 0 0 5px;
    background: var(--gayrLight);
    padding: 0 10px;
    font-weight: 600;
    font-size: 1rem;
}
span.countrycode img {
    max-width: 20px; height: auto;
}
span.countrycode + .form-floating { flex: 1;}
span.countrycode + .form-floating input { border-top-left-radius: 0; border-bottom-left-radius: 0;}

















/* Register & Application form */
/* =========================== */
@media(min-width:1680px){
    .container {
        max-width: 1360px;
    }
}
.box-ar {
    height: calc(100vh - 6rem);
    background: var(--grayLighter);
    width: 40%;
    position: fixed;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
}
.box-ar .bg-img {
    width: auto;
    height: 100%;
    position: relative;
    right: 0;
}
@media(min-width:1200px){
    .box-ar .bg-img {
        right: -10rem;
    }
}
.box-ar .logo-img {
    position: absolute;
    z-index: 1;
    left: 2rem;
    top: 2rem;
    max-width: 9rem;
}
.bg-white {
    background: var(--white);
    /* width: 50%;
    margin-left: 50%; */
    width: 55%;
    margin-left: 45%;
    position: relative;
    height: calc(100vh - 6rem);
    padding: 1.5rem;
}
.bg-white.no-width {
    width: 100%;
    margin-left: 0;
}
.bg-white.no-height {
    height: auto;
}
.form-scroll::-webkit-scrollbar {
    width: 5px;
    background: var(--gayrLight);
}
.form-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px var(--gayrLight);
}
.form-scroll::-webkit-scrollbar-thumb {
    background-color: var(--teal);
    border-radius:4px;
}
.btn-primary {
    color: var(--white);
    background-color: var(--teal);
    border-color: var(--teal);
}
.btn-login {
    font-size: calc(1rem - 2px);
    letter-spacing: 0;
    padding: 0.75rem 0;
    width: 100%;
}
.btn-login-sm {
    font-size: calc(1rem - 2px);
    letter-spacing: 0;
    padding: 0.75rem 0;
    width: 150px;
    text-transform: uppercase;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: var(--white);
    background-color: var(--gayrLight);
    border-color: var(--gayrLight);
}
.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:hover {
    color: var(--white);
    background-color: var(--teal);
    border-color: var(--teal);
}
.resendotp {
    position: absolute;
    top: calc(1rem - 2px);
    right: 10px;
}
.fw-bold {
    font-weight: 700;
}
select {
    height: 58px !important;
}
.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}
label.selectData {
    background-color: var(--gayrLight);
    color: var(--white);
    padding: 0.5rem 1rem;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    min-width: 100%;
}
.file-chosen {
    margin-left: 0.3rem;
    font-family: sans-serif;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}
.card-title {
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    font-size: 1.75rem !important;
}
.card-title span.guj {
    font-size: calc(2rem - 10px); 
}
.form-floating {
    position: relative;
}
select {
    height: 58px !important;
}
.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}
.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    font-size: 1rem;
    margin: 0;
}
@media (prefers-reduced-motion: reduce) {
    .form-floating>label {
        transition: none;
    }
}
.form-floating>.form-control {
    padding: 1rem 0.75rem;
}
.form-floating>.form-control::-moz-placeholder {
    color: transparent;
}
.form-floating>.form-control::placeholder {
    color: transparent;
}
.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 0.8rem;
    padding-bottom: 0.625rem;
}
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 0.8rem;
    padding-bottom: 0.625rem;
}
.form-floating>.form-control:-webkit-autofill {
    padding-top: 0.8rem;
    padding-bottom: 0.625rem;
}
.form-floating>.form-select {
    padding-top: 0.8rem;
    padding-bottom: 0.625rem;
}
.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.9rem) translateX(0.15rem);
}
.form-floating>.form-control:-webkit-autofill~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-1rem) translateX(0.15rem);
}


.alt-view {
    padding: 0;
}
.alt-view ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.alt-view ul li {
    padding: 5px 15px;
}

.date-of-birth .form-control {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    color: var(--black);
    background: var(--white);
    font-size: 1rem;
}
.date-of-birth .input-group-append button {
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.date-of-birth .input-group-append button .gj-icon {
    position: relative;
    top: unset;
    left: unset;
}
.date-of-birth .form-control::placeholder {
    color: var(--black);
    opacity: 1;
}

.date-of-birth .form-control:-ms-input-placeholder {
    color: var(--black);
}

.date-of-birth .form-control::-ms-input-placeholder {
    color: var(--black);
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: var(--white);
    width: 100%;
    height: calc(3.5rem + 2px);
}
.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--white);
    border: 1px solid var(--gayrLight);
    padding: 1rem 0.75rem;
    border-radius: 0.25rem;
    color: var(--black);
    font-size: .875rem;
}
.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: var(--black) transparent transparent transparent;
    position: absolute;
    top: 25px;
    right: 10px;
}
.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: var(--gayrLight);
    box-shadow: 0 5px 10px var(--grayLighter);
}
.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid var(--grayLighter);
    color: var(--black);
    font-size: .875rem;
}
.select-options li:hover,
.select-options li.is-selected {
    color: var(--black);
    background: var(--white);
}
.select-options li[rel="hide"] {
    display: none;
}

/* Checkbox design */
.checkbox_design {
    display: block;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox_design input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    background-color: var(--grayLighter);
}
.checkbox_design:hover input~.checkmark {
    background-color: var(--grayLighter);
}
.checkbox_design input:checked~.checkmark {
    background-color: var(--teal);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox_design input:checked~.checkmark:after {
    display: block;
}
.checkbox_design .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid var(--white);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pdf_design h1, .pdf_design h2 {
    margin: 0 0 1rem;
    font-size: calc(2rem - 10px);
    font-weight: 600;
    padding: 10px;
    background: var(--teal);
    color: var(--white);
}
.pdf_design h2 small {
    font-weight: 600;
    font-size: 90%;
}
.pdf_design .data_table figure {
    width: 215px; margin-left: 2rem;
}
.pdf_design .data_table figure img.person_img {
    width:100%; 
    height: auto; 
    max-height: 227px;
}
.pdf_design .data_table figure figcaption {
    padding-bottom: 10px; padding-top: 10px; background: var(--gayrLight); text-align: center;
}
.pdf_design .data_table figure figcaption img {
    max-width:100%; max-height: 80px;
}
.pdf_design .person-detail {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.pdf_design .person-detail li {
    padding: 10px;
    line-height: 1.5;
    font-size: calc(1rem);
    flex: 50%;
    border-bottom: 2px solid var(--grayLighter);
}
.pdf_design .person-detail li strong {
    width: 30%;
    max-width: 115px;
    float: left;
}
.pdf_design .person-detail li span strong {
    width: auto;
    margin-right: 5px;
}
.doc_listing {
    list-style: none;
    margin: 0;
    padding: 0;
}
.doc_listing li {
    padding: 10px;
    line-height: 1.5;
    font-size: calc(1rem);
    border-bottom: 2px solid var(--grayLighter);
    display: flex;
    align-items: center;
}
.doc_listing li .check_bx {
    margin-right: 10px;
}
.doc_listing li strong {
    flex: 1;
}
.doc_listing li .preview_img {
    width:140px;
    cursor: pointer;
    text-align: right;
}
.doc_listing li .preview_img img {
    width: auto;
    max-width: 100%;
    height: 40px;
}
.doc_listing li .check_box {
    margin:0px 10px 0 0px; 
    float: left;
}

.fieldset-d .selectData {
    width: 100%;
}
.fieldset-d fieldset {
    border: 1px solid var(--grayLighter);
    padding: 10px;
    margin-bottom: 1rem;
}
.fieldset-d fieldset legend {
    width: auto;
    margin: 0;
    font-size: calc(1rem - 2px);
    font-weight: 600;
    padding: 5px 10px;
    background: var(--white);
}
.fieldset-d h2 {
    font-size: calc(1rem - 2px);
    font-weight: 600;
    text-align: left;
    background: var(--gayrLight);
    padding: 10px;
}
.reduce {
    text-align: left;
    background: var(--gayrLight);
    padding: 10px;
    text-align: center;
}
.popup_model .modal-body {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}
.popup_model .modal-body img {
    max-width: 100%;
    max-height: 100%;
}
.popup_model .modal-header {
    border: none;
}
.popup_model .modal-header .close {
    font-size: 36px;
    padding: 15px;
    margin-right: 0px;
    outline: none;
}
.popup_model .modal-footer {
    border: none;
    justify-content: center;
    padding-top: 0 !important;
}
.popup_model .modal-footer button,
.popup_model .modal-footer a {
    width: 150px;
    font-weight: 600;
    color: var(--white);
}
.popup_model .modal-footer a:hover {
    color: var(--white);
}
.bg-image {
    background-image: url('../img/logo/ah1I4431.jpg');
    background-blend-mode: luminosity;
    background-size: cover;
}
.logo-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem!important;
    align-items: flex-end;
}
.logo-section.align-item {
    align-items: center;
     margin-bottom: 0 !important;
}
.logo-section.align-item + h5 {
    margin-bottom: 0.5rem !important;
}
.logo-section img {
    width: auto;
    max-height: 4rem;
}
.logo-section img.gmdc-sam {
    max-height: 3rem;
}
.popup_model.pdfView .modal-lg, 
.popup_model.pdfView .modal-xl {
    max-width: 1330px;
}
.popup_model .modal-body { height: 80vh;}
.popup_model .modal-body div { height: 100%; width: 100%;}
.carousel-control-next, .carousel-control-prev {
    width: 80px;
}
.popup_model #modalIfeame {
    width: 100%;
    height: 100%;
}   
.popup_model #modalIfeame1 {
    width: 100%;
    height: 100%;
} 

.other_labels {
    font-size: calc(1rem - 2px);
}
button.btn.float-right {
    padding-top: 0;
}
button.btn.float-right a {
    color: var(--teal);
}
.app-code {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
.main_menu.home_menu button.btn.float-right {
    padding: 0.375rem 0.75rem;
}
.popup_model.pdfView .modal-lg.new-width{
    max-width: 800px;
}
.popup_model.pdfView .modal-lg.new-width .modal-body{
    height: 55vh;
}
.popup_model.pdfView .modal-lg.new-width .modal-body div {
    overflow-y: auto;
}
.popup_model.pdfView .modal-lg.new-width .modal-body img {
    height: auto;
    max-height: unset;
}

.gj-textbox-md,
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--gray);
    background-color: var(--white);
    background-clip: padding-box;
    border: 1px solid var(--gayrLight);
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding-right: 2rem;
}
.gj-datepicker-md [role=right-icon] {
    right: 0;
    top: 0;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 57px;
    border-left: 1px solid var(--grayLighter);
    color: var(--gayrLight);
    transition: all 0.4s ease-in-out;
}
.gj-datepicker-md [role=right-icon]:hover {
    color: var(--gray);
}
.gj-datepicker-md [role=right-icon]:active {
    color: var(--black);
    background-color: var(--gayrLight);
    border-color: var(--gayrLight);
}


/* Responsive CSS */
/* ============== */
@media(min-width:992px) {
    .form-scroll {
        height: calc(100% - 140px);
        overflow: auto;
        padding: 0 15px 0 0;
    }
}

@media(max-width:1439px){
    .box-ar {
        width: 45%;
    }
}
@media(max-width:1279px){
    .box-ar {
        width: 50%;
    }
}
@media(min-width:992px) and (max-width:1200px){
    .logo-section {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .logo-section .card-title { width: 100%; text-align: center;}
    .logo-section > div {
        width: 100%;
        text-align: center;
        margin-bottom: 1rem;
    }
    .logo-section.align-item {
        flex-direction: row;
        justify-content: space-between !important;
    }
    .logo-section.align-item > div {
        width: auto;
    }
    .form-scroll.tabview {
        height: calc(100% - 150px);
    }
    .tab-btn {margin-bottom: 1rem;} 
}
@media (max-width: 991px){
    .box-ar {
        position: relative;
        width: 100%;
        height: auto;
        justify-content: center;
        background: transparent;
        margin: 0 0 2rem;
        margin-top: 2rem;
    }
    .box-ar .bg-img {
        display: none;
    }
    .bg-white {
        width: 100%;
        margin-left: unset;
        height: auto;
    }
    .box-ar .logo-img {
        position: unset;
        z-index: 1;
        max-width: 15rem;
    }
    .bg-white {
        margin-bottom: 2rem !important;
    }
    .data_table {
        flex-direction: column-reverse;
    }
    .pdf_design .data_table figure {
        width: 200px;
        margin: 2rem auto;
    }
    .bg-white.no-width { margin: 0;}
    .pdf_design .person-detail li {
        flex:100%;
        padding-left: 0;
        padding-right: 0;
    }
    .doc_listing li .preview_img {
        width: 60px;
        text-align: right;
    }
    .doc_listing li .preview_img img {
        height: 30px;
    }
    .form-scroll.tabview .col-sm-12.pl-0 {
        padding-right: 0;
    }
    .tab-btn {margin-bottom: 1rem;} 
    .tab-form .row .col-xl-6:first-child {
        margin-bottom: 1rem;
    }
    .logo-section.align-item {
        flex-direction: row;
    }
    .logo-section.align-item > div {
        width: auto;
    }
}
@media (max-width: 767px){
    .logo-section.align-item img {
        width: auto;
        max-height: 3rem;
    }
    .box-ar .logo-img {
        max-width: 10rem;
    }
    .bg-white {
        margin: 0 15px;
    }
    .logo-section {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .logo-section .card-title { width: 100%; text-align: center;}
    .logo-section > div {
        width: 100%;
        text-align: center;
        margin-bottom: 1rem;
    }
    .bottom-link {
        text-align: center;
        width: 100%;
    }
    
    .pdf_design .person-detail li strong {
        width: 40%;
    }
    .doc_listing li {
        padding: 5px 0;
    }
}
@media (max-width: 440px){
    .bg-white {
        padding: 1rem;
    }
    .form-floating>label {
        padding: 1.2rem 0.75rem 1rem;
        font-size: calc(1rem - 2px);
    }
}










.header-fixed .app-header {
    height: 80px;
}
.navbar-brand-full img {
    max-height: 60px;
}
.navbar-brand-full img.gvt {
    max-height: 45px;
    margin-left: 20px;
}
.header-fixed .app-body {
    margin-top: 80px;
}
.admin-login-view {
    display: flex;
    margin-right: 30px;
}
.admin-login-view button {
    border: none;
    background: none;
    margin-left: 1rem;
}
.admin-login-view button:focus {
    outline: none;
    
}
.admin-login-ar {
    display: flex;
    align-items: center;
}
.admin-login-ar p {
    margin: 0;
    font-size: calc(1rem - 2px);
    text-align: right;
    color: var(--grayLighter);
    line-height: 20px;
}
.admin-login-ar p strong {
    display: block;
    color: var(--black);
}
.admin-login-ar img {
    width: 50px;
    height: 50px;
    margin-left: 1.5rem;
    border-radius: 50px;
    overflow: hidden;
}
.sidebar {
    background: var(--teal);
}
.sidebar .sidebar-minimizer {
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
}
.sidebar .nav-link {
    padding: calc(1rem + 2px) 2rem;
}
.sidebar .nav-link.active {
    background: var(--brick) !important;
}
.sidebar .nav-link .nav-icon,
.sidebar .nav-link.active .nav-icon {
    color: var(--white);
}
.sidebar .nav-link:hover {
    background: var(--teal);
}
.sidebar-fixed .sidebar {
    width: 316px;
    padding-top: 60px;
    border-radius:0 60px 0 0;
    z-index: 2;
}
/* .sidebar-fixed .sidebar:before {
    content: "";
    background: var(--white);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
} */
.sidebar .nav,
.sidebar .sidebar-nav {
    width: 100%;
}
html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed .app-footer, html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed .main, html:not([dir=rtl]) .sidebar-show.sidebar-fixed .app-footer, html:not([dir=rtl]) .sidebar-show.sidebar-fixed .main {
    margin-left: 316px;
}
.brand-minimized .app-header .navbar-brand {
    width: 155px;
}
.brand-minimized .app-header .navbar-brand .navbar-brand-full {
    display: inline-block;
}
.header-fixed .app-body {
    background: var(--graydime);
}
.main .container-fluid {
    height: 100%;
    background: var(--graydime);
}
.card.no-border {
    border: none;
    background: none;
}
@media(max-width:767px){
    .card.no-border {
        position: unset;
    }
}
.card .card-header.no-border {
    border: none;
    background: none;
    font-size: 30px;
    font-weight: 700;
    line-height: 41px;
}
.sidebar .sidebar-minimizer::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}
.border-radius {
    border-radius: 10px;
}
.border-radius h5 {
    font-size: 20px !important;
    font-weight: 400;
    line-height: 27px;
    font-family: 'Open Sans', sans-serif;
    color: var(--black);
}
.border-radius h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    font-family: 'Open Sans', sans-serif;
}
.border-radius p {
    /* font-size: 14px; */
    font-weight: 400;
    line-height: 19px;
    font-family: 'Open Sans', sans-serif;
}
.lst-month {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    font-family: 'Open Sans', sans-serif;
}

.table-data .card-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px !important;
    font-weight: 700;
    line-height: 35px;
    border-bottom: 3px solid var(--gayrLight);
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.table-data .card-title a {
    font-size: 14px;
    font-weight: 400;
}
.table-data .table .avatar {
    width: 32px;
    height: 32px;
    border-radius: 50px;
    overflow: hidden;
}
.table-data .table td, .table-data .table th {
    border:none;
    white-space: nowrap;
}

.table-data .scroll-area {
    height: 65vh;
    overflow-y: auto;
    border-bottom: 3px solid var(--gayrLight);
    padding-bottom: 25px;
}
.table-data .scroll-area::-webkit-scrollbar {
    width: 6px;
}

.table-data .scroll-area::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px var(--grayLighter);
    border-radius:4px;
}

.table-data .scroll-area::-webkit-scrollbar-thumb {
    background-color: var(--brick);
    border-radius:4px;
}

.table-data .has-search .form-control {
    padding-left: 2.375rem;
    height: 47px;
    border: 2px solid var(--gayrLight);
}
.table-data .has-search .form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: var(--gayrLight);
}
.table-data .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    pointer-events: none;
    color: var(--grayLighter);
    font-size: 1rem;
}
.cancel-btn, .admin-btn {
    font-size: 14px;
    font-weight: 700 !important;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border-width: 2px;
    min-width: 140px !important;
    color: var(--gray);
    border-radius: 0.25rem !important;
    padding: 0.375rem 0.75rem !important;
}
.cancel-btn.active,
.cancel-btn:hover {
    color: var(--white);
    background-color: var(--red);
}
.cancel-btn{
    border-color: var(--red);
}
.cancel-btn.active:hover {
    color: var(--red);
    background-color: var(--white);
}
.admin-btn {
    border-color: var(--brick);
}
.admin-btn.active,
.admin-btn:hover {
    color: var(--white);
    background-color: var(--brick);
}
.admin-btn.active:hover {
    color: var(--brick);
    background-color: var(--white);
}
.admin-btn.aprove {
    border-color: green;
    background: green;
    color: var(--white);
}

.paging_simple_numbers svg {
    width: 25px;
    height: auto;
}
.paging_simple_numbers li { min-width: 35px; height: 35px;}
.paging_simple_numbers li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 14px;
    color: var(--black);
    font-weight: 700;
}
.paging_simple_numbers li.page-item.active .page-link {
    background: none;
    border: 2px solid var(--teal);
    border-radius: 5px;
    color: var(--black);
    padding-top: 0;
    padding-bottom: 0;
    height: 35px;
}
.paging_simple_numbers li .page-link:focus,
.paging_simple_numbers li:hover .page-link {
    background: none;
    outline: none !important;
    box-shadow: none !important;
}
.paging_simple_numbers li.disabled svg {
    fill:var(--gray);
}
.fw-700 {
    font-weight: 700;
}

.dataTables_length label { line-height: 40px; margin: 3px 0 0 !important;}
.rowperpage2, .dataTables_length { margin: 0;}
.rowperpage select, .dataTables_length select {
    height: 40px !important;
    margin-left: 10px;
    margin-right: 2px;
    float: right;
}
.rowperpage select:focus, .dataTables_length select:focus {
    box-shadow: none;
    outline: none;
}
.dt-buttons .btn { 
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    border-color: var(--brick);
    border-width: 1px;
    color: var(--gray);
    background: none;
}
.dt-buttons .btn:hover {
    color: var(--white);
    background-color: var(--brick);
}
.dt-buttons .btn.btn-danger {
    background-color: var(--red);
    border-color: var(--red);
    color: var(--white);
    padding: 6px 10px;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 15px 10px;
}
.tab-btn-d .btn,
table.dataTable tbody td .btn {
    border-radius: 20px;
    min-width: auto;
    padding: 5px 15px;
    font-weight: 600;
}
table.dataTable tbody td .btn.btn-info{
    background: var(--teal);
    border-color: var(--teal);
}
table.dataTable tbody td .btn.btn-info:hover {
    background: var(--teal);
    border-color: var(--teal);
    color: var(--white);
}
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
    margin-top: 6px;
}
.dataTables_info {
    font-weight: 600;
}

.nav-pills.admin_tab_design li:not(:last-child) { margin-right: 20px;}
.nav-pills.admin_tab_design button {
    border: none;
    border-radius: 0;
    background: none;
    color: var(--grayLighter);
    border-bottom: 3px solid transparent;
    font-size: calc(1rem + 2px);
    padding: 6px 0;
}
.nav-pills.admin_tab_design button.active {
    color:var(--teal);
    border-color: var(--teal);
    background: none;
    font-weight: 600;
}
.nav-pills.admin_tab_design button:focus {
    outline: none;
}
.login-design {
    border: none;
    box-shadow: 0 0 3px var(--grayLighter);
    padding: 2rem;
    margin: 0;
    border-radius: 10px;
}
.login-design h1 {
    margin-bottom: 2rem !important;
    font-weight: 600;
    font-size: calc(2rem - 5px) !important;
}
.login-design label { text-align: left;}
.login-design .input-group-text { background: none; border: none;}
.login-design input[type="text"], .login-design input[type="password"], .login-design input[type="email"] { border: none; background: none; height: 47px; padding-left: 45px; border-radius: 0;}
.login-design .input-group-prepend {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-design input:focus {
    outline: none;
    box-shadow: none;
}
.login-design .line-bt { border-bottom: 1px solid var(--grayLighter); position: relative;}
/* Button design */
.button-link {
    font-size: calc(1rem);
    background: var(--brick);
    color: var(--white);
    font-family: var(--ralewaysemibold);
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    transition: all 0.4s ease-in-out;
    border: none;
    border-radius: 0;
    padding: calc(1rem - 4px) 1.5rem;
    margin-top: 4rem;
    min-width: 160px;
    font-weight: 600;
    border: 2px solid var(--brick);
    border-radius: 5px;
  }
  .button-link:hover {
    background: var(--white);
    color: var(--brick);
  }

  .paging_simple_numbers li.disabled a {
    color: var(--gayrLight);
    cursor: default !important;
  }
  .upload-img .form-group {
    margin: 0;
  }
  .upload-img .form-group strong.text-left { text-align: center !important;}
  .clxc:focus {
    outline: none;
  }
  .upload-img .modal-title {
    font-size: calc(2rem - 12px) !important;
  }
  .upload-img .modal-title strong {
    font-size: calc(1rem + 2px) !important;
  }
  .upload-img .modal-footer {
    border: none;
  }
  .upload-img .form-control {
    height: 47px;
    padding: 10px;
    margin: 0 0 15px;
  }
  .upload-img label {
    font-size: 14px;
  }


@media(max-width:1440px){
    .sidebar-fixed .sidebar {
        width: 265px;
    }
    html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed .app-footer, html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed .main, html:not([dir=rtl]) .sidebar-show.sidebar-fixed .app-footer, html:not([dir=rtl]) .sidebar-show.sidebar-fixed .main {
        margin-left: 265px;
    }
    .table-data .card-title,
    .card .card-header.no-border {
        font-size: 24px !important;
    }
    .dt-buttons .btn {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .main .container-fluid {
        padding: 0;
    }
    .card-body.no-border {
        padding-top: 0;
    }
    .border-radius h5 {
        font-size: 16px !important;
    }
    .border-radius h2 {
        font-size: 18px;
    }
}
@media(max-width:1275px){
    .navbar-brand-full img {
        max-height: 40px;
    }
    .dataTables_filter {
        position: relative;
    }
    .mar-top {
        margin-top: 0.5rem;
    }
}
@media(min-width:768px) and (max-width:1275px){
    .dataTables_filter:before {
        content: "\f002";
        width: 50px;
        height: 40px;
        background: var(--teal);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font: normal normal normal 18px/1 FontAwesome;
        border-radius: 5px;
        color: var(--white);
    }
    .dataTables_filter label { display: none;}
    .dataTables_filter:hover label {
        display: block;
        position: absolute;
        width: 300px;
        height: 50px;
        right: 0;
        background: var(--teal);
        z-index: 2;
        padding: 8px;
        box-shadow: 0 0 7px var(--grayLighter);
        margin-top: 8px;
        border-radius: 4px;
        color: var(--white);
        font-weight: 600 !important;
    }

    .mar-top {
        margin-top: 1.5rem;
    }
}
@media(max-width:991px){
    .app-header .navbar-toggler {
        outline: none;
        float: left;
        margin-right: 5px;
    }
    .navbar-toggler-icon {
        width: auto;
        height: auto !important;
        margin-left: 15px;
    }
    .admin-login-view {
        margin-right: 10px;
    }
    html:not([dir=rtl]) .sidebar {
        margin-left: -265px;
    }
    html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed .app-footer, html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed .main, html:not([dir=rtl]) .sidebar-show.sidebar-fixed .app-footer, html:not([dir=rtl]) .sidebar-show.sidebar-fixed .main {
        margin-left: 0;
    }
    .header-fixed .app-header {
        height: auto;
        padding: 10px 0 10px 15px;
        z-index: 1;
    }
    .app-header .navbar-brand {
        width: auto;
        display: contents;
    }
    .navbar-brand-full img {
        max-height: 35px;
    }
    .navbar-brand-full img.gvt {
        max-height: 27px;
        margin-left: 15px;
    }
    .header-fixed .app-body {
        margin-top: 60px;
    }
}
@media(max-width:767px){
    div.dt-buttons {
        display: flex;
        justify-content: space-between;
    }
    div.dt-buttons .btn {
        font-size: 14px;
        padding-left: 0;
        padding-right: 0;
        border: none;
    }
    .dt-buttons .btn:hover {
        color: var(--brick);
        background-color: var(--white);
        outline: none;
    }
    #DataTables_Table_0_wrapper {
        display: flex;
        flex-direction: column;
    }
    #DataTables_Table_0_wrapper .dataTables_length {
        order: 3;
        text-align: left;
        margin-bottom: 10px;
    }
    #DataTables_Table_0_wrapper .dt-buttons {
        order: 1;
    }
    #DataTables_Table_0_wrapper .dataTables_filter {
        order: 2;
    }
    #DataTables_Table_0_wrapper .dataTables_scroll {
        order: 4;
    }
    #DataTables_Table_0_wrapper .dataTables_info {
        order: 5;
        margin-top: 15px;
    }
    #DataTables_Table_0_wrapper .dataTables_paginate {
        order: 6;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 2px 0;
        white-space: nowrap;
        justify-content: center;
    }
    div.dataTables_wrapper div.dataTables_filter label {
        width: 100%;
        display: flex;
        flex-direction: column;
        font-weight: 600;
    }
    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0;
        margin-top: 5px;
    }
    .aside-menu-show .main::before, .sidebar-show .main::before {
        z-index: 1;
    }
    .nav-pills.admin_tab_design li:not(:last-child) {
        margin-right: 0;
    }
    .nav-pills.admin_tab_design button { font-size: 12px;}
    .admin_tab_design {
        justify-content: space-between;
    }
    .marg-tp,
    .mar-top {
        margin-top: 1.5rem;
    }
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px var(--white) inset !important;
}
div.dt-button-collection {
    width: 360px;
}
div.dt-button-collection a {
    width: 50%;
    padding: 10px 0;
    text-align: left;
}
.submit-data {
    margin: 0.75rem 1.25rem;
}
.submit-data ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.submit-data ul li {
    font-size: 1rem;
    font-weight: 600;
}

.btn-group.dropdwn {
    position: relative;
}
.btn-group.dropdwn .btn {
    min-width: auto;
    padding: unset;
}
.btn-group.dropdwn .btn:focus {
    outline: none !important;
    box-shadow: none;
}
.btn-group.dropdwn .dropdownmenu {
    display: none;
    top: 30px;
    width: 120px;
    background: var(--white);
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    flex-direction: column;
    z-index: 1;
}
.btn-group.dropdwn .dropdownmenu:before {
    content: "";
    position: absolute;
    margin: auto;
    top: -8px;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--white);
}
.btn-group.dropdwn .dropdownmenu:after {
    content: "";
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    height: 20px;
}
.btn-group.dropdwn:hover .dropdownmenu {
    display: flex;
}

/* .table-striped tbody tr:first-child .btn-group.dropdwn .dropdownmenu {bottom:unset;top: 30px;}
.table-striped tbody tr:first-child .btn-group.dropdwn .dropdownmenu:before {bottom: unset;top: -8px;transform: unset;}
.table-striped tbody tr:first-child .btn-group.dropdwn .dropdownmenu:after {bottom: unset;top: -18px;} */

.table-striped tbody tr:last-child .btn-group.dropdwn .dropdownmenu {
    bottom: auto;
    top: -15px;
    height: 50px;
    width: 190px;
    justify-content: space-between;
    flex-direction: inherit;
    align-items: center;
    left: 64px;
}
.table-striped tbody tr:last-child .btn-group.dropdwn .dropdownmenu:before {
    bottom: 0;
    top: 0;
    transform: rotate(270deg);
    margin: auto;
    left: -15px;
}
.table-striped tbody tr:last-child .btn-group.dropdwn .dropdownmenu:after {
    content: "";
    left: -29px;
    top: 0;
    right: auto;
    width: 30px;
    bottom: 0;
    height: 50px;
}
.table-striped tbody tr:last-child .btn-group.dropdwn .btn {
    min-width: auto;
    padding: unset;
    max-width: 48%;
    margin: 0 !important;
}

.hidden{
    display: none;
}

.bottom-link span.guj {
    font-size: calc(1rem - 3px);
}    
.areYou {
    font-size: 20px !important;
    font-weight: 400;
    line-height: 27px;
    font-family: 'Open Sans', sans-serif;
    color: var(--black);
}
.clxc {
    position: absolute;
    top: -22px;
    right: -15px;
    font-size: 2rem;
}
@media (max-width: 767px){
    .areYou {
        font-size: calc(2rem - 10px);
    }
}

.dataTables_scroll th, .dataTables_scroll td {white-space: nowrap;}
.dataTables_scroll td {padding: 10px 18px !important;}
.sidebar .nav-dropdown.open {
    background: rgba(0,0,0,.1);
}
.sidebar .nav-dropdown-toggle::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23ffffff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}
.buttons-colvis {
    display: none !important;
}

table.dataTable tbody td.select-checkbox:before {
    width: 20px;
    height: 20px;
}
table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after,
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
    margin-top: -7px;
}

.tabs-design .tab-content {
    border: none;
    background: none;
}
.tabs-design .nav-tabs {margin-right: 10px;}
.tabs-design .nav-tabs .nav-link {
    font-weight: 100;
    font-size: calc(1rem + 1px);
    padding: 15px 35px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    bottom: -1px;
}
.tabs-design .nav-tabs .nav-link:focus {
    outline: none;
}
.tabs-design .nav-tabs .nav-link svg {
    max-width: 20px;
    margin-right: 6px;
    position: relative;
    top: -2px;
}
.tabs-design .nav-tabs .nav-link.active,
.tabs-design .nav-tabs .nav-link.active svg path {
    fill:var(--brick);
    color:var(--brick);
    stroke:var(--brick);
    font-weight: 700;
}
.tabs-design .card-header.no-border {
    font-size: calc(1rem + 6px);
}
/* .tabs-design .nav-tabs .nav-link {
    border-bottom: 1px solid #cecfcf !important;
} */
.tabs-design .card.table-data.top-bx { border-top: none; border-top-left-radius: 0; margin-top: 1px;}
.tabs-design .table-data td,
.tabs-design .table-data th {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
}
.tabs-design .table-data th:last-child, 
.tabs-design .table-data td:last-child {
    text-align: left;
}
.tabs-design .table-data.table-asse .tbl-ata td,
.tabs-design .table-data.table-asse .tbl-ata th {
    text-align: left;
}
.tabs-design .table-data td {
    color:var(--black);
}
.tabs-design .datatable-Candidate {
    margin: 0 0 1rem !important;
}
.tabs-design .datatable-Candidate:last-child {
    margin-bottom: 0 !important;
}

.tabs-design .table-data .table-view th,
.tabs-design .table-data .table-view td {
    white-space: normal;
    text-align: left;
}
.tabs-design .table-data .table-view th:first-child {
    width: 200px;
}
.tabs-design .table-data .table-view td .btn {
    border-radius: 5px;
    font-weight: 600;
    text-transform: capitalize;
}
.gj-icon {
    height: 20px;
    width: 20px;
    overflow: hidden;
}

@media (max-width: 767px){
    .tabs-design .card-header.no-border {
        font-size: calc(1rem + 5px) !important;
    }
}

.schedule-design label {
    font-weight: 600;
    font-size: 16px;
}
.schedule-design .form-control {
    height: 42px;
}
.schedule-design .btn {
    height: 42px;
}
.nav-tabs .nav-item .nav-link {
    bottom: -8px;
    position: relative;
    border-color: var(--gayrLight) var(--gayrLight) var(--gayrLight);
    border-bottom: none;
}
.nav-tabs .nav-item .nav-link.active {
    bottom: -2px;
}
@media(max-width:1100px){
.nav-tabs .nav-item .nav-link { padding: 10px 5px;}
.nav-tabs .nav-item .nav-link svg {
    display: none;
}
}
@media(max-width:767px){
    .admin-login-ar p strong {
        max-width: 130px;
        overflow: hidden;
    }
}

@media(max-width:560px){
    .v-cd-list {
        position: relative;
        padding-top: 3rem;
    }
    .v-cd {
        position: absolute;
        top: 0;
        left: 20px;
        right: 20px;
    }
}

.flex-1 {
    flex: 1;
}
.dateof {
    top: 2px !important;
    left: 2px !important;
    z-index: 1;
    background: var(--white);
    bottom: 2px;
}

.table-same-design table th { width: 20%;}
.tabs-design .table-data .table-same-design td { padding-top: .75rem;}

.nav-dropdown-items a.nav-link {
    padding-left: 4rem;
}
.nav-dropdown.open .nav-link.nav-dropdown-toggle {background: var(--teal) !important;}
#candidate-list-table th, #candidate-list-table td {
    white-space: nowrap;
}
@media (min-width: 992px) {
    .model-big .modal-lg, .model-big .modal-xl {
        max-width: 1140px;
    }
}
@media (max-width: 991px) {
    .bg-white.no-padding {
        margin-bottom: 0 !important;
    }
    .pdf_design .person-detail li:empty {
        display: none;
    }
}
@media (max-width: 767px) {
    .mob-p-detail {
        flex-direction: column;
        align-items: unset !important;
    }
    .flex-direction-column {
        flex-direction: column;
    }
    .navbar-brand-full img.gvt,
    .admin-login-view button {
        margin-left: 5px;
    }
    .navbar-toggler-icon { margin-left: 0;}
    .admin-login-ar p {
        max-width: 108px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .mob-btn .cancel-btn, .mob-btn .admin-btn {
        min-width: 110px !important;
    }
}
.icon-nav {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--brick);
    background-size: 20px 20px;
    color: var(--white);
    border-radius: 50px;
}

/*invoice steper*/

.staper_design {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.staper_design li {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    flex: 1;
    position: relative;
}
.staper_design li span {z-index: 1; background: var(--graydime);}
.staper_design li span path {
    fill:#748187;
}
.staper_design li:not(:last-child):after {
    background: #748187;
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    top: 19px;
    left: 50%;
}
.staper_design li a {
    color: #294789;
}
.staper_design li strong {
    font-size: 16px;
    line-height: 25px;
    margin: 15px 0 2px;
}
.staper_design li.active span path {
    fill:#008000 !important;
}
.staper_design li.active:after {
    background: #008000;
}
.staper_design li.active + li span path {
    fill:#D27033;
}
.staper_design li.first span path {
    fill:#D27033;
}
.modal-lg.model-xl-lg {
    max-width: 1350px;
}
/* invoice end*/  

.ft-light th strong,
.ft-light th {
    font-weight: 500 !important;
    font-size: 15px !important;
}
.card-design {
    border-top: 10px solid #e2e2e2;
    overflow: hidden;
}
/* .card-design.total-can {
    border-top-color: var(--brick) !important;
} */