/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #bbb;
}

html.light {
    --blue: #2b76e9;
    --grey: #fff;
    --lightGrey: #444652;
    /*  */
    /* --darkGrey: rgb(246, 248, 252); */
    /* */
    --darkGrey: #eee;
    --white: #111;

    --black: #010101;
    --black-grey1: #121212;
    --black-grey2: #16171b;
    --black-grey3: #232531;
    --black-grey4: #262626;
    --black-grey5: #363636;
    --middle-grey: #656660;
    --border-github: #d0d7de;
    --very-low-blue: #E5E4FF;
    --very-low-blue2: #e5f0f9;
    --very-low-blue3: #f4f7ff;
    --yellow: #FFD500;
    --green: #6fcc61;
    --green2: #42b78b;
    --green3: #009B77;
    --dark-green: #18312b;
    --light-blue: #2596be;
    --blue2: #0180f4;
    --blue3: #0478f7;
    --purple: #5942D4;
    --purple2: blueviolet;
    --purple3: #682bc7;
    --purple4: #9636e0;
    --rose: #F7CAC9;
    --pink: #ff2772;
    --red: #fe252f;
    --red-full: #BC243C;
    --navy: #060C21;
}

html.light .space-between h2.bi {
    color: var(--grey);
}

*,
*:before,
*:after {
    /* -ms-overflow-style: none; */
    /* IE and Edge */
    /* scrollbar-width: none; */
    /* Firefox */
    transition: all 0.2s;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

html {
    background-color: var(--darkGrey);
    color: var(--white);
    font-family: monospace, 'bootstrap-icons';
    font-size: 15px;
    box-sizing: border-box;
}

body {
    max-width: 1600px;
    display: block;
    margin: auto;
}


.header {
    background-color: var(--grey);
    height: 60px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--darkGrey);
}

.container-item-header {
    gap: 10px;
}

.card {
    background-color: var(--grey);
    align-items: center;
    border-bottom: 1px solid var(--darkGrey);
    overflow: hidden;
}

.content {
    align-items: center;
    justify-content: space-between;
}

.parent-side-bar {
    height: 100%;
    width: 300px;
}

.side-bar {
    background-color: var(--grey);
    overflow-y: auto;
    height: 100%;
}

.content-page {
    height: 100%;
    width: 100%;
    overflow-y: auto;
}

.select-item {
    height: 45px;
    align-items: center;
    padding-left: 20px;
    gap: 15px;
    width: 90%;
    transition: all 0.3s;
    cursor: pointer;
}

.select-item:hover {
    background-color: var(--darkGrey);
}

.profile {
    height: 60px;
    align-items: center;
    position: relative;
    justify-content: space-between;
}


.hr {
    display: block;
    border-top: 2px solid var(--border-github);
    width: 86%;
    opacity: 0.25;
    margin: auto;
}

.active-item {
    background-color: var(--darkGrey);
}

#btn-side-bar {
    cursor: pointer;
}

#btn-side-bar:hover {
    transform: scale(1.2);
}

.active-side-bar {
    width: 70px !important;
}

@media (max-width: 400px) {
    .parent-side-bar {
        width: 380px;
    }
}

.search-box {
    gap: 10px;
    align-items: center;
}

.cont-icon h3 {
    cursor: pointer;
}

.cont-icon {
    gap: 10px;
}

.power {
    transition: none;
}

.power:hover {
    color: var(--red);
}

.search {
    height: 35px;
    width: 180px;
    color: var(--white);
    caret-color: var(--blue);
    background-color: var(--darkGrey);
    padding: 0 54px 0 30px;
    border-radius: 7px;
}

@media (min-width: 800px) {
    .search {
        width: 240px;
    }
}

.cont-input {
    position: relative;
}

.cont-input i {
    position: absolute;
    left: 8px;
    color: #808080;
    top: 9px;
}

.submit-search {
    position: absolute;
    right: 14px;
    top: 6px;
    padding: 5px 7px;
    background-color: var(--grey);
    color: var(--white);
    font-size: 12px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .search-box {
        width: 100%;
        justify-content: space-between;
    }
}

.space-between {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.space-between h2.bi {
    background-color: var(--blue);
    padding: 5px 7px;
    border-radius: 4px;
}

.numb-card {
    font-weight: bolder;
    font-size: 28px;
}

.ea758d {
    width: 100%;
    height: 340px;
}

a {
    color: var(--white);
}

/* Style tab links */
.tablink {
    background-color: var(--darkGrey);
    color: var(--white);
    float: left;
    outline: none;
    cursor: pointer;
    font-size: 17px;
    border: 2px solid var(--darkGrey);
    padding: 12px 0;
}

.tablink:hover {
    background-color: var(--grey);
}

@media (max-width: 600px) {
    .tablink {
        font-size: 14px;
    }
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color: var(--white);
    display: none;
    padding: 0 10px;
    width: 100%;
    background-color: var(--grey);
    border: 2px solid var(--darkGrey);
    border-top-width: 1px;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

.horiz-card {
    width: 100%;
    background-color: var(--darkGrey);
    border-radius: 10px;
    margin: 15px 0;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.badge-container {
    display: flex;
    align-items: center;
    height: 100%;
}

.card-badge {
    border-radius: 999px;
    color: white;
    padding: 10px;
    width: fit-content;
}

.badge-primary {
    background-color: var(--blue) !important;
}

.badge-danger {
    background-color: var(--red) !important;
}

.badge-warning {
    background-color: orange !important;
}

.badge-success {
    background-color: var(--green) !important;
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.card-action-container {
    display: flex;
    height: 100%;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.img-card {
    display: flex;
    gap: 10px;
    align-items: center;
}

.img-card img {
    width: 160px;
    height: 80px;
    border-radius: 4px;
}

.title-card h3 {
    width: 20ch;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .side-bar-txt-item {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .title-card h3 {
        width: 90%;
        font-size: 13px;
    }

    .img-card img {
        width: 80px;
        height: 80px;
    }

    .side-bar-txt-item {
        font-size: 12px;
    }
}

form.account-info {
    display: block;
    margin: 0 auto;
    width: fit-content;
    max-width: 100%;
}

form.account-info label,
form.account-info input {
    display: block;
}

form.account-info input,
#photo-label {
    height: 35px;
    background-color: var(--darkGrey);
    border-radius: 8px;
    margin-bottom: 15px;
    margin-top: 10px;
    width: 350px;
    max-width: 100%;
    padding: 0 10px;
}

.account-btn {
    height: 35px;
    background-color: var(--blue);
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 0 10px;
    color: #fff;
}

@media (min-width: 576px) {
    .account-btn {
        width: 350px !important;
    }
}

.account-btn:hover {
    background-color: rgb(7, 86, 183);
}

.insert-form input {
    height: 35px;
    background-color: var(--darkGrey);
    border-radius: 8px;
    padding: 0 10px;
}

.insert-form select {
    height: 35px;
    background-color: var(--darkGrey);
    border-radius: 8px;
    padding: 0 10px;
    border-right: 4px solid transparent
}

#photo-input,
#photo-agent {
    display: none;
}

#photo-label {
    cursor: pointer;
    background-color: var(--darkGrey);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

#preview-area {
    display: flex;
    flex-wrap: wrap;
}

.preview-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 5px;
    border-radius: 6px;
}

.ck-editor__editable_inline {
    min-height: 150px;
}

/**/
.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: var(--darkGrey);
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.option-radio {
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    padding-top: 10px;
}

.center-margin {
    padding: 0 5px;
    margin: 5px auto;
}

@media (min-width: 992px) {
    .center-margin {
        display: flex;
        justify-content: space-between;
        margin: 10px auto;
        padding: 0 20px;
    }
}

.insert-form input {
    font-size: 15px;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid var(--grey);
    border-radius: 6px;
}

.active,
.accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.chat-icon-container {
    background-color: var(--grey);
    width: 36px;
    height: 36px;
    display: flex;
    border-radius: 99px;
    align-items: center;
    justify-content: center;
}

.chat-icon-flex {
    display: flex;
    align-items: center;
    gap: 10px;
}


.w3-table,
.w3-table-all {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table
}

.w3-table-all {
    border: 1px solid #ccc
}

.w3-bordered tr,
.w3-table-all tr {
    border-bottom: 1px solid #ddd
}

.w3-striped tbody tr:nth-child(even) {
    background-color: #f1f1f1
}

.w3-table-all tr:nth-child(odd) {
    background-color: #fff
}

.w3-table-all tr:nth-child(even) {
    background-color: #f1f1f1
}

.w3-hoverable tbody tr:hover,
.w3-ul.w3-hoverable li:hover {
    background-color: #ccc
}

.w3-centered tr th,
.w3-centered tr td {
    text-align: center
}

.w3-table td,
.w3-table th,
.w3-table-all td,
.w3-table-all th {
    padding: 8px 8px;
    display: table-cell;
    text-align: left;
    vertical-align: top
}

.w3-table th:first-child,
.w3-table td:first-child,
.w3-table-all th:first-child,
.w3-table-all td:first-child {
    padding-left: 16px
}

.w3-responsive {
    width: 100%;
    display: block;
    overflow-x: auto !important;
}

.w3-table,
.w3-table-all {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table
}

.w3-table-all {
    border: 1px solid #ccc
}

.w3-bordered tr,
.w3-table-all tr {
    border-bottom: 1px solid #ddd
}

.w3-striped tbody tr:nth-child(even) {
    background-color: #f1f1f1
}

.w3-table-all tr:nth-child(odd) {
    background-color: #fff
}

.w3-table-all tr:nth-child(even) {
    background-color: #f1f1f1
}

.w3-hoverable tbody tr:hover,
.w3-ul.w3-hoverable li:hover {
    background-color: #ccc
}

.w3-centered tr th,
.w3-centered tr td {
    text-align: center
}

.w3-table td,
.w3-table th,
.w3-table-all td,
.w3-table-all th {
    padding: 8px 8px;
    display: table-cell;
    text-align: left;
    vertical-align: top
}

.w3-table th:first-child,
.w3-table td:first-child,
.w3-table-all th:first-child,
.w3-table-all td:first-child {
    padding-left: 16px
}

.w3-striped tbody tr:nth-child(even) {
    background-color: #f1f1f1
}


tr:nth-child(even) {
    background-color: #eee !important;
}

tr:hover {
    background-color: #ccc !important;
    color: #222;
    cursor: pointer;
}


table {
    border: 1px solid var(--border-github) !important;

}

td {
    border-bottom: 1px solid var(--border-github);
}

.badge {
    display: inline-block;
    width: fit-content;
    padding: 7px 5px;
    margin: 0 2px;
    border-radius: 999px;
    color: #fff;
}

.badge i {
    margin: 10px;
}

.badge-warning:hover {
    background-color: rgb(236, 158, 12) !important;
}

.badge-danger:hover {
    background-color: #ee232d !important;
}

.badge-primary:hover {
    background-color: #126bbe !important;
}

.badge-success:hover {
    background-color: limegreen !important;
}

.errBox {
    display: flex;
    margin: 10px auto;
    width: 90%;
    border-radius: 8px;
    word-break: break-all;
    background-color: #F7CAC9 !important;
    color: var(--red-full);
}

.errBox ul,
.errBox ul li {
    list-style: initial;
}

@media (max-width: 500px) {
    .errBox {
        width: 100%;
    }
}

.bg-message {
    font-size: 11px;
    background-color: red;
    position: absolute;
    color: white;
    top: 2px;
    right: -2px;
    opacity: 0.8;
    border-radius: 99px;
    height: 7px;
    width: 7px;
}

.selector {
    position: relative;
    width: 100%;
    height: 55px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid var(--border-github);
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.selector-item {
    position: relative;
    flex-basis: 42%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222;
    font-size: 17px;
    font-weight: 500;
}

@media (max-width: 992px) {
    .selector-item-s {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .selector-item-s {
        font-size: 11px;
    }
}

@media (max-width: 576px) {
    .selector-item-s {
        font-size: 13px;
    }
}

.selector-item-s {
    flex-basis: 28%;
}

.selector-item_radio {
    appearance: none;
    display: none;
}

.selector-item_label {
    position: relative;
    height: 37px;
    cursor: pointer;
    line-height: 37px;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    transition: all 0.3s;
    transform: none;
}

.selector-item_label:hover {
    background-color: var(--border-github);
}

.selector-item_radio:checked+.selector-item_label {
    color: #fff;
    background-color: #111;
    transform: scale(1.1);
}

@media (max-width: 480px) {
    .card-badge {
        font-size: 12px !important;
    }
}

.star-card {
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 10px;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.22);
    z-index: 999999;
}

.star-card i {
    cursor: pointer;
    color: var(--yellow);
}

@font-face {
    font-family: 'IRANSans';
    src: url('/dl/f/IRANSans-UltraLight-web?v=1') format('truetype');
    font-weight: 200;
    /* UltraLight */
}

@font-face {
    font-family: 'IRANSans';
    src: url('/dl/f/IRANSans-Light-web?v=1') format('truetype');
    font-weight: 300;
    /* Light */
}

@font-face {
    font-family: 'IRANSans';
    src: url('/dl/f/IRANSans-web?v=1') format('truetype');
    font-weight: 400;
    /* Regular */
}

@font-face {
    font-family: 'IRANSans';
    src: url('/dl/f/IRANSans-Medium-web?v=1') format('truetype');
    font-weight: 500;
    /* Medium */
}

@font-face {
    font-family: 'IRANSans';
    src: url('/dl/f/IRANSans-Bold-web?v=1') format('truetype');
    font-weight: 700;
    /* Bold */
}

* {
    font-family: 'IRANSans', sans-serif;
}

.w3-blue {
    background-color: #5f73f5 !important;
}

.w3-table td {
    vertical-align: middle;
}