.intl-input-wrapper .intl-tel-input{
    width: 100%;
  }

.no-inc::-webkit-inner-spin-button,
.no-inc::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 75px !important;
}

.active-checkbox label {
   margin-top: 5px !important;
}

.color-box {
    /* border: 1px solid #ebebeb; */
    /* border-radius: 5px; */
    /* background: #ebebeb; */
    padding: 3px;
    width: 100px;
}

.color-box span {
    width:20px;
    height:20px;
    display:block;
    float:left;
    margin-right: 5px;
}


/* Datatable search */
.dataTables_filter input[type=search] {
    width: 280px !important;
}

/* Breadcrumbs */
.line-height-head{
    line-height: 31px;
}

/* Swal confirm button */
.swal2-confirm.swal2-styled {
    min-width: 120px;
}

/* loading element style */

.loading {
    display: none;
    width: var(--radius);
    height: var(--radius);
    border-radius: 50%;
    border: var(--ring-width) solid var(--light-color);

    --light-color: rgba(10, 10, 220, .2);
    --dark-color: #0078D7;
    --radius: 64px;
    --ring-width: 4px;

    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
}

.loading:before {
    display: block;
    position: relative;
    left: calc(var(--ring-width) * -1);
    top: calc(var(--ring-width) * -1);
    content: ' ';
    width: var(--radius);
    height: var(--radius);
    border-radius: 50%;
    border: var(--ring-width) solid;
    border-color: var(--dark-color) transparent transparent transparent;
    animation: loading-rotate .8s ease-out infinite;
}

@keyframes loading-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* loading element style end */

#filter-button {
    min-width: 90px;;
}

#reset-button {
    min-width: 90px;;
}

table td:last-child:not(.day) {
    min-width: 90px;
}

/* Table adjust width on left menu expand or hide */
body.enlarged table {
    width: 100% !important;
    display: table !important;
}

table tr th:first-child {
    min-width: 25px;
}

/* Select2 selected item highlight */
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #d4d5db !important;
    color: #4e4e4e !important;
}


/* left side menu bottom space fix */
ul.metismenu.side-nav.slimscroll-menu > li:last-child {
    margin-bottom: 20vh !important;
}

/* body.enlarged table.table.datatable-common.dataTable.no-footer.fixedHeader-floating {
    left: 129px !important;
} */
/* body.enlarged table.table.datatable-common.dataTable.no-footer.fixedHeader-floating {
    left: 129px !important;
} */

.no-wrap{
    white-space: nowrap;
}

.color-box-wrap #text_color_code, .color-box-wrap #bg_color_code {
    border: none;
}

.color-box-wrap .color-box {
    /* position: absolute; */
    top: 30px;
    cursor: pointer;
}

.color-box-wrap .form-control {
    width: 55%;
}

.radio-custom:checked+.radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #dddddd;
    font-size: 18px;
    padding-top: 6px;
}
.radio-custom+.radio-custom-label:before {
    border-radius: 50%;
}
.radio-custom+.radio-custom-label:before {
    content: '';
    border: 4px solid #fff;
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    text-align: center;
    box-shadow: -1px 0px 15px 0px rgb(190 188 188 / 75%);
    cursor: pointer;
}
.clr-teal::before {
    background: #185357;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    float: left;
}

.color-box-wrap input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.color-box span {
    border: 1px solid #e5e5e5;
}

.radio-custom {
    opacity: 0;
    position: absolute;
}

.clr-1::before {
    background: #F26D44;
}
.clr-2::before {
    background: #580AFF;
}
.clr-3::before {
    background: #F8A224;
}
.clr-4::before {
    background: #6FB123;
}
.clr-5::before {
    background: #10ACBF;
}
.clr-6::before {
    background: #2F45B7;
}
.clr-7::before {
    background: #5F26C3;
}
.clr-8::before {
    background: #A53AB7;
}
.clr-9::before {
    background: #E0326D;
}
.clr-10::before {
    background: #FFF;
}

.template a {
    cursor: grab;
}
