@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

 :root {
     --primary-color: #e86020;
     --body-color: #f8f9fa;
     --gray: #b7aaaa54;
     --white: #fff;
     --black: #000;
     --red: red;
     --font-family1: "Inter", sans-serif;
}
 @media (min-width: 1200px) {
     .container {
         max-width: 930px;
        /* padding-top: 0.625rem;
         */
         padding-left: 0 !important;
         padding-right: 0% !important;
    }
}
 .btn-theam, .btn-theam:hover {
     background: var(--primary-color);
     color: var(--white);
     font-size: 0.875rem;
}
 .book_btn, .book_btn:hover {
     font-size: 0.75rem;
     padding: .075rem .75rem !important;
}
 nav.navbar.navbar-expand-sm.navbar-dark.border-bottom.fixed-top.bg-header {
     padding: 1rem 0;
}
 a.navbar-brand {
     padding: 0 !important;
     margin: 0 !important;
}
 body {
     z-index: -1;
     margin: 0;
     font-family: 'Inter', sans-serif !important;
     font-size: 14px !important;
     font-weight: 400;
     line-height: 1.42857143 !important;
}
 main {
     padding: 6rem 0 3rem 0;
}
 .dash {
     padding: 5rem 0;
}
 .bg-header {
     background: var(--body-color);
     box-shadow: 0 0 1rem rgba(0, 0, 0, .2);
}
 p {
     padding: 0;
     margin: 0;
     line-height: 1.563rem;
}
 a {
     text-decoration: none;
}
 .navbar-toggle .icon-bar {
     background-color: var(--white);
}
 .navbar-toggle .icon-bar {
     display: block;
     width: 1.375rem;
     height: 0.125rem;
     border-radius: 0.063rem;
}
 .nav-link {
     font-size: 0.875rem;
}
 .navbar-toggler-icon {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
 .navbar-toggler {
     color: rgba(0, 0, 0, .55) !important;
     border-color: rgba(0, 0, 0, .1) !important;
}
 .navbar-toggle .icon-bar {
     background-color: var(--white);
}
 .navbar-toggle .icon-bar {
     display: block;
     width: 1.375rem;
     height: 0.125rem;
     border-radius: 0.063rem;
}
 .navbar-dark .navbar-nav .nav-link {
     color: var(--black);
     font-size: 0.875rem;
}
 .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
     color: var(--primary-color);
}
 li.nav-item.active a {
     color: var(--primary-color) !important;
     font-weight: 400;
}
 .modal-title {
     color: var(--black);
}
 .navbar-toggler-icon {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
 .navbar-toggler {
     color: rgba(0, 0, 0, .55) !important;
     border-color: rgba(0, 0, 0, .1) !important;
}
/* Nav End */
 .login_form_card {
     padding: 1.5rem;
    /* margin: 0.875rem 0 0.625rem 0;
     */
     border: 0.063rem solid #dfe5eb;
     box-shadow: rgba(100, 100, 111, 0.2) 0 0.5rem 1.875rem 0;
     border-radius: 1rem;
}
 .check_box_icon {
     margin-left: 0.5rem;
}
 .form-check .form-check-input {
     width: 1.5em !important;
     height: 1.5em !important;
}
 .form-check-input:focus {
     box-shadow: none !important;
}
 .form_box {
     padding: 0.5rem;
    /* margin: 0.875rem 0 0.625rem 0;
     */
     border: 0.063rem solid #ccc;
     box-shadow: rgba(100, 100, 111, 0.2) 0 0.5rem 1.875rem 0;
     border-radius: 0.5rem;
    /* background: #e9ecef9c;
     */
}
 .form_box .form-group.row {
     margin: 0.5rem;
}
 .login_form_card .form-group.row {
     margin: 0;
}
 .form-label {
     font-size: 13px;
}
 .col-form-label {
     font-size: 13px;
}
 .d-row-flex{
     display: flex;
     justify-content: flex-end;
     align-items: center;
}
 .book_card p {
     font-size: 14px;
}
 .site_logo {
     width: 75%;
}
.success_logo
{
    width: 3rem;
    margin-bottom: 1rem;
}
 .table-active {
     margin: 0;
     border-radius: 0.5rem;
     line-height: 2.5;
}
/* main */
 
 td, th {
     font-size: 12px;
     border: 1px solid #ccc;
}
 .star_required {
     color: var(--red);
}
 .form-control {
    /* padding: .295rem .75rem !important;
     */
     border-radius: 0.5rem;
     font-size: 0.875rem;
}
 .form-control:focus {
     border-color: #e8602047 !important;
}
 .input-group-text {
     padding: .295rem .75rem !important;
}
 .input-group-append {
     cursor: pointer;
}
 .loging_btn {
     background: var(--primary-color);
     color: var(--white);
     font-size: 0.875rem;
}
 .login-btn:hover, .login-btn:focus {
     background-color: var(--primary-color);
     border-color: var(--primary-color);
     color: var(--white);
     box-shadow: none !important;
}
.book_btn, .book_btn:hover {
    font-size: 14px;
    padding: .075rem .75rem !important;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white);
    box-shadow: none !important;
}

/* Add Button Start */
[data-role="dynamic-fields"] > .form-inline + .form-inline {
    margin-top: 0.5em;
}

[data-role="dynamic-fields"] > .form-inline [data-role="add"] {
    display: none;
}

[data-role="dynamic-fields"] > .form-inline:last-child [data-role="add"] {
    display: inline-block;
}

[data-role="dynamic-fields"] > .form-inline:last-child [data-role="remove"] {
    display: none;
}
.form-inline button.btn span {
    color: #fff;
}
.btn-save {
    background: red;
	color: #fff;
    /* padding: 0.2rem 0.5rem; */
    /* font-size: 0.875rem; */
	font-size: 14px;
    padding: .075rem .75rem !important;
}
.btn-add {
    background: var(--primary-color);
    padding: 0.2rem 0.5rem;
	color: #fff;
    /* font-size: 0.875rem; */
	font-size: 14px;
    padding: .075rem .75rem !important;
}
.btn-save:hover, .btn-add:hover{color: #fff;}
/* Add Button End */
 .w-100 {
     width: 100% !important;
}
 .navbar-toggler:focus {
     box-shadow: none;
}
 .text-right {
     text-align: right;
}
 .form-control:focus {
     box-shadow: none !important;
}
 .input-group {
     position: relative;
     display: flex;
     flex-wrap: wrap;
     align-items: stretch;
     width: 100%;
}
 .footer p {
     font-size: 0.875rem;
}
.fa-eye-slash, .fa-eye {
    color: var(--primary-color);
    cursor: pointer;
}
/* width */
 ::-webkit-scrollbar {
     width: 0.313rem;
     height: 0.313rem;
     visibility: hidden;
}
/* Track */
 ::-webkit-scrollbar-track {
     box-shadow: inset 0 0 0.313rem grey;
     border-radius: 0.625rem;
}
/* Handle */
 ::-webkit-scrollbar-thumb {
     background: #e860207d;
     border-radius: 0.625rem;
}
/* Handle on hover */
 ::-webkit-scrollbar-thumb:hover {
     background: #e860207d;
}
 .modal-dialog {
     max-width: 800px;
     margin: 5rem auto;
}
 span#login_pass {
     color: var(--red);
     font-size: 0.75rem;
}
 .btn-check:focus+.btn, .btn:focus {
    color: var(--white);
    border-color: none;
    box-shadow: none !important;
}
 .book_modal-dialog{
    max-width: 60rem !important;
}
 .document_courier_radio .form-check {
     display: flex;
     gap: 0.5rem;
     line-height: 2;
}
 .form_title {
     padding: 0;
     font-size: 1.1rem;
}
 .alert_card {
     padding: 1rem;
     border: 0.063rem solid #ccc;
     box-shadow: rgba(100, 100, 111, 0.2) 0 0.5rem 1.875rem 0;
     border-radius: 0.5rem;
     background: #e9ecef9c;
     font-size: 13px;
}
.alert_card ul li {
    font-size: 0.8rem;
    line-height: 2;
}
.alert_card ol li {
    font-size: 0.8rem;
    line-height: 2;
}
.alert_title
{
    text-decoration: underline;
    font-size: 0.9rem;
    font-weight: 700;
}
 .alert_para {
     color: var(--black);
     font-size: 0.813rem;
     line-height: 1.6;
}
 .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
     color: var(--white);
     background-color: var(--primary-color);
     border-radius: 0;
     box-shadow: 0 0 1rem rgba(0, 0, 0, .6);
}
 .nav-pills .nav-link, .nav-pills .show>.nav-link {
     color: var(--black);
     background: var(--gray);
     border-radius: 0;
     border-right: 0.313rem solid #e8602030;
}
 .hidden {
     display: none;
}
 .visible {
     display: block;
}
/* New */
 @media (max-width: 767px) {
     .overflow-vertical {
         height: 60vh;
         overflow-y: scroll;
         overflow-x: hidden;
    }
}
 
 .plus_btn {
     border-radius: 5px;
     height: auto;
     width: 25px;
     cursor: pointer;
}
 .confirm_btn{
     width: 5rem;
}
 .toggle_title_card h6{
     font-size: 0.9rem;
     font-weight: 600;
}
/* Mobile Responsive Start */
 @media (max-width: 767px) {
     .navbar-dark .navbar-brand {
         color: #fff;
         width: 125px;
    }
     .form_title {
         padding: 0;
         font-size: 14px;
         line-height: 1.3;
    }
     .site_logo {
         width: 100%;
    }
     .footer p {
         font-size: 0.75rem;
         text-align: center;
    }
     .navbar-nav {
         display: flex;
         list-style: none;
        /* width: 10rem;
         */
         max-width: 100%;
         text-align: center;
         align-items: center;
         justify-content: center;
         margin: auto;
    }
     ul.nav.nav_logout {
         display: flex;
         align-items: center;
         justify-content: center;
    }
     .form_box {
         padding: 0rem;
    }
}
 @media (min-width: 1024px) and (max-width: 1356px) {
}
 @media (min-width: 768px) {
     .navbar-expand-sm .navbar-collapse {
         display: flex !important;
         flex-basis: auto;
         text-align: right;
         justify-content: flex-end;
    }
}
 @media (min-width: 768px) and (max-width: 1024px) {
     .navbar-expand-sm .navbar-nav .nav-link {
         padding: 0.5rem 0.5rem;
         font-size: 9px;
    }
}
/* Mobile Responsive End */


.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}



.choose_doc_checklist .form-check
{
    display: flex;
    justify-content: unset;
    align-items: center;
    gap: 0.3rem;
    line-height: 2;
}
.common_card
{
    padding: 1rem;
    margin: 0;
    font-size: 0.8rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 1rem;
}

/* Accordion Start */
.accordion-item {
	margin-bottom: 1rem;
}

.accordion-button.collapsed {
	border: 0.063rem solid rgba(0, 0, 0, .125) !important;
}

.accordion-button:not(.collapsed) {
	color: var(--primary-color);
	border-radius: 0;
	border-right: 0.313rem solid #e8602030;
}
.total_font h5 {
    font-size: 1rem;
}
.success_message p
{
    text-align: left;
    line-height: 2;
    font-size: 0.9rem;
}
.common_svg_icon {
    width: 15px;
}
#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75) url("../img/loading.gif") no-repeat center center;
    z-index: 10000;
}
#loader1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75) url("../img/loading.gif") no-repeat center center;
    z-index: 10000;
}