.sidebar {
    height: 100vh;
    left: 0;
    /* top: 0; */
    z-index: 99;
    padding-bottom: 50px;
    position: fixed;
    width: 270px;
    z-index: 999;
    overflow: hidden;
    overflow-y: auto;
    background: #fff !important;
    box-shadow: 0 12px 30px rgba(80, 143, 244, .1);
    transition: .3s;
    padding-right: 0;
    border-right: 4px solid #eee;
}




.height-100 {
    height: 100vh;
}

.admin-header-bg {
    background-color: #166080;
}

.sub_admin_active {
    color: #166080;
    font-weight: bold;
    margin-top: 10px;
}

.sidebarmenudesign {
    text-decoration: none;
    font-size: 15px;
    padding: 10px;
    color: #1d1d1e;
    display: grid;
    grid-template-columns: 34px auto;
    justify-items: stretch;
    align-items: baseline;
}

.subMenuDesign {
    text-decoration: none;
    color: #363636;
    font-size: 15px !important;
    margin: 0 0 0 20px;
    padding-bottom: 9px !important;
    display: block;
}

.subMenuDesign:hover {
    /* background: #166080; */
    /* border-radius: 10px; */
    color: #166080 !important;
    font-weight: bold;
    /* border-top-right-radius: 0;
    border-bottom-right-radius: 0; */
    padding: 6px 12px 8px 12px;
}

.cursor-pointer {
    cursor: pointer;
}


.admin-active {
    background: #166080;
    border-radius: 10px;
    color: #fff !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.adminMenuHover:hover {
    background: #166080;
    border-radius: 10px;
    color: #fff !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


.logOutBtnDesign {
    background: transparent;
    border: none;
    color: #fff;
}

.card_design {
    padding: 20px 20px;
    border: 1px solid #ededed;
    border-radius: 5px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}


.titleMainDesign {
    background: #166080;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    padding: 6px 6px 9px 10px;
}


.btnAddDesign {
    padding: 2px 14px 4px 11px;
    font-size: 16px;
    float: right;
    margin: -42px 0 0 0;
    box-shadow: 7px 0px 1px 14px !important;
    border-radius: 50px;
    background: #5156be !important;
    border-color: #5156be !important;
}

.btnBackDesign {
    padding: 2px 14px 4px 11px;
    font-size: 16px;
    float: right;
    margin: -42px 0 0 0;
    box-shadow: 7px 0px 1px 14px !important;
    border-radius: 50px;
    /* background: #5156be !important;
    border-color: #5156be !important; */
}

.mandatory {
    color: red;
}

.theadDesign {
    background-color: #166080 !important;
    color: #fff !important;
}

.tableIconDesign {
    margin: 0 15px 0 0;
    font-size: 14px;
}

.text-info {
    color: #17a2b8 !important;
}


.text-danger {
    color: #dc3545 !important;
}

.badge {
    display: inline-block;
    padding: 5px 12px 8px 12px;
    font-size: 66%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 9px;
}

.badge-success {
    color: #fff;
    background-color: #175f28;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}


.pull-right {
    float: right;
}

.pull-left {
    float: left;
}


.showmoreBtnDesign {
    font-size: 13px;
    padding: 1px 6px 4px 7px;
    font-weight: 500;
    margin: 6px 0 10px 0;
}

.modal-title-design {
    padding: 3px 10px 6px 10px;
    background: #eee;
}


.tablescrolldesign {
    width: 100%;
    overflow-x: scroll;
    display: block;
}


.note-editor.note-airframe .note-editing-area .note-editable, .note-editor.note-frame .note-editing-area .note-editable {
    padding: 10px;
    overflow: auto;
    word-wrap: break-word;
    height: 300px !important;
}


.modalImageDesign {
    width: 100%;
    height: 100%;
}


.text-wrap-word {
    overflow-wrap: break-word;
}




.pricing_design .single-pricing {
    background: #380063;
    padding: 60px 40px;
    border-radius: 30px;
    box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .2);
    position: relative;
    z-index: 1;
}

.pricing_design {
    position: relative;
    margin: 0px 15px;
}

.pricing_design .single-pricing:before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 18px 18px 190px 18px;
    border: 1px solid #eee;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.productDetailsTitleDesign {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    margin: -5px 0 -14px 0;
    padding: 0;
    color: #3F8281;
}

.single-pricing ul {
    list-style: none;
    margin-top: 30px;
    padding: 0;
}

.single-pricing ul li {
    line-height: 36px;
}

.price_btn {
    background: #EAB311;
    padding: 10px 30px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: #fff;
}


/* Toggle Switch Btn Design */
input[switch=bool]+label {
    background-color: #9f9f9f !important;
}

input[switch]+label {
    font-size: 1em;
    line-height: 1;
    width: 56px;
    height: 24px;
    background-color: #ced4da;
    background-image: none;
    border-radius: 2rem;
    padding: 0.16667rem;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

input[switch]+label, input[switch]+label:before {
    text-align: center;
    font-weight: 500;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

input[switch]:checked+label:after {
    left: 33px;
    background-color: #e9e9ef;
}

input[switch]+label:after {
    content: "";
    position: absolute;
    left: 3px;
    background-color: #e9e9ef;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2rem;
    height: 20px;
    width: 20px;
    top: 2px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

input[switch]:checked+label {
    background-color: #5156be !important;
}

input[switch=bool]+label:before, input[switch=bool]:checked+label:before, input[switch=default]:checked+label:before {
    color: #fff;
}

input[switch]:checked+label:before {
    color: #fff;
    content: attr(data-on-label);
    right: auto;
    left: 3px;
}

input[switch]+label:before {
    color: #343a40;
    content: attr(data-off-label);
    display: block;
    font-family: inherit;
    font-size: 12px;
    line-height: 21px;
    position: absolute;
    right: 1px;
    margin: 3px;
    top: -2px;
    min-width: 1.66667rem;
    overflow: hidden;
}

input[switch] {
    display: none;
}


/* Search and Multiselect Design */
.select2-container {
    box-sizing: border-box;
    display: block !important;
    margin: 1px;
    position: relative;
    vertical-align: middle;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    height: 30px;
    padding: 6px 0 30px 0;
    font-size: 15px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #dee2e6 !important;
    border-radius: 5px !important;
    cursor: text;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #dee2e6 1px !important;
    outline: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
    width: auto !important;
    padding: 0 5px 0 5px !important;
}

.select2-container .select2-search--inline {
    float: inherit !important;
}

button.multiselect.dropdown-toggle.btn.btn-default {
    border: 1px solid #dee2e6;
    font-size: 15.9px;
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 6px 15px 10px 13px !important;
    margin: 38px 0 0 0 !important;
    border: 1px solid #dee2e6 !important;
    border-top: 0 !important;
    /* text-align: left; */
    /* float: left; */
}

.multiselect-container li {
    margin-bottom: 10px !important;
}


.dropdown-toggle::after {
    display: block !important;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    text-align: right !important;
    float: right !important;
    margin-top: 10px !important;
}


span.multiselect-selected-text {
    text-align: left;
    float: left;
}


/* Default outline style */
.btn-check + .btn {
    border: 2px solid #e6e6e6;
    background-color: transparent;
    color: #607D8B;
    position: relative;
}

/* Checked state */
.btn-check:checked + .btn {
    background-color: #28a745; /* green background */
    color: white;
    border-color: #28a745;
}

/* Tick icon on checked */
.btn-check:checked + .btn::after {
    /* content: "\2713";  */
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.productdetailsInfoTitleDesign {
    padding: 6px 10px 6px 10px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #31625d;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


.badge_view_design {
    padding: 3px 10px 4px 10px;
    font-size: 12px;
}

.productVarientInfoDesign {
    margin: 0 0 7px 0;
    font-size: 13px;
    font-weight: 500;
    color: #173f4b;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 5px !important;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    top: -3px;
    border-top: 1px solid #dee2e6 !important;
    padding: 8px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 5px;
}

.select2-search--dropdown .select2-search__field:focus-visible {
  outline: 1px solid #dee2e6 !important;
}


button.multiselect.dropdown-toggle.custom-select.text-center {
    width: 300px !important;
    padding: 6px 13px;
    border: 1px solid #dee2e6;
    background: #fff;
    border-radius: 5px;
    font-size: 15px;
}
