:root {
	--nav-height: 55px;
    --dash-blue: #37a3d7;
    --dash-green: #2dce89;
    --dash-red: #ff3a3a;
}

body { background-color: #f2f2f2;
}

.nk-sidebar .metismenu > li:hover > a,
.nk-sidebar .metismenu > li.active > a {
    background: #052d4b;
    color: var(--theme-color);
}

  .hamburger .toggle-icon {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #2a2a2a;
    }

.hamburger:hover {
  cursor: pointer; }


.content-body {margin-top: calc(var(--nav-height) + 15px);}
.member-card {
	position: relative;
	border-radius: 8px;
	-moz-border-radius:8px;
	/* box-shadow: 0px 2px 4px rgb(0 0 0 / 29%); */
	border-bottom: 1px solid #a9a29b;
	overflow: hidden;
	transition: all .2s;
	user-select: none;
	width: 330px;
	height: 195px;
	margin: 0 auto;
}

.member-card.card-highlight:before {
    background: rgb(255 255 255 / 42%);
    position: absolute;
    content: "";
    right: -200px;
    z-index: 1;
    top: 0;
    width: 320px;
    height: 100px;
    transform: rotate(45deg);
    transition: all .2s;
    opacity: .8;
    filter: blur(10px);
}

.member-card.card-highlight:active:before {
right: 204px;
top: 110px;
}

.member-card img {user-select: none;}

.member-card:active {
	transform: scale(.9) rotateX(18deg);
}

.img-profile-card {
	position: absolute;
	right: 11px;
	bottom: 31px;
	width: 75px;
	border-radius: 8px;
	height: 85px;
	object-fit: cover;
	border: 2px solid #f5edd5;
	overflow: hidden;
}

.img-profile-card img {width: 75px;height: 85px;object-fit: cover;}
.img-profile-card-container {position: relative;display: block;object-fit: cover;}

body .card .card-button {background-color: var(--theme-color);color: #fff;line-height: normal;}
.card-button .bi, .btn .bi {
    font-size: 14px;
    }

body .btn .bi {
    vertical-align: -1px;
    margin: 0 2px;
    font-size: 16px;
}


.card-button span {
	
/* vertical-align: 1px; */
}
.member-card:hover .card-button {
	display: block;
	font-size: small;
	color: #fff;
	background: #000;
	padding: 2px 10px;
	border-radius:50px	}

.text-info-wrap.absolute {
    left: 0;
    right: 0;
    padding-left: 15px;
    bottom: 34px;
    height: 53px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}


span.number-card-info {
    color: #702413;
    letter-spacing: 1px;
    font-family: monospace;
}

.name-card {
    color: #1a1a1a;
    font-size: 18px;
    font-family: 'Montserrat';
    margin-top: 8px;
    margin-bottom: 4px;
}

.card-title {
    margin-bottom: 0;
}

.profile_ .form-group {
	margin-bottom: 0;
}


/* SIMPLE LIBRARY */
.theme-color {color: var(--theme-color);font-weight: normal;font-size: 22px;}
.w-600 {font-weight: 600}
body .no-border-bottom {border-bottom: 0;}
.absolute {position: absolute;}
.none {display: none;}
.btn {background-color:#ebebeb;border-radius: 5px;-moz-border-radius: 5px;display: inline-block;padding: 5px 10px;font-size: small;line-height: normal;text-transform: capitalize;outline: none;border: 0;transition: all .1s;/* background: #fff; */color: #444;}

.btn:hover {/* filter: brightness(0.9); */}

.btn:active {
	
filter: brightness(0.7);
}
.main-btn {background-color: var(--theme-color);color: #fff;}
.second-btn {background-color: #e9e9e9;color: #333;}
.publish-ui {
    display: flex;
    margin-bottom: 0;
    /*    margin-top: 20px;*/
    align-items: center!important;
    justify-content: space-between!important;
}


.back-btn i {
    margin-right: 0.5em;
    color: var(--theme-color);
    font-size: 20px;
    line-height: 1;
    vertical-align: -3px;
}
.back-btn, .bread-nav .breadcrumb a.back-btn {
    color: var(--theme-color);
}


.set-icon i {
    background: #f1f1f1;
    padding: 2px 7px 3px;
    height: 20px;
    width: 20px;
    border-radius: 8px;
    color: #073c64;
    font-size: 21px;
}

.btn-mr-5{margin-right: 5px}
.btn-ml-5 {margin-left: 5px}
/*   tab  */

.default-tab .nav-tabs {
background: #f1f1f1;
border: 0;
font-weight: 600;
color: inherit;
border-radius: 9px;
padding: 4px;
width: 100%;
}

span.card-title-desc {
    font-size: 13px;
}

.flex {display: flex;}

.latlong-edit {
    background: #fff;
    text-align: center;
    display: inline-block;
    padding: 7px 11px;
    margin: 0;
    border-radius: 6px;
    cursor: pointer;
    color: #444;
}

.dash-form {}
.dash-form .form-input .input-item{
    padding: 2px 14px;
    border: 0;
    font-size: 14px;
    color: #444;
    width: 111px;
}

.dash-input {
    padding: 5px 14px;
    font-size: 14px;
    color: #444;
    width: 111px;
    /* line-height: normal; */
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    transition: all .3s;
    _box-shadow: 0px 0px 0 2px var(--theme-color);
    /* margin-bottom: 8px; */
}

.dash-input:focus {
  border-color: transparent;
  -webkit-text-fill-color: ;
  -webkit-box-shadow:box-shadow: 0px 0px 0 2px var(--theme-color);
  box-shadow: 0px 0px 0 2px var(--theme-color);
}

.dash-form .form-input .input-item:not(:last-child) {border-right: 1px solid #eee;}

.dash-form button.latlong-submit.input-item{
    width: 36px;
    background: transparent;
    padding-right: 8px;
    position: relative;
    cursor: pointer;
    outline: none;
}

.latlong-submit-icon {
    font-size: 17px;
    line-height: 1;
    position: absolute;
    top: 4px;
    left: 12px;
    color: var(--theme-color);
}


.nk-sidebar .metismenu a:hover .has-arrow:after {border-color: #fff; opacity: 1;}
.relative {position: relative;}

.map-latlong {position: absolute;top: 12px;z-index: 2;left: 4em;}

.dash-form .form-input {
    margin: 0 5px;
    border-radius: 6px;
    overflow: hidden;
    padding: 5px;
    background: #fff;
}

.lefleat-button {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
}

.main-shadow {
	box-shadow: rgb(0 0 0 / 13%) 0px 1.6px 3.6px 0px, rgb(0 0 0 / 11%) 0px 0.3px 0.9px 0px;
}

.profile-picture {
    border-radius: 50px;
    overflow: hidden;
    width: 100px;
    height: 100px;
}

.profile-picture img {width: 100%;height: 100%;object-fit: cover;}
.showup {
    margin-left: 45px;
    margin-top: -35px;
    display: none;
}

.circle {border-radius: 50px; -moz-border-radius:50px;}

.interact-btn {transition: all .3s;}
.interact-btn:active {filter: brightness(.8);}

.set-icon-wrap {
    display: flex;
    align-items: center;
}


.header {
    height: var(--nav-height);
    z-index: 1;
    position: relative;
    padding: 0 0.9375rem;
    background: var(--theme-color);
    margin-left: 15.1875rem;
    transition: all .2s ease;
    z-index: 9;
    backdrop-filter: blur(10px);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    position: fixed;
}

.page-titles {
  background: #F3F3F9;
  transition: all .2s ease;
}


.bread-nav .breadcrumb {
    border-radius: 6px;
    background: #e6e6e6;
    font-size: 14px;
}

.bread-nav .breadcrumb a {
    color: #444;
}

.bread-nav .breadcrumb-item + .breadcrumb-item::after {color: #555}

.set-icon {
    margin-right: 14px;
}

.content-body .dataTables_wrapper.container-fluid {
    padding: 0;
}


.control-bar .btn {
/*    background: #ebebeb;*/
    padding: 6px 15px;
}
.separator-left {
    border-left: 1px solid #e1e1e1;
}


.control-bar input:-internal-autofill-selected {
    border: 1px solid #ccc;
}

.table-responsive.table-radius {
    border: 1px solid #e3e3e3;
    border-radius: 6px;
}

.table-responsive table thead {
    background-color: var(--theme-color);
    color: #fff;
}

.modal-footer .btn {
    padding: 0.5em 3em;
    font-size: 14px;
}






/*eksperiment*/


.row-wrap {
    display: flex;
    margin: 0 -10px;
}

.role-item {
    padding: 1.5em 2em;
    background: #073c64;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    position: relative;
    box-shadow: rgb(0 0 0 / 13%) 0px 1.6px 3.6px 0px, rgb(0 0 0 / 11%) 0px 0.3px 0.9px 0px;
    margin-right: 1em;
    display: inline-block;
    margin-bottom: 1em;
}

.role-icon {
    position: absolute;
    font-size: 26px;
    opacity: .3;
    left: -5px;
    background: #ffffff3b;
    bottom: 0;
    top: 0;
    border-radius: 50px;
    text-align: center;
    opacity: 0;
}

.role-more-btn {position: absolute;top: -1px;right: 10px;cursor: pointer;}

.role-more-btn .icon i {
    color: #fff;
}

.role-item h5 {
    margin: 0;
    color: #fff;
}

.role-item.default-add i {
    font-size: 20px;
    line-height: 0;
    color: var(--theme-color);
}

a.role-item.default-add {
    background-color: #e5e5e5;
}

ul.dropdown-menu.role-item-menu {
    box-shadow: 0px 2px 7px 0px rgb(0 0 0 / 22%);
    border: 0;
    padding: 2px;
}

ul.dropdown-menu.dropdown-menu-end.dropdown-menu-arrow.role-item-menu.show li a {
    color: #666;
    font-size: 14px;
    /* min-width: min-content; */
}

.color-danger {
    color: #eb3535!important;
}

hr.menu-separator {
    margin: 1px 0;
}

.accor-btn {
    background-color: transparent;
    color: #444;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    -moz-border-radius:50px;
    border: 0;
    cursor: pointer;
    }

.accor-btn i {
    color: #333;
    line-height: 0;
    padding: 3px 2px 0 2px;
    display: block;
    font-size: 13px;
    transform: rotate(0deg);
}
.accor-btn[aria-expanded="true"] i {
    transform: rotate(180deg);
    padding: 2px 2px 0 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  box-shadow: rgb(0 0 0 / 13%) 0px 1.6px 3.6px 0px, rgb(0 0 0 / 11%) 0px 2.3px 4px 2px;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #76838f;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 6px;
  -moz-border-radius: 6px;
  }


table.user-list tr .show-on-hover-tr {
display: inline-block;
    }

    table tr .show-on-hover-tr .icon {
        background: #d1d1d1;
        padding: 2px 8px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        transition: all .2s;
    }


.__dashboard_ .card-body .alert {
    position: fixed;
    top: 5em;
    z-index: 99999;
    right: 2em;
    box-shadow: 0 3px 17px rgb(0 0 0 / 21%);
    border: 1px solid rgb(0 0 0 / 15%);
    padding-right: 3.5em;
    max-width: 300px;
}


.dash-filter-bar .dash-input {
    border: 0;
    padding: 0;
}



/* MASTER LIBRARY */

.master-wrap {

}


.master-wrap .master-container {

}

.master-wrap .card-title {
    font-size: 18px;
    font-weight: normal;
}

.master-wrap .card-text {
    font-size: 14px;
    color: #333;
    margin: 4px 0;
    display: block;
    opacity: .7;
}

.master-wrap .master-btn {
    text-transform: capitalize;
    background-color: #e7ecf3;
    border: 1px solid #b5c3cd;
    padding: 2px 8px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    color: #464646;
    display: inline-block;
    margin: 0 auto;
    font-size: small;
}

.master-wrap .master-btn i {transition: all .2s; transition-delay: .2s}

.master-wrap .card:hover .card-body {
    background-image: linear-gradient(186deg, var(--theme-color), #dfe5eb);
    color: #fff;
}

.master-wrap .card:hover .card-body .card-title,
.master-wrap .card:hover .card-body .card-text
{
    color: #fff;
}

.master-wrap .card:hover {
    box-shadow: 0px 0px 0px 1px rgb(7 60 100 / 25%);
    }
    .master-wrap .card:hover .master-circle-icon {
        background-color: #fff; color: var(--theme-color);

    }



.master-wrap .card:hover .master-btn i {margin-left: 1em;}
.master-btn-icon {margin-left: 2px;}

.master-circle-icon {
    display: inline-block;
    border-radius: 8px 8px 25px 8px;
    overflow: hidden;
    background: #e7e7e7;
    margin-bottom: 1em;
    height: 50px;
    width: 60px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.master-circle-icon.green-theme{background-color: var(--dash-green);color: #fff;}
.master-circle-icon.danger-theme{background-color: var(--dash-red);color: #fff;}
.master-circle-icon.sky-theme{background-color: var(--dash-blue);color: #fff;}

.master-circle-icon i {
    font-size: 24px;
    margin-top: 6px;
    display: inline-block;
}
@media only screen and (max-width: 800px) {
.nk-sidebar {
    position: fixed!important;
    left: 0;
    bottom: 0;
    } 

body .login-card-wrap {
    padding: 15px;
}

}

.master-wrap .card {
    transition: all .2s;
    height: 100%;
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;*/
}




.master-wrap .card .card-body {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    padding: 2em;
    background-image: linear-gradient(186deg, #dfe5eb, #ffffff);
    user-select: none;
    }

    .default-gradient {
        color: #fff!important;
        background-color: var(--theme-color);
/*        background-image: linear-gradient(101deg, #073c64, #116a85);*/
    }

    .dash-card.dash-blue-theme {background-color: var(--dash-blue);color: #fff;}
    .dash-card.dash-green-theme {background-color: var(--dash-green);color: #fff;}
    .dash-card.dash-red-theme {background-color: var(--dash-red);color: #fff;}

.dash-card-icon {
    margin-bottom: 4px;
    font-size: 30px;
}

.dash-card-footer {
    font-size: 16px;
}

.dash-card-footer .dash-card-link {
    color: #fff;
    padding-left: 6px;
    transition: all .2s;
    opacity: .8;
}

.dash-card:hover .dash-card-footer .dash-card-link {padding-left: 12px; opacity: 1}
.dash-card .card-body:after {
    content: "";
    background: #fff;
    transition: all .2s;
    opacity: 0.4;
    height: 8em;
    width: 8em;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    right: -44px;
    bottom: -48px;
}

.dash-card .card-body:hover:after {
    right: -70px;
    bottom: -60px;
}


.drop-down .menu-icon {
    font-size: 17px;
}


.header .dropdown-profile li a {

    padding: 4px 8px;
    border-radius: 5px;
    margin: 0 8px;
    color: #444;
    }

.header .dropdown-profile li a:hover {
    background: #eee;
}


label {font-weight: normal;color: #777;}
.radio-inline {
    
display: flex;
}

.radio-inline input {width: 16px;margin-right: 10px;}

.dropdown-item > i {
    margin-right: 4px;
    color: inherit;
}

.nk-sidebar hr {
    margin: 4px 0 20px;
    border-top-color: #fff;
    opacity: .1;
}

.nk-sidebar .mega-menu ul {
    background-color: #052842;
}

.nk-sidebar .mega-menu:has(ul.collapse.in) {
    background-color: #052842;
    border-radius: 8px;
    -moz-border-radius: 8px;
}


.filter-pop-wrap {
    padding: 15px;
}


.__data_member .card{/*overflow: visible;*/}
/* ROLES CHECKLIST*/

.role_page_edit .check_all_auth {
    width: 15px;
    height: 15px;
    vertical-align: -3px;
    margin-right: 5px;
}

.role_page_edit  .role_check {
    display: inline-block;
    padding: 4px 12px 5px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.role_page_edit .label-title {font-size: 16px; font-weight: 500; color: #333}
.role_page_edit input[type="checkbox"]:checked:after,
input[type="checkbox"]:after {
    content: none;
    display: none;
}

.checklist_role_wrap .form-check {
    font-size: 15px;
    line-height: 2;
    padding: 0;
    }

.checklist_role_wrap .form-check-label {
    font-size: 14px;
}
.checklist_role_wrap .permission-input {display: inline-block;width: 15px;height: 15px;margin-top: 2px;vertical-align: -3px;}
.checklist_role_wrap input[type="checkbox"]:checked:after {display: none;}

.checklist_role_wrap input[type="checkbox"]:after {display: none;}

.role_page_edit ._card:hover {
    -webkit-box-shadow: rgb(0 0 0 / 13%) 0px 0 0 2px;
    box-shadow: rgb(0 0 0 / 13%) 0px 0 0 2px;
}

.dash-filter-wrap{
    width: 100%;
}
.dash-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.__data_member .filter_item button,
.__data_member .filter_item input,
.__data_member .filter_item select {
    background: transparent;
    border: 1px solid #ccc;
    padding: 7px 10px;
    color: #333;
    line-height: normal;
    font-size: 14px;
}

.__data_member .filter_item:focus {
    outline: none
    }

    .__data_member .bootstrap-select .dropdown-toggle:focus {
    outline: none
    }

.filter_title_ i {
    font-size: 18px;
    vertical-align: -2px;
    color: var(--theme-color);
    margin-right: 2px;
}

.filter_title_ {
    font-size: 16px;
    font-weight: 500;
    color: #888;
    margin-bottom: 10px;
    display: block;
}