@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

    /*---------------------------global css--------------------*/
    *{
        font-family: 'Poppins', sans-serif;
        transition: 0.2s linear all;
    }
    .prim_btn{
        color: black;
        padding: 0.5rem 1rem;
        background-color: #F2A18C;
        border: none;
    }
    .scnd_btn{
        padding: 0.5rem 1rem;
        background-color: #ffffff;
        border: none;
        box-shadow: 0px 0px 5px 0px #F2A18C;
    }
    .prim_btn_sm{
        font-size: 12px !important;
        padding: 0.3rem 0.8rem !important;
    }
    .prim_btn_rnd{
        border-radius: 5px;
    }
    .prim_btn_rnd_lg{
        border-radius: 1rem;
    }
    .prim_txt{
        color: #F2A18C;
        /* font-weight: bold; */
        text-decoration: none;
    }
    .wb-all{
        word-break: break-all;
    }
    .shd_card{
        background: white;
        border-radius: 10px;
        box-shadow: 0 0 10px 0px #F2A18C;
        padding: 1rem;
    }
    .trans_btn{
        background-color: transparent;
        border: none;
    }
    .tg-pill{
        background-color: #F2A18C;
        padding: 3px 5px;
        margin: 2px 4px;
        border-radius: 5px;
        font-size: 11px;
    }
    .tg-btn{
        box-shadow: 0 0 5px 0px #F2A18C;
        padding: 3px 5px;
        margin: 2px 4px;
        border-radius: 5px;
        font-size: 11px;
    }
    .h7{
        font-size: 14px;
    }
    .h8{
        font-size: 11px ;
    }
    .h9{
        font-size: 8px;
    }
    .bg-none{
        background-color: transparent;
    }
    .activePage{
        background-color: #cccccc;
    }
    .main-website .activePage button{
        color: #F2A18C !important;
    }
    .w-20{
        width: 20%;
    }
    .w-30{
        width: 30%;
    }
    .w-40{
        width: 40%;
    }
    .w-60{
        width: 60%;
    }
    .w-70{
        width: 70%;
    }
    .w-80{
        width: 80%;
    }
    .w-90{
        width: 90%;
    }
    .tabs{
        display: flex;
        justify-content: center;
    }
    .tabs *{
        background-color: transparent;
        border: 1px solid #EDEDED;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: bold;
        font-size: small;
        text-align: center;
        width: 100%;
    }
    .tabs *.active{
        background-color: #F2A18C;
    }
    .tabs *:first-child{
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-right: none;
    }
    .tabs *:last-child{
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-left: none;
    }
    .tabs *:focus{
        outline: none;
    }
    input,select{
        outline: none;
    }
    .my-popup-component{
        position: fixed;
        top: 0;
        left: 0;
        background-color:rgba(0, 0, 0, 0.527);
        z-index:999;
        width: 100vw;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .select2-container {
        width: 100% !important;
    }

    .select2-container--default .select2-selection--multiple {
        height: 40px !important;
        overflow-y: auto !important;
        border: 1px solid #aaa !important;
    }
    .form-check-input{
        border: 1px solid #f2a08c57;
    }
    .form-check-input:checked {
        background-color: #f2a18c;
        border: 1px solid #f2a08c57;
    }
    .form-check-input:focus {
        border-color: #f2a18c;
        outline: 0;
        box-shadow: none !important;
    }
    .gray_bg{
        background-color: #f3f3f3;
    }
    .tsl{
        box-shadow: 0 0 5px 0px #F2A18C;
    }
    .tsllight{
        box-shadow: 0 0 5px 0px #f2a08ca6;
    }
    .tslin{
        box-shadow: 0 0 5px 0px #F2A18C inset;
    }
    .tsh{
        box-shadow: 0 0 15px 0px #F2A18C;
    }
    .pointer{
        cursor: pointer !important;
    }
    .prim_bg{
        background-color: #F2A18C !important;
    }
    .prim_hvr:hover{
        color: #F2A18C;
    }
    .prim_bg_hvr:hover{
        background-color: #F2A18C;
    }
    textarea{
        resize: none;
        outline: none;
    }
    .theme-input, .theme-select{
        padding: 7px 20px;
        background-color: #fff;
        border: 1px solid rgb(206, 206, 206);
        color: rgb(161, 161, 161);
    }
    .brds-1{
        border-radius: 5px;
    }
    .brds-2{
        border-radius: 10px;
    }
    .brds-3{
        border-radius: 15px;
    }
    .brds-4{
        border-radius: 20px;
    }
    .brds-5{
        border-radius: 25px;
    }
    .tm-brdr{
        border: 1px solid #c5c5c5;
    }
    .switch {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 15px;
    }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0px;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }
    .slider:before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        left: 2px;
        right: 0px;
        bottom: 2px;
        background-color: #F2A18C;
        -webkit-transition: .4s;
        transition: .4s;
    }
    input:checked + .slider:before {
        -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
        transform: translateX(15px);
    }
    .slider.round {
        border-radius: 34px;
    }
    .slider.round:before {
        border-radius: 50%;
    }
    .text-capitalize{
        text-transform: capitalize !important;
    }
    /*--------------------------------datatable css--------------------------*/
    /* .dataTable thead{
        background-color: #ebebeb;
        border-radius: 10px;
    }
    .dataTable thead th{
        font-weight: 400 !important;
        font-size: 12px !important;
    } */
::-webkit-scrollbar{
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius:15px;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
input.mx-input{
    border: none !important;
    border-radius: 20px !important;
    box-shadow: 0 0 5px 0px #F2A18C inset !important;
}
.easy-checkbox label[data-v-7e69a276]:before{
    border: none !important;
    box-shadow: 0 0 5px 0px #f2a18c;
}
.easy-checkbox input[type=checkbox]:checked+label[data-v-7e69a276]:before{
    background: #f2a18c !important;
}
.easy-checkbox label[data-v-e0a0b7f0]:before{
    border: none !important;
    box-shadow: 0 0 5px 0px #f2a18c;
}
.easy-checkbox input[type=checkbox].allSelected+label[data-v-e0a0b7f0]:before, .easy-checkbox input[type=checkbox].partSelected+label[data-v-e0a0b7f0]:before{
    background: #F2A18C !important;
}
.vue3-easy-data-table__header th[data-v-45dd6be9]{
    color: #343434;
    font-weight: normal;
}
.vue3-easy-data-table__footer[data-v-45dd6be9]{
    color: #343434;
}
.easy-data-table__rows-selector ul.select-items li.selected[data-v-09dad912]{
    background-color: #343434 !important;
}
.dp__input{
    height: 35px !important;
    border: none !important;
    background-color: transparent !important;
}
.dp__input_wrap{
    background-color: transparent !important;
}
.vue3-easy-data-table__header th[data-v-45dd6be9]{
    background-color: #EEEEEE !important;
    font-weight: bold;
}
.dp__input_icon_pad {
    font-size: 12px !important;
    color: #c5c5c5 !important;
}
.f-40 {
    font-size: 40px;
}

.f-30 {
    font-size: 30px;
}

.f-20 {
    font-size: 20px;
}

@media screen and (max-width: 770px) {
    .f-20 {
        font-size: 15px;
    }

    .f-30 {
        font-size: 20px;
    }

    .f-40 {
        font-size: 35px;
    }
}

@media screen and (max-width: 480px) {
    .f-20 {
        font-size: 13px;
    }

    .f-30 {
        font-size: 17px;
    }

    .f-40 {
        font-size: 30px;
    }
}
