@import url("https://fonts.googleapis.com/css2?family=Rubik&display=swap");

/*
####################
##### Settings #####
####################
*/
:root {
	--font-core: "Rubik", sans-serif;
	__dcf_primary_background: #000;
	__dcf_primary_color: #fff;
	
	/* */
	--item_block_background: #ffffff;
	--item_block_bg_hover: #f1f1f1;
	--item_block_border: #ebebeb;
	--item_block_color: #000000;
	
	--pop_box_shadow: 0 0 10px #000;
}

.dcf_status_0 {
	background: #4e8c4e;
    color: white;
    font-size: .9rem !important;
}
.dcf_status_1 {
	background: #2d454f;
    color: white;
    font-size: .9rem !important;
}
.status_block {
	
}
.status_block a, .status_block span {
	font-size: .7rem;
	color: #e5e5e5;
}
.status_block a {
	text-decoration: none;
}
.status_block ul, .status_block li {
	margin: 0;
	padding: 0;
}

/*
###############################
##### Default admin theme #####
###############################
*/
.dm_list_block {
    background: #ffffff;
    padding: 15px 15px;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    font-family: "Rubik", sans-serif;
    position: relative;
}
.dm_core_block {
    font-family: "Rubik", sans-serif;
}
.dm_hided {
    opacity: 0;
    animation: ani 0.5s forwards;
}
@keyframes ani {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.dm_head_block {
    padding: 3px 3px 10px 5px;
    margin: 0;
    margin-bottom: 10px;
    font-size: 1.5em;
    font-weight: 500;
}
.dm_alert_block {
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 1.1em;
}
.dm_alert_block.dm_info {
    background: #489cba;
    color: #fff;
}
.dm_alert_block.dm_err {
    background: #c14a4a;
    color: #fff;
}
.dm_alert_block.dm_ok {
    background: #59ad59;
    color: #fff;
}

/* NF Block */
.dm_nf_block {
    color: #5f5f5f;
    text-align: center;
    padding: 25px 10px 10px 10px;
}
.dm_nf_icon {
    font-size: 7em;
	margin-bottom: 10px;
}
.dm_nf_icon img {
    height: 100px;
}
.dm_nf_head {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
}
.dm_nf_txt {
    font-size: 14px;
    max-width: 500px;
	margin: 0 auto;
}

/* Buttons */
.dm_btn_light_blue {
    line-height: 1.5rem;
    border: 0;
    font-size: 0.9rem;
    padding: 7px 30px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    font-weight: 400;
    box-shadow: rgb(0 0 0 / 7%) 0px 1px 2px 0px, rgb(0 0 0 / 5%) 0px 0px 2px 0px;
    font-family: var(--font-core);
    background-color: #489cba;
    color: white;
    text-shadow: 0px 1px #2e7589;
    text-decoration: none;
    white-space: nowrap;
}
.dm_btn_light_blue:hover, .dm_btn_light_blue:visited, .dm_btn_light_blue:link {
    background: #2b8ea9;
    color: #ffffff;
}

.dm_fw {
	width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.disabled {
	pointer-events: none;
}
.enable {
	pointer-events: inherit;
}
#loader_web {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}

.dm_ac {
	text-align: center;
}

.dm_input, .dm_select {
	display: block;
    min-width: 0;
    -webkit-appearance: none;
    appearance: none;
    order: 3;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    cursor: text;
    background: transparent;
    border: 1px solid #efefef !important;
    color: #000000 !important;
    font-size: 0.9rem;
    line-height: 1.3em !important;
    padding: 10px !important;
    font-weight: 400;
    border-radius: 3px !important;
    transition: .2s ease-in-out;
    letter-spacing: .3px;
    margin: 5px 0px;
}
.dm_select {
	max-width: 100% !important;
}

.dm_control_panel {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	gap: 0.2rem;
	align-items: center;
	justify-content: end;
}
.dm_control_panel a {
	opacity: .5;
	transition: .2s ease-in-out;
	text-decoration: none;
}
.dm_control_panel a:hover, .dm_control_panel a:focus {
	opacity: 1;
	text-decoration: none;
}
.dm_control_panel a img {
	width: 22px;
}

.dm_tbl_list {
	padding: 7px;
}
.dm_td_left {
	background: #fafafa;
}
.dm_td_right {
	word-wrap: break-word;
    word-break: normal;
    word-break: break-word;
}
.max_w100 {
	max-width: 100px !important;
}
.max_w200 {
	max-width: 200px !important;
}
.max_w500 {
	max-width: 500px;
}
.max_w800 {
	max-width: 800px;
}
.nowrap {
	white-space: nowrap;
} 
.dm_padd_5 {
    padding: 5px !important;
}
.dm_search_block {
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    font-family: "Rubik", sans-serif;
    position: relative;
    width: fit-content;
    margin-top: 5px;
}
.dm_li_head {
    margin: 2px;
    color: #939393;
    font-size: 13px;
}
.f_tab {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.dm_about {
	font-size: .7rem;
    color: #487ea6;
    opacity: .8;
    line-height: .9rem;
    margin: 5px 0px;
}
.mt_10 {
    margin-top: 10px;
}
.dm_alert_block {
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 1.1em;
	margin: 10px 0px;
}
.dm_alert_block.dm_info {
    background: #489cba;
    color: #fff;
}
.dm_alert_block.dm_err {
    background: #c14a4a;
    color: #fff;
}
.dm_alert_block.dm_ok {
    background: #59ad59;
    color: #fff;
}

/* Table */
.dm_tbl ul {
	padding-left: 0;
	margin: 0px;
}
.dm_tbl li {
	list-style-type: none;
	margin: 0px;
}
.dm_tbl {
    width: 100%;
    border: none;
    margin-bottom: 20px;
}
.dm_tbl thead th {
    font-weight: 500;
    text-align: left;
    border: none;
    padding: 10px 15px;
    background: #489cba;
    color: #fff;
    font-size: .9rem;
}
.dm_tbl thead tr th:first-child {
    border-radius: 2px 0 0 2px;
}
.dm_tbl thead tr th:last-child {
    border-radius: 0 2px 2px 0;
}
.dm_tbl tbody td {
    text-align: left;
    border: none;
    padding: 5px 10px;
    font-size: .8rem;
    vertical-align: middle;
	/*border: 1px solid #f3f3f3;*/
}
.tbl_tr_list {
	/*
    outline: 2px solid #e7e7e7;
    outline-offset: -2px;
	*/
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
/*
.dm_tbl tbody tr:nth-child(even) {
    background: #f3f3f3;
}
.dm_tbl tbody tr td:first-child {
    border-radius: 2px 0 0 2px;
}
.dm_tbl tbody tr td:last-child {
    border-radius: 0 2px 2px 0;
}
*/
@media screen and (max-width: 800px) {
    .dm_tbl {
        border: 0;
    }
    .dm_tbl caption {
        font-size: 1.3em;
    }
    .dm_tbl thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .dm_tbl tr {
        background-color: #f8f8f8;
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: 0.625em;
        padding: 5px;
    }
    .dm_tbl td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 0.8em;
        text-align: right;
    }
    .dm_tbl td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .dm_tbl tbody td {
        text-align: right !important;
    }
    .dm_tbl td:last-child {
        border-bottom: 0;
    }
    .dm_tbl tbody tr td {
        border-bottom: 1px solid #ddd;
    }
}

.bpin {
	font-size: .95rem;
    color: #292929;
    letter-spacing: .3px;
    font-family: var(--font-core);
    margin-bottom: 5px;
}
.bpin label {
}
.dm_detail_result {
	width: 100%;
    margin-bottom: 20px;
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 5px #c4c4c4 inset, 0 1px 0 #c4c4c4;
}

/**/
.flex_tab {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex_st, .flexbox, .flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex_pos {
	justify-content: space-between;
}
.flex_xc {
	justify-content: center;
}
.flex_vc {
    align-items: center;
}
.flex_gap {
	gap: 0.5rem;
}
.mb_15 {
	margin-bottom: 15px;
}
.break {
	word-wrap: break-word;
    word-break: normal;
    word-break: break-word;
}
.btn_fixed {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 500;
	background: white;
	padding: 7px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.vh100_scr {
	max-height: 100vh;
    overflow-y: scroll;
}

/*
#####################
##### Copyright #####
#####################
*/
.dm_copyright_block {
    position: absolute;
    right: 7px;
    bottom: 7px;
    font-size: 11px;
}
.dm_copyright_block a {
    text-decoration: none;
    color: #818181;
    opacity: 0.7;
    transition: 0.2s ease-in-out;
}
.dm_copyright_block a:hover {
    opacity: 1;
    cursor: pointer;
}

/*
######################
##### Pagination #####
######################
*/
.page-numbers {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.page-numbers > li > span {
    padding: 5px 15px;
    background: #f8f8f8;
    border-radius: 5px;
}
.page-numbers > li > span.current {
    background: #eeeeee;
}
.page-numbers > li > a {
    padding: 5px 15px;
    background: #f8f8f8;
    border-radius: 5px;
}

/*
###############
##### tgl #####
###############
*/
.dm_tgl {
    display: none !important;
}
.dm_tgl,
.dm_tgl:after,
.dm_tgl:before,
.dm_tgl *,
.dm_tgl *:after,
.dm_tgl *:before,
.dm_tgl + .dm_tgl_btn {
    box-sizing: border-box;
}
.dm_tgl::-moz-selection,
.dm_tgl:after::-moz-selection,
.dm_tgl:before::-moz-selection,
.dm_tgl *::-moz-selection,
.dm_tgl *:after::-moz-selection,
.dm_tgl *:before::-moz-selection,
.dm_tgl + .dm_tgl_btn::-moz-selection {
    background: none;
}
.dm_tgl::selection,
.dm_tgl:after::selection,
.dm_tgl:before::selection,
.dm_tgl *::selection,
.dm_tgl *:after::selection,
.dm_tgl *:before::selection,
.dm_tgl + .dm_tgl_btn::selection {
    background: none;
}
.dm_tgl + .dm_tgl_btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.dm_tgl + .dm_tgl_btn:after,
.dm_tgl + .dm_tgl_btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}
.dm_tgl + .dm_tgl_btn:after {
    left: 0;
}
.dm_tgl + .dm_tgl_btn:before {
    display: none;
}
.dm_tgl:checked + .dm_tgl_btn:after {
    left: 50%;
}
.dm_tgl_ios + .dm_tgl_btn {
    background: #fbfbfb;
    border-radius: 2em;
    padding: 2px;
    transition: all 0.4s ease;
    border: 1px solid #e8eae9;
}
.dm_tgl_ios + .dm_tgl_btn:after {
    border-radius: 2em;
    background: #fbfbfb;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}
.dm_tgl_ios + .dm_tgl_btn:hover:after {
    will-change: padding;
}
.dm_tgl_ios + .dm_tgl_btn:active {
    box-shadow: inset 0 0 0 2em #e8eae9;
}
.dm_tgl_ios + .dm_tgl_btn:active:after {
    padding-right: 0.8em;
}
.dm_tgl_ios:checked + .dm_tgl_btn {
    background: #71cb71;
}
.dm_tgl_ios:checked + .dm_tgl_btn:active {
    box-shadow: none;
}
.dm_tgl_ios:checked + .dm_tgl_btn:active:after {
    margin-left: -0.8em;
}

.lds-ellipsis {
    position: relative;
    padding: 10px 5px;
    width: 60px;
    height: 40px;
    margin: 0 auto;
    opacity: 0.4;
}
.lds-ellipsis div {
    position: absolute;
    top: 15px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ccc;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}