﻿img.log_logn {
    width: 240px;
    height: auto;
    margin: 0px 0;
}
.box_shadow {
    background: #fff;
    box-shadow: 0 0 10px #bbb1b1;
    padding: 20px 15px;
    border-radius: 10px;
    width: 100%;
    height: auto;
    min-height: 130px;
    position: relative;
}
    
    .box_shadow a {
        display: block;
        width: 100%;
        cursor: pointer;
        position: relative;
        z-index: 9;
    }
    .box_shadow h6 {
        margin: 0px 0 2px 0;
        font-size: 19px;
        color: rgb(218,165,32); 
        background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(218,165,32,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(212,175,55,1) 61%, rgba(213,173,109,1) 100%);
        background: -o-linear-gradient(transparent, transparent);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
i.fa-solid.fa-arrow-right {
    display: block;
    text-align: right;
    font-size: 18px;
}
.box_shadow i {
    font-size: 25px;
    color: #dacd65;
}
.box_shadow p {
    font-size: 14px;
    color: #282828;
    margin-bottom: 10px;
}
span.menu-link.menu-center a.menu_bar {
    display: contents;
}
.form-group label, label {
    font-size: 14px;
    margin: 10px 0 4px 5px;
    color: #282828b3;
    display: block;
}
.form-check.form-check-inline label {
    margin: 0px;
}
table tr th {
    font-size: 14px !important;
    color: #110942;
    font-weight: 600 !important;
}
h3.Booking {
    color: #110942;
    font-size: 14px;
    font-weight: 400;
    margin: 15px 0 6px 0;
}
.form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 1px;
}
.mr-3{
    margin-right:20px;
}
td.active {
    color: green !important;
    font-weight: 500;
    /* font-size: 20px; */
}

td.d-active {
    color: red !important;
}

h6.ruler {
    font-size: 20px;
    font-weight: 600;
    color: #110942;
    margin: 20px 0 15px 0;
    border-left: 3px solid #110942;
    padding: 4px 10px;
    text-transform: capitalize;
}
.row.rule_ex_clude {
    background: #fbfaef;
    padding: 14px 0 7px 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

button.nav-link {
    background: #f5f5f5 !important;
    border: none;
    border-radius: 10px;
    padding: 8px 7px;
    margin: 6px 2px;
    color: #110942 !important;
    border-color: none !important
}

    button.nav-link.active {
        background: #110942 !important;
        color: #dacd65 !important;
    }

 .img-bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
 .card-img-absolute {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
img.img-fluid.img-icon {
    width: 30px;
    float: left;
    margin: 8px 7px 0 0;
}
span.bold {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: inline-block;
}
h4.modal-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    background: linear-gradient(270deg, rgb(218 205 101) 33%, rgb(17 9 66) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-left: 4px solid #000;
    padding: 0 8px;
    margin-bottom: 10px;
}


.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 23px;
    outline:none;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
a.card {
    text-transform: capitalize;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #110942;
}

input:focus + .slider {
    box-shadow: 0 0 1px #110942;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
td.travl, th.travl, .travl {
    color: #dacd65 !important;
}
.nav-tabs {
    border-bottom: none;
}
a.add-more {
    font-size: 12px;
    color: #dacd65;
    border: 1px solid #dacd65;
    padding: 8px 16px;
    border-radius: 20px;
    display: inline-block;
    background: #fff;
    outline: none;
}
    a.add-more:hover {
        font-size: 12px;
        color: #dacd65;
        border: 1px solid #110942;
        background: #110942;
    }

.chosen-container-single .chosen-single, .chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #fff;
    border: 1px solid #f9f7e4;
    color: #403732;
    transition: color .2s ease;
    display: block;
    width: 100%;
    padding: .775rem 1rem;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    height: 48px;
    box-shadow: none;
    background:#fff;
}

    .chosen-container-single .chosen-single div {
        position: absolute;
        top: 11px;
        right: 0;
        display: block;
        width: 19px;
        height: 100%;
    }
.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    width: 100%;
    border: none;
}
h6.rulers {
    font-size: 18px;
    color: #110942;
}
.repter_rol {
    margin-bottom: 20px;
}
    .repter_rol .form-check-label {
        color: #282828;
        font-size: 16px;
        font-weight: 500;
    }

.row.border-top-bottom {
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 0;
    margin-bottom: 17px;
}
.col-md-12.text-right.mb-5 {
    text-align: right;
}
h3.delete {
    font-size: 23px;
    color: #c11818;
}
h3.delete {
    font-size: 23px;
    color: #c11818;
}

.d-flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .d-flex-row span.lebl_dlt {
        font-size: 15px;
        padding: 10px 0;
        width: 130px;
        min-width: 130px;
        color: #646363;
    }

    .d-flex-row span.lebl_dlt_txt {
        font-size: 15px;
        font-weight: 500;
        padding: 10px 0;
        color: #000;
        width: calc(100% - 130px);
    }

ul.option_s {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: end;
    margin: 0;
    padding: 0;
}
    ul.option_s li img {
        width: 28px;
        height: auto;
    }
    ul.option_s li {
        display: block;
        margin: 0 3px;
        padding: 0 10px;
        border-right: 1px solid #f5f5f5;
    }
.important_info h4 {
    font-size: 16px;
    background: #eee;
    padding: 10px 15px;
    border-left: 4px solid #110942;
    margin-top: 30px;
    margin-bottom: 2px;
    text-transform: uppercase;
}
span.dt-column-title div {
    text-align: center;
}

ul.devider {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom:0px;
}
td.edit-dlet {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
ul.devider li {
    font-size: 13px;
    padding: 3px 10px;
    margin: 4px 0 0 0px;
    border-right: 1px solid #ccc;
}

.dt-length label {
    display: none;
}
input.form-control.form-control-sm {
    background-color: #fff;
    border: 1px solid #f9f7e4;
    color: #403732;
}
table.dataTable > thead .dt-ordering-asc:after {
    display: none !important;
}
td.dt-type-numeric.sorting_1 {
    text-align: left !important;
}
.dt-column-header span.dt-column-title {
    text-align: left;
}



.repeatIng {
    background: #fff;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #dacd65;
}