/* === color === */
/* .primaryColor */
/* .secondaryColor */


.btn-add-category{
    border-radius: 10px !important;
}

.btn-add-category:hover{
    border-radius: 10px !important;
    font-weight: 600;
}

.btn-add-subcategory{
    /* Bg blue */
    background: #F1F9FE !important;
    /* Secondary Colour Button */
    border: 1px solid #4387C0 !important;
    border-radius: 10px !important;
}

.btn-add-subcategory:hover{
    /* Bg blue */
    background: #dff1fc !important;
    /* Secondary Colour Button */
    border: 1px solid #4387C0 !important;
    border-radius: 10px !important;
    font-weight: 600;
}
.btn-edit-category{
    color: #4387C0;
    /* Secondary Colour Button */
    border: 1px solid #4387C0 !important;
    border-radius: 10px !important;
}

.btn-edit-category:hover{
    /* Bg blue */
    background: #dff1fc !important;
    border-radius: 10px !important;
    font-weight: 600;
}

.btn-add-smartscript{
    background: #dff1fc3a !important;
}
.btn-add-smartscript:hover{
    background: #dff1fc67 !important;
}

.btn-add-cms{
    background: #FFFFFF !important;
    color: #4387C0 !important;
    border: 1px solid #4387C0 !important;
    border-radius: 8px;
}
.btn-add-cms:hover{
    background: #F1F9FE !important;
}

.btn-blue-secondary-cms{
    background: #FFFFFF !important;
    color: #4387C0 !important;
}
.btn-blue-secondary-cms:hover{
    background: #F1F9FE !important;
}
.color-aktif{
    color: #2BC155 !important;
}
.color-nonaktif{
    color:#828282 !important;
}
.color-red{
    color: #EB5757;
}
.incenter{
    display: flex;
    justify-content: center;
}


/* ---- */
.content-body-profile-app-edit{
    min-height: 175vh !important;
}
/* --- */

.panel-cms-image{
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
}
.panel-img-logo{
    width: 70%;
    margin: auto;
}
.panel-img-logo-profile-app{
    width: 80%;
    margin: auto;
}
/* --- */

.custom-file-label {
    border-radius: 0.75rem !important;
    text-align: justify !important;
    height: calc(1.5em + 0.75rem + 2px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.custom-file-label:after {
    background: #4387C0 !important;
    border-radius: .75 !important;
}

/* --- */

.bg-transparent{
    background: #ffffff00 !important;

}
.bg-profile{
    background: #1273c9;
    /* background: ; */
    height: 45vh;
}
.bg-cms-lightblue{
    background: #F1F9FE !important;
}

.dd-handle{
    color: #505050 !important;
    background: #ffffff !important;
    border-radius: 5px;
    padding: 8px 15px;
    height: auto;
    border: none !important;
}
.dd-handle:hover{
    background: #F1F9FE !important;
}

.min-height-70vh{
    min-height: 70vh;
}

.width-search-from{
    min-width: 35vh;
}

@media only screen and (max-width: 1600px){
    .content-body .container-fluid, .content-body .container-sm, .content-body .container-md, .content-body .container-lg, .content-body .container-xl {
        padding-top: 10px;
        padding-right: 10px;
        padding-left: 10px;
    }
}

.deznav .copyright {
    font-size: 14px;
    padding: 0 30px 30px;
    margin-top: 40px;
    color: #969BA0;
    margin-bottom: 15px;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .deznav .metismenu > li.mm-active > a {
    background: linear-gradient(90.1deg, #05C3DB -0.37%, #1976D2 100%);
}
[data-sidebar-style="full"][data-layout="vertical"] .deznav .metismenu > li.mm-active > a {
    background: linear-gradient(90.1deg, #05C3DB -0.37%, #1976D2 100%);
}
[data-sidebar-style="full"][data-layout="vertical"] .deznav .metismenu > li.mm-active > a , [data-sidebar-style="full"][data-layout="vertical"] .deznav .metismenu > li.mm-active > a i {
    color: white;
}
/* ==== CUSTOM WIDTH HEADER SIDEBAR === */
.nav-header {
    width: 17rem;
}
.nav-header .brand-logo {
    padding-left: 30px;
    padding-right: 30px;
}

/*.deznav {*/
/*    width: 17rem;*/
/*}*/
/*.content-body {*/
/*    margin-left: 17rem;*/
/*}*/

[data-sidebar-style="full"][data-layout="vertical"] .deznav .metismenu > li {
    padding: 0 0 0 15px;
}
/* ===================================== */

/* PAGE LOADER */
/* =========== */
.page-loader {
    position:fixed;
    overflow: hidden;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: #f0f0f0;
    box-shadow: inset 0px 0px 90px rgba(0, 0, 0, 0.2);
    margin: 0px;
    padding: 0px;
}

.loader-container {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: fixed;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
}

.circle {
    width: 100%;
    height: 100%;
    position: fixed;
}
.circle .circle-inner {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 5px solid #10826E;
    /* border: 5px solid rgba(200, 22, 22, 0.9); */
    border-right: none;
    border-top: none;
    background-clip: padding;
    box-shadow: inset 0px 0px 10px rgba(200, 22, 22, 0.15);
}
.loader-logo{
    position: fixed;
    top: calc(50% - 27px);
    left: calc(50% - 26px);
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.circle:nth-of-type(0) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.circle:nth-of-type(0) .circle-inner {
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

.circle:nth-of-type(1) {
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg);
}
.circle:nth-of-type(1) .circle-inner {
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

.circle:nth-of-type(2) {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
}
.circle:nth-of-type(2) .circle-inner {
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

.loader-container {
    -webkit-animation: spin 5s infinite linear;
    animation: spin 5s infinite linear;
}
/* PAGE LOADER */
