html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

[role="treeitem"] .highlight {
    background-color: #ffa833;
    color: white;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.latin-text {
    text-align: left;
    direction: ltr;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: font-sahel !important;
    background-image: url("../images/noise-bg.png")
}

.notification-sidebar {
    background: rgb(244, 246, 249);
    border-right: 1px solid black;
    padding:4px;
    font-size:12px;
}
.notif-count {
    font-size: 14px !important;
    left: 3px !important;
}

@font-face {
    font-family: font-sahel;
    src: url(../fonts/Sahel-FD.woff);
}

@font-face {
    font-family: font-yekan;
    src: url(../fonts/yekan.woff);
}

@font-face {
    font-family: font-nasim;
    src: url(../fonts/nasim.woff);
}

@font-face {
    font-family: font-BTitrBold;
    src: url(../fonts/BTitrBold.woff);
}
@font-face {
    font-family: font-IranNastaliq;
    src: url(../fonts/IranNastaliq.ttf);
}
.login-logout-card .card-header {
    padding: 0px 0px 12px 0px;
}

.login-logout-card ul.nav-tabs {
    padding: 0px 0px -12px 0px;
}

.login-logout-card li.nav-item {
    width: 50%;
}

.item-info {
    border-style: dotted;
    border-width: 1px;
    padding-right: 8px;
    background-color: #f1ffe3;
    padding-left: 8px;
    margin-right: 2px;
    margin-left: 2px;
}

.login-logout-card li.nav-link {
    font-size: 1rem;
    color: #495057;
    text-align: center;
    padding: 1rem;
}

.login-logout-card .card-body {
    padding: 10px 20px;
}

.account-features {
    margin-top: 14px;
    border-style: solid;
    border-width: 1px;
    padding-right: 6px;
    color: cadetblue;
}

.ltr {
    direction: ltr;
}

.otp-timer {
    font-size: 20px;
    text-align: center;
    margin-bottom: 12px;
    font-family: font-BTitrBold;
}

.opt-code {
    font-size: 26px;
    text-align: center;
    color: darkcyan;
}

.swal2-container {
    z-index: 100005 !important;
}

.card {
    box-shadow: 0 0 3px rgba(0, 0, 0, .125), 0 3px 3px rgba(0, 7, 3, .2);
    margin-bottom: 1rem;
    border-width: 2px !important;
}
.k-main {
    background-image: url(../images/noise-bg.png);
    border-top-style: ridge;
    border-width: 4px;
}
.menu-link {
    color: #2283a7;
}
.tree-content-div {
    background: white;
}
.user-avatar {
    margin-left: 5px;
    border-style: solid;
    border-width: 2px;
    border-color: chocolate;
    width: 34px;
    height: 34px;
}
.thin-box {
    border-color: black;
    border-style: solid;
    border-width: 1px;
}
.digit-left {
    direction: ltr;
}
.clicked {
    background: gainsboro;
}
.brand-title {
    font-family: font-IranNastaliq;
    font-size: xx-large;
    margin-right: 10%;
}