:root {
    --coffee: #68360d;
    --orng: #ffc567;
}
.container{max-width: 1140px!important;}
.font-italic {
    font-style: italic;
}

.bg-orange {
    background-color: var(--orng);
}

.bg-coffee {
    background-color: var(--coffee) !important;
}

.text-coffee {
    color: var(--coffee);
}

.text-sm-1 {
    font-size: 13px;
}

/* .vm-wrapper.vh-100{height: 100vh;} */
.vm-wrapper {
    width: 100%;
    min-height: 100vh;
    background-size: inherit;
    background-image: url(../images/bg-1.png);
    overflow: hidden;
    background-repeat: repeat;
}

.bg-texture::before {
    content: '';
    position: absolute;
    transform: rotate(349deg);
    background-image: url(../images/Texture-2.png);
    width: 50%;
    height: inherit;
    left: -24%;
    top: -9%;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-texture::after {
    content: '';
    position: absolute;
    transform: rotate(158deg);
    background-image: url(../images/Texture-2.png);
    width: 50%;
    height: inherit;
    right: -22%;
    bottom: -7%;
    top: auto;
    left: auto;
    background-repeat: no-repeat;
    background-size: contain;
}

.table-overflow {
    max-height: 330px;
    overflow-y: auto;
}

.scroll-style::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scroll-style::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.scroll-style::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #bbbbbb;

}

.logo img {
    width: 90px;
}

.logo-sm img {
    width: 60px;
}

.vm-login {
    width: 50%;
    margin: auto;
}

.vm-login .form-label.small {
    font-size: 13px;
}

.vm-login .form-control {
    padding: 0.75rem .75rem;
}

.group-box .input-group-text {
    border-right: 0px;
}

.group-box input {
    border-left: 0px;
    padding-left: 0 !important;
}

.vm-login input::placeholder {
    font-weight: 600;
    color: #2b2b2b;
}


.button-style-1 {
    width: 45%;
    color: var(--coffee) !important;
    background-color: var(--orng) !important;
    padding: 14px 10px !important;
    border: 0px !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}

.button-style-3 {
    min-width: 173px;
    color: var(--coffee) !important;
    background-color: var(--orng) !important;
    border: 0px !important;
    font-weight: 600 !important;
    font-size: 19px !important;
    padding: 9px 30px !important;
}

/* start dashboard  */

.line-1 {
    min-height: 380px;
}

.line-1:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #d1d1d1;
    top: 0;
    right: 0;
}

.d-header {
    background-color: var(--orng);
}

.auth-acc img {
    width: 20px;
}

.vm-height-1 {
    min-height: 383px;
}

.vm-services {
    max-height: 355px;
    overflow-y: auto;
    overflow-x: hidden;
}

.payment-mode {
    position: absolute;
      bottom: 13px;
      left: auto;
      right: 0;
      width: 203px;
    }

.nav-link.active .card-style-1 {
    opacity: 1;
}

.nav-link .card-style-1 {
    background-color: var(--orng);
    opacity: .55;
}

.sidebar-menu ul>li.active {
    background-color: var(--orng) !important;
}

/* .tab-category-1 .nav-tabs .nav-link.active{border-bottom: 0px;} */
#ts-1-tab,
#ts-2-tab {
    padding: 5px 30px;
}

.tab-category-1 .nav-tabs .nav-link {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.tab-category-1 .nav-tabs .nav-link:hover {
    background-color: var(--orng) !important;
}

.tab-category-1 .nav-tabs .nav-link.active {
    border-bottom: 0px !important;
    border: 2px solid #ffc567;
    margin-bottom: -2px;
}

.tab-category-1 .nav-tabs {
    border-bottom: 2px solid #ffc567;
}

.tab-category-1 .nav-tabs .nav-link {
    font-weight: 700;
    color: #68360d !important;
}

.ts-2-tab-data .table-style-1 {
    min-height: 220px;
    max-height: 220px;
}

.sidebar-menu ul>li {
    position: relative;
    margin-bottom: 1px;
    background: #e9e9e9;
}

.sidebar-menu ul>li {
    padding: 10px 5px 10px 15px;
    display: block;
    border-left: 3px solid transparent;
    color: #2b2b2b;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .9rem;
}

.card-style-1 {
    min-height: 107px;
    max-height: 107px;
}

.card-icon {
    left: auto;
    right: 10px;
    bottom: 10px;
}

/* counter increment decrement */
.counter-style input {
    text-align: center;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #dee2e6;
    background: #fff;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

/* .counter-style{justify-content: center;} */
.btn-counter {
    background-color: var(--orng);
    border: 0;
    padding: 2px 7px;
    border-radius: 7px;
}

.visitors-block {
    border-top: 1px solid #ccc;
    margin-top: 14px;
    padding-top: 5px;
}

button.btn.btn-style-2.btn-sm.btn-primary {
    background-color: var(--coffee);
    border: 1px solid var(--coffee);
}

.payment-mode .btn-sm {
    width: 100%;
    margin-top: 3px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.btn-counter i {
    font-size: 25px;
    font-weight: 700;
}

.Nationality {
    font-size: 12px;
}

table th {
    font-size: 11px;
}

.table.border {
    border-radius: 10px !important;
    border-collapse: inherit;
}

.h-330 {
    height: 330px;
}

.button-position {
    position: absolute;
    right: 129px;
    bottom: 7px;
}

.grid-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.vm-content-body {
    min-height: 430px;
    max-height: 430px;
}

#tab-3-custome,
#tab-4-custome {
    display: none;
}

.show-event .nav-link {
    font-size: 10.5px;
    background: #ebebeb;
    padding: 5px 4px;
    border-radius: 10px;
    margin-right: 1px;
}

.show-event .nav-link.active {
    background-color: var(--orng);
}

form fieldset {
    display: block;
    min-inline-size: min-content;
    margin-inline: 1px;
    /* border-style: groove; */
    border: var(--bs-border-width) solid var(--bs-border-color);
    /* border-image: initial; */
    padding-block: 0.35em 0.625em;
    padding-inline: 0.75em;
}

form legend {
    display: block;
    unicode-bidi: isolate;
    padding-inline: 2px;
    width: fit-content;
    float: none;
    font-size: 14px;
    padding: 0px 15px;
    color: #939393;
}

/* print css */
@media print {
    * {
        -webkit-print-color-adjust: exact !important;
        /* Chrome, Safari */
        color-adjust: exact !important;
        /*Firefox*/
    }

    .print-wrapper {
        width: 192px !important;
        height: 100%!important;
        font-size: 10px!important;
    }
    .print-wrapper table th, .print-wrapper table td {
        font-size: 8px !important;
        padding: 2px!important;
    }

    .table-overflow {
        max-height: inherit !important;
        overflow-y: visible !important;
        height: auto;
    }
}

