@font-face {
  font-family: myFirstFont;
  src: url(../fonts/Kantumruy-Regular.ttf);
}
:root{
  --font: 'myFirstFont', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, 
                    Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", 
                    Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 
                    メイリオ, Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif, 
                    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
*:not(i){
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: var(--font) !important;
}
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number]{
  -moz-appearance: textfield;
}
input, .ui.modal>.header{
    font-family: var(--font) !important;
}
body, html {
    height: 100%;
}
body{
    -webkit-font-smoothing: antialiased;
}
.computer_hide{
    display: none !important;
}
.computer_show{
    display: block !important;
}
.computer_show_flex{
    display: flex !important;
}
.mobile_hide{
	display: none;
}
.mobile_show{
	display: none;
}
.mobile_show_flex{
	display: none;
}
.tablet_hide{
	display: none;
}
.tablet_show{
	display: none;
}
.tablet_show_flex{
	display: none;
}
.parent{
    width: 100%;
    display: flex;
    justify-content: center;
}
.parent.body{
    padding-top: 10px;
    padding-bottom: 80px;
    min-height: 100%;
}
.admin_width{
    width: calc(100% - 32px) !important;
}
.admin_width.body{
    width: calc(100% - 60px) !important;
}
.menu_text{
    color: #111 !important;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    height: 100%;
}
.menu_text.active{
}
.text_logo{
    font-size: 26px;
    color: #ffdaaa !important;
    display: flex;
    align-items: center;
}
.text_logo_img{
    height: 40px;
    border-radius: 40px;
}
.a_menu{
    width: 100%; 
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.a_item{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.mRight28px{
    margin-right: 28px;
}
.mRight8px{
    margin-right: 8px;
}
.menu_bg{
    background: #fff !important;
}
.a_filter{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0px;
}
.a_filter1 .a_filter_2{
    margin-right: 12px;
}
.a_filter1 .a_filter_2:last-child{
    margin-right: 0px;
}
.a_filter1{
    display: flex;
}
.a_b_header{
    text-transform: capitalize;
    font-weight: 700;
    font-size: 24px;
    color: #111;
}
.flex_center{
    display: flex !important;
    align-items: center !important;
}
.height100{
    height: 100%;
}
.__btnEdit{
    cursor: pointer;
}
.a_profile{
    object-fit: cover;
    width: 30px;
    height: 30px;
    border-radius: 2px;
}
.a_profile1{
    object-fit: cover;
    width: 46px;
    height: 30px;
    border-radius: 2px;
}
.sort_field{
    
}
th{
    position: relative;
}
/*
.sort_field::before{
    position: absolute;
    bottom: .9em;
    right: 1em;
    display: block;
    content: "\2191";
    opacity: .3;
    font-family: "Poppins",sans-serif;
}
.sort_field::after{
    position: absolute;
    bottom: .9em;
    right: .5em;
    display: block;
    content: "\2193";
    opacity: .3;
    font-family: "Poppins",sans-serif;
}*/
.sorting_asc::after{
    opacity: .3;
}
.sorting_asc::before{
    opacity: 1;
}
.sorting_desc::after{
    opacity: 1;
}
.sorting_desc::before{
    opacity: .3;
}
.field_id{
    font-weight: 700;
}
.active_status{
    font-weight: 600;
    line-height: 1;
    font-size: 13px;
    color: #111;
    background-color: #dfe6cb;
    padding: .25em .4em;
    border: 1px solid #b2c388;  
    border-radius: 2px;
}
.inactive_status{
    font-weight: 600;
    line-height: 1;
    font-size: 13px;
    color: #111;
    background-color: #e7c8c7;
    padding: .25em .4em;
    border: 1px solid #e68b8b;
    border-radius: 2px;
}
.f_parent{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.f_parent1{
    width: 260px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.f_parent2{
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.f_parent3{
    position: absolute;
    left: 8px;
    bottom: 8px;
    background: none !important;
    border: none !important;
    color: #fff !important;
    border-radius: 32px !important;
    width: calc(100% - 16px) !important;
}
.f_parent4{
    position: absolute;
    top: 8px;
    left:8px;
    display:flex;
    color: #000;
    border-radius: 32px;
    font-size: 14px;
    //padding: 3px 5px;
}
.new_input0{
    min-width: 220px;
    border-radius: 16px;
    font-size: 16px;
    max-height: 44px;
}
.new_input{
    line-height: 2.6;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.deedc{
    border-radius: 16px !important;
    font-size: 16px !important;
    border: 2px solid #ddd !important;
}
.ck.ck-editor__main>.ck-editor__editable{
    min-height: 140px;
}
.yus{
    width: 100%;
    float: left;
}
.margin_bottom_20px{
    margin-bottom: 20px;
}
.yus1{
    width: 100%;
    float: left;
    //background-color: rgb(250 250 250);
    border: 1px solid #dededf;
    border-radius: 4px;
}
.yus2:first-child{
    padding-right: 10px;
}
.nuud2{
    border-left: 1px solid #e1e2e3 !important;
    width: 25% !important;
}
.yus2{
    padding-top: 5px;
    padding-left: 10px;
    display: inline-block;
    color: rgba(0,0,0,.87);
    font-size: .92857143em;
    font-weight: 700;
}
.yus3{
    flex-shrink: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-direction: row;
    display: flex;
    flex-basis: auto;
    position: relative;
}
.yus4{
    align-self: flex-start;
    font-size: 19px;
    font-weight: 400;
    color: rgb(20, 23, 26);
    align-items: center;
    width: 100%;
    display: flex;
}
.nuud{
    width: 100%;
    position: relative;
    display: flex;
}
.nuud1{
    width: calc(100% - 25% - 33px) !important;
}
.yus5{
    padding-top: 2px !important;
    padding-bottom: 5px !important;
    background: none !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    border-radius: 0px !important;
    border: 0px !important;
    font-size: 19px !important;
}
.nuud3{
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top: -4px;
}
.nuud4{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cu_menu_left{
    position: fixed;
    bottom: 80px;
    right: 19px;
    z-index: 10;
    //width: 100%;
}
.cu_menu_left1{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}
.cu_menu_left2{
    padding: 0px;
}
.cu_menu_left2_1{
    border: 0px;
    border-radius: 60px;
    cursor: pointer;
    outline: none;
    color: #fff;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgb(101 119 134 / 20%) 0px 0px 8px, rgb(101 119 134 / 25%) 0px 1px 3px 1px;
}
.hu5pjgll{
    width: 16px;
    height: 16px;
    margin-left: 3px;
    margin-right: 3px;
    -webkit-filter: invert(100%);
}
.rq0escxv{
    margin-left: 3px;
    margin-right: 3px;
    font-weight: 600;
    font-size: 15px;
}
.cu_menu_left2_2{
    fill: currentColor;color: #111;height: 16px;
}
.ui.table thead th{
    font-size: 15px;
    font-weight: 600;
}
.menu_profile{
    padding-right: 12px;
    padding-left: 12px;
    height: 36px;
    border-radius: 18px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu_profile.active{
    background: #e7f3ff;
}
.menu_profile1{
    display: flex;
    margin-right: 6px;
    margin-left: -8px;
}
.menu_profile2{
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.menu_profile2_img{
    width: 28px;
    height: 28px;
    object-fit: cover;
    border-radius: 32px;
    vertical-align: bottom;
}
.menu_profile3{
    font-weight: 600;
    color: #000;
    font-size: 15px;
}
.menu_profile3.active{
    color: #1877f2;
}
.menu_icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 40px;
    background: #e4e6eb;
    transition-duration: 150ms;
}
.menu_icon img, .dfedue9 img{
    filter: invert(1);
    height: 16px;
}
.menu_icon:hover{
    background: #d8dadf;
}
.mss:hover{
    background: #f2f2f2;
}
.mss{
    border-radius: 50px;
}
.mss.active{
    background: #e7f3ff;
}
.menu_icon1{
    width: 20px;
    height: 20px;
    background-position: -79px -13px;
    background-size: 189px 63px;
    background-repeat: no-repeat;
    display: inline-block;
}
.menu_icon1_1{
    margin: 0px !important;
    color: #000 !important;
    width: 20px !important;
    height: 20px !important;
    font-size: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.a_item.ui.dropdown .menu{
    width: 200px;
    margin-top: 4px;
    border-radius: 8px;
    box-shadow: 0 12px 28px 0 rgba(0,0,0,0.2),0 2px 4px 0 rgba(0,0,0,0.1),
        inset 0 0 0 1px rgba(255,255,255,0.5);
    border: 0px;
}
.a_item.ui.dropdown .menu .item{
    padding: 8px !important;
    border-radius: 6px;
}
.dfedue9{
    width: 36px;height: 36px;
    background: #e4e6eb;
    display: flex;align-items: center;
    justify-content: center;
    border-radius: 36px;
    margin-right: 12px;
}
.dfedue9 i.icon{
    margin: 0px;
    font-size: 18px;
}
.dfedue9_1{
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.dfedue9_2{
    display: flex;
    flex-direction: column;
}
.activeTransform:active{
    transform: scale(0.96);
}
.hoverBlue:hover{
    background: #1672e6;
}
._zButton{
    border-radius: 6px;
    cursor: pointer;
    outline: none;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px;
    background: #e4e6eb;
    color: #050505;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 600;
    font-size: 15px;
}
._zButton:hover{
    background: #d8dadf;
}
._zButton._zBlue{
    background: #1877f2;
    color: #fff;
}
._zButton._zBlue:hover{
    background: #1672e6;
}
._zDisFlexCR{/*Child Right*/
    display: flex;
    justify-content: end;
}
._zDisFlexCSBet{/*Child Right*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ui.dimmer.modals{
    padding: 0px;
}
.modals.dimmer .ui.scrolling.modal.z_modal{
    margin: 0px;
}
.ui.modal.z_modal .header{
    height: 61px;
    padding: 0px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.ui.modal.z_modal .actions{
    background: #fff !important;
    padding: 16px 18px !important;
    height: 68px;
    -webkit-box-shadow: 0 -1px 12px rgba(0,0,0,.1);
    box-shadow: 0 -1px 12px rgba(0,0,0,.1);
    position: relative;
    border-top: 0px;
}
.ui.dimmer.modals.page.transition.z_modal{
    padding: 0px !important;
    overflow: hidden;
    background: #fff;
    height: 100%;
    width: 100%;
}
.ui.modal.modal_add.transition.z_modal{
    margin: 0px;
    //width: 100%;
    display: block !important;
    position: fixed;
    top: 30px;
    //left: 0;
    height: calc(100% - 60px);
    //border-radius: 0px;
}
.ui.modal.z_modal .scrolling.content{
    max-height: calc(100% - 68px - 61px);
}
.z_eew{
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
._zCbo0{
    display: flex;
    align-items: center;
}
._zCbo0 input[type="checkbox"], ._zCbo0 input[type="radio"]{
    margin-right: 5px;
}
body{
    background: #eef2f1 !important;
}
/*body{
    overflow-x: hidden;
    height: 100%;
    position: relative;
    max-width: 100%;
}*/
.form_table{
    border: 1px solid #ddd;
    border-collapse: collapse;
    width: 100%;
}
.form_table th, .form_table td {
    border: 1px solid #ddd;
    border-collapse: collapse;
    padding: 4px;
    font-weight: 600;
    font-size: 15px;
}
.min_width_80{
    min-width: 80px;
}
._dpdot{
    width: 34px;
    height: 34px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    cursor: pointer !important;
}
._dpdot:hover{
    background: #ededed;
}
.__dp{
    cursor: pointer;    
    border: none;
    border-radius: 4px;
    font-weight: 600;
}
.__tbItemList{
    /*margin: 0px !important;
    border: 1px solid rgba(34,36,38,.1) !important;
    border-bottom: none !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;*/
}
.__pItemList{
    display: flex;
    justify-content: space-between;
}
.__pItemList1{
    /*background: #f9fafb;
    border: 1px solid rgba(34,36,38,.1);
    padding: 12px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;*/
    padding: 12px 0px;
}
.__pItemList2{
    margin-top: 24px;
}
.uiInput.__inputSearch{
    width: 100%;
    border-radius: 16px!important;
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 10%);
    height: 44px;
}
.uiInput.__inputSearch input{
    border: 0!important;
    border-radius: 16px!important;
    line-height: 28px;
    padding-right: 40px !important;
}
.__inputSearch0{
    width: 100%;display: flex;margin-bottom: 10px;
}
.__inputSearch1{
    position: absolute;right: 0;top: 0;z-index: 11;
}
.__inputSearch2{
    cursor: pointer;background: #fff;width: 47px;
    height: 47px;display: flex;align-items: center;
    justify-content: center;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.__inputSearch3{
    width: 14px;height: 14px;fill: currentColor;color: #050505;
}
.noborder{
    border: none !important;
}
.__shide{
    display: none !important;
}
.opacity1{
    opacity: 1 !important;
}
.no_enterT{
    white-space: nowrap;
}
/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 991px){
    .tablet_show{
		display: block !important;
	}
    .tablet_show_flex{
		display: flex !important;
	}
	.tablet_hide{
		display: none !important;
	}
    .computer_hide{
        display: none;
    }
    .computer_show{
        display: none;
    }
    .computer_show_flex{
        display: none;
    }
    .mobile_hide{
        display: none;
    }
    .mobile_show{
        display: none;
    }
    .mobile_show_flex{
        display: none;
    }
}
/* SMARTPHONE 
@media only screen and (min-width: 320px) and (max-width: 767px){*/
@media only screen and (min-width: 0px) and (max-width: 767px){
    .mobile_show_flex{
		display: flex !important;
	}
    .mobile_show{
		display: block !important;
	}
	.mobile_hide{
		display: none !important;
	}
    .tablet_show{
		display: none;
	}
    .tablet_show_flex{
		display: none;
	}
	.tablet_hide{
		display: none;
	}
    .computer_hide{
        display: none;
    }
    .computer_show{
        display: none;
    }
    .computer_show_flex{
        display: none;
    }
    .parent.body{
        padding-bottom: 100px;
    }
    .admin_width.body{
        width: calc(100% - 24px) !important;
    }
    .uiInput.__inputSearch{
        height: 52px;
        box-shadow: 0 4px 24px 0 rgb(0 0 0 / 14%);
    }
    .uiInput.__inputSearch .BmenuH_3_1_3{
        width: 18px;
        height: 18px;
    }
    .uiInput.__inputSearch input{
        padding: 12px 50px 12px 48px !important;
        font-size: 22px !important;
    }
    .__inputSearch2{
        width: 48px;
        height: 48px;
    }
    .__inputSearch3{
        width: 16px;
        height: 16px;
    }
    .__pItemList{
        justify-content: space-between;
        align-items: center;
        padding: 12px 8px 12px 4px;
    }
    body{
        background: #f0f2f5 !important;
    }
    ._dpdot{
        width: 30px;
        height: 30px;
    }
    .a_profile{
        width: 42px;
        height: 26px;
        border-radius: 2px !important;
    }
    .cu_menu_left2_1{
        height: 46px;
        width: 46px;
    }
    .cu_menu_left2_1 .BHHy9{
        width: 20px;
        height: 20px;
    }
    .__dp{
        background: #f5f5f5;
    }
    .form_table th, .form_table td{
        padding: 5px !important;
    }
}