@import url(./assets/fonts/fontiran.css);
@import "https://code.highcharts.com/css/highcharts.css";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.font-size-16 {
    font-size: 1rem !important;
}

.no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.padding-top-28 {
    padding-top: 28px !important;
}

.height-260 {
    height: 260px;
}

.height-280 {
    height: 280px;
}

.bg-transparent {
    background-color: transparent;
}

body {
    direction: rtl;
    font-family: IRANSansX !important;
    background-color: #f9f9f9;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit !important;
}

a:hover {
    color: inherit;
}

input {
    font-family: IRANSansX;
    border: none;
    outline: none;
}

button {
    font-family: IRANSansX;
    border: none !important;
    outline: none !important;
}

.btn-primary {
    background-color: #1565c0 !important;
}

.btn-primary:hover {
    background-color: #197df0 !important;
}

.my-btn-white:hover {
    background-color: #1565c0;
}

.my-btn-white:hover svg {
    fill: #fff;
}

::-webkit-scrollbar {
    width: 20px;
}

.sidebar::-webkit-scrollbar {
    width: 0;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

.my-table::-webkit-scrollbar,
.bg-table-pg-12::-webkit-scrollbar {
    width: 3px;
}

.my-table::-webkit-scrollbar-track,
.bg-table-pg-12::-webkit-scrollbar-thumb {
    background-color: #efefef;
}

.my-table::-webkit-scrollbar-thumb,
.bg-table-pg-12::-webkit-scrollbar-thumb {
    background-color: #1565c0;
    border-radius: 20px;
}

.row {
    margin: 0 !important;
    overflow: hidden;
}

.c-p {
    cursor: pointer;
}

.left-0 {
    left: 0 !important;
}

.modal-up {
    max-width: 634px;
    max-height: 417px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.modal.fade .modal-dialog {
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    margin: 0 !important;
}

.head-up {
    border-bottom: none;
}

.head-up button {
    background-color: rgba(39, 39, 37, 0.4);
}

.file-up {
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 4px;
}

.file-up {
    color: rgb(153, 152, 152);
}

.file-up span {
    font-size: 10px;
    color: rgb(153, 152, 152);
}

.my-text input {
    border: 1px solid rgb(218, 218, 218);
    width: 100%;
    padding: 10px 10px;
    border-radius: 4px;
}

.my-text input::placeholder {
    color: rgb(153, 152, 152);
}

.my-text textarea {
    display: flex;
    flex-direction: column;
    border: 1px solid #dadada;
    border-radius: 4px;
    padding: 5px 10px;
    width: 100%;
    resize: none;
    height: 150px;
    margin-top: 20px;
}

.my-text textarea::placeholder {
    color: rgb(153, 152, 152);
}

.my-text button {
    padding: 5px;
    margin-top: 20px;
    width: 100%;
    font-size: 14px;
}

@media (max-width: 760px) {
    .my-text button {
        font-size: 12px;
    }

    .modal-content {
        font-size: 12px;
        width: 90%;
        margin-right: auto;
        margin: auto;
        padding: 10px !important;
    }

    .file-up svg {
        width: 50px;
    }

    .my-text input::placeholder {
        font-size: 10px !important;
    }
}

/* .ord-1 {
    order: -1;
} */
/* .no-col {
    flex-direction: row !;
} */

/* SideBar */

.sidebar {
    z-index: 11000;
    transition: 0.5s all;
    width: 245px;
    min-height: 100vh;
    position: relative;
    right: 0;
    top: 0;
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    font-size: 14px;
    color: #a3a0a2;
    font-weight: 700;
}

.sidebar-bottom {
    margin-bottom: 44px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.sidebar-bottom:hover {
    color: #1565c0;
}

.sidebar-bottom:hover svg path {
    fill: #1565c0;
}

.closed .sidebar-bottom:hover svg path {
    fill: #fff;
}

.closed .sidebar-bottom {
    margin-right: 15px;
}

.sidebar-bottom svg {
    margin-left: 1rem;
}

.sidebar-bottom svg path {
    fill: #a3a0a2;
}

.sidebar-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.sidebar-top-logo {
    margin-top: 27px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

/* when closed with should be auto, 
or the icon pushes to the right and wont be visible */
.closed .sidebar-items {
    width: auto;
}

.sidebar-items {
    position: relative;
    cursor: pointer;
    width: 230px;
    /* width: 100%;  */
}

.sidebar-items:hover {
    color: #1565c0;
}

.sidebar-items:hover svg:nth-child(1) path {
    fill: #1565c0;
}

.sidebar-items:hover svg:nth-child(3) path {
    fill: #1565c0;
}

.sidebar-items .d-flex {
    align-items: center;
    justify-content: space-between;
    height: 40px;
    width: 100%;
    column-gap: 0.3rem;
}

.sidebar-items .d-flex>span {
    width: 65%;
    height: 100%;
    display: flex;
    align-items: center;
}

.sidebar-items svg:nth-child(1) path {
    fill: #a3a0a2;
}

.arrow-left {
    transition: all 0.5s;
    /* margin-right: 90px; */
}

.arrow-left {
    margin-left: 10px;
}

/* important for placing text, arrow and icon in sidebar */
.sidebar-items .nav-item a:nth-child(2) {
    flex: auto;
}

.blue-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2rem;
}

.active .blue-circle {
    box-shadow: -5px 5px 49px 0px rgba(0, 0, 0, 0.45);
    background-color: #2d75c7;
    /* margin-top: 10px;
  margin-bottom: 10px; */
}

.active .blue-circle svg:nth-child(1) path {
    fill: #fff;
}

.active .blue-circle svg:nth-child(1) {
    margin-left: 0;
}

.active .arrow-left path {
    stroke: #1565c0;
}

.active span {
    color: #1565c0;
}

.scale-svg .arrow-left {
    transform: rotate(-90deg);
}

.sub-menu {
    margin-right: 70px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.sub-menu div {
    margin-top: 7px;

}



.sub-menu div:hover {
    color: rgb(89, 189, 255);
}

.closed .sidebar-items .d-flex {
    overflow: hidden;
}

.closed .sidebar {
    width: 80px;
    overflow: hidden;
    background-color: #1565c0;
}

.closed .sidebar-top-bg {
    background-color: #2d75c7;
    height: 120px;
    width: 80px;
    justify-content: center;
    align-items: center;
}

.closed .blue-circle {
    margin-right: 1.7rem;
}

.closed .active .blue-circle {
    background-color: #fff;
    margin-bottom: 0px;
}

.closed .active .blue-circle svg:nth-child(1) path {
    fill: #1565c0 !important;
}

.closed span,
.closed .sub-menu {
    display: none;
}

.closed .sidebar-items:hover svg path {
    fill: #fff;
}

.toggle-btn {
    position: relative;
    cursor: pointer;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
}

.toggle-btn span {
    display: block;
    height: 4px !important;
    border-radius: 3px;
    background-color: #2d75c7;
    position: absolute;
    transition: 0.5s all;
}

.toggle-btn:hover span {
    background-color: #1565c0;
}

.toggle-btn span:nth-child(1) {
    top: 0px;
    width: 26px;
}

.toggle-btn span:nth-child(1) {
    top: 0px;
    width: 26px;
}

.toggle-btn span:nth-child(2) {
    width: 34px;
    top: 12px;
}

.toggle-btn span:nth-child(3) {
    top: 24px;
    width: 26px;
}

.toggle-btn:hover span:nth-child(1) {
    width: 34px;
}

.toggle-btn:hover span:nth-child(3) {
    width: 34px;
}

.closed .close-btn svg {
    display: none;
}

.close-btn svg {
    position: absolute;
    left: 30px;
    top: 20px;
    cursor: pointer;
}

.d-flex {
    flex-wrap: wrap;
}

.my-table thead {
    font-size: 16px !important;
}

.my-table tbody {
    font-size: 12px !important;
}

.index-page-sidebar-container {
    position: fixed;
    height: 100vh;
    right: 0;
    top: 0;
    bottom: 0;
    /* z-index: 1000; */
    z-index: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.index-page-sidebar {
    right: 0;
}

/* End SideBar */

/* Start Content */
.content {
    padding-right: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    width: 100%;
    min-height: 101vh;
}

.title h2 {
    margin-right: 1rem;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 0;
}

.title span {
    margin-right: 1rem;
    font-size: 14px;
    color: #a3a0a2;
}

.clock-box {
    background-color: #fff;
    width: 245px;
    max-height: 27px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 5px;
    font-size: 12px;
}

.chart-1-box {
    margin: 14px 0px;
    background-color: #ffffff;
    min-height: 280px;
    position: relative;
    padding: 10px 20px;
}

.chart-1-box .test-text {
    /* position: absolute;
    left: 56px;
    top: -17px; */
    font-size: 20px;
    color: #707070;
}

.white-svg-box {
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-sub {
    background-color: #f6f6f6;
    width: 100%;
    height: 145px;
    border-radius: 4px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 700;
}

.blue-text {
    color: #1565c0;
    font-size: 30px;
    display: block;
}

.darsad {
    font-size: 17px;
}

.b-box {
    background-color: #f6f6f6;
    border-radius: 4px;
    height: 67px;
    width: 24%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px !important;
}

.blue-t {
    font-size: 30px;
    color: #1565c0;
    font-weight: 600;
    margin-left: 40px;
}

.search-div {
    position: relative;
    width: 270px;
}

.search-div input {
    padding: 7px 20px;
    width: 100%;
    border: 4px solid #fff;
    background-color: inherit;
    font-size: 10px;
}

.search-div svg {
    position: absolute;
    left: 10px;
    top: 10px;
}

.line-fill {
    width: 205px;
    height: 4px;
    border-radius: 3px;
    transition: 0.5s all;
    margin-top: 10px;
    background-color: #e5edf7;
}

.fill-blue {
    width: 75%;
    background-color: #2d75c7;
    transition: 0.5s all;
    height: 100%;
}

.my-table {
    min-width: 100%;
}

.table-responsive {
    max-height: 200px;
    margin-bottom: 50px;
}

#closed~.index-page-content {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    transition: 0.5s ease;
    right: 285px;
}

#closed~.index-page-content {
    width: calc(100vw - 265px);
    right: 245px;
}

#closed.closed~.index-page-content {
    width: calc(100vw - 100px);
    right: 80px;
}

/* Left Content */
.width-243 {
    width: 243px;
}

.left-content {
    width: 100%;
    background-color: #f3f3f3;
    color: #272725;
    border-radius: 0 10px 10px 0;
    padding: 20px 30px;
    min-height: 100%;
}

.prof-title {
    font-size: 14px;
    font-weight: 600;
}

.prof-box {
    background-color: #f3f3f3;
    border-radius: 4px;
    border: 1px solid #a3a0a26b;
    width: 100%;
    height: 168px;
    margin-top: 30px;
    padding: 13px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.prof-box img {
    cursor: pointer;
}

.font-8 {
    font-size: 8px;
}

.prof-name {
    font-size: 16px;
    font-weight: 700;
}

.left-content button {
    width: 100%;
    background-color: #1565c0;
    border-radius: 4px;
    color: #fff;
    margin: 20px 0;
}

.font-bold {
    font-weight: 700;
}

.left-content-header-title {
    font-size: 14px;
    margin: 0 !important;
}

.prof-img-box {
    min-width: 61px;
    display: flex;
    flex-direction: column;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}

.circle-white {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.circle-white span {
    font-size: 20px;
    font-weight: 600;
    color: #a3a0a2;
}

.btn-more {
    width: 60px !important;
    height: 22px;
    background-color: #fff !important;
    padding: 0 !important;
    font-size: 8px !important;
    color: #272725 !important;
    font-weight: 700;
}

.white-card {
    width: 100%;
    height: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding-right: 1rem;
    cursor: pointer;
}

.white-span-1 {
    font-size: 10px;
    font-weight: 700;
}

.white-span-2 {
    font-size: 8px;
}

/* .inedex-page-content .table-responsive::-webkit-scrollbar {
  width: 3px;
}
.index-page-content .table-responsive::-webkit-scrollbar-track {
  background-color: rgb(186, 186, 186);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.index-page-content .table-responsive::-webkit-scrollbar-thumb {
  background: #397cc9;
  border-radius: 10px;
} */

/* .w-84-my {
  width: 84px !important;
}

.w-112-my {
  width: 112px !important;
}

.w-100-my {
  width: 100px !important;
}

.w-50-my {
  width: 50px !important;
} */

/* End Left Content */

/* 


*/

/* 


*/

/* Page 2 */
#Iconly_Light_Notification:hover path {
    stroke: #1565c0 !important;
}

.highcharts-series rect {
    border-radius: 5px !important;
}

.highcharts-axis-title {
    display: none;
}

.blue-div-right {
    width: 100%;
    background-color: #1565c0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.white-div-left {
    background-color: #fff;
    /*margin-right: 20px;
    */
    display: flex;
    width: 100%;
    padding: 1rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.white-div-left p {
    max-width: 134px;
    font-size: 0.563rem;
    margin-top: 0.25rem;
}

.day-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-top: 1rem;
}

.day-circle:hover {
    background-color: #c7e1ffb9;
}

.active-day .day-circle:hover {
    background-color: #1d74d8;
}

.day-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.day-div span {
    font-size: 10px;
    margin-top: 5px;
}

.active-day .day-circle {
    background-color: #1565c0;
    color: #fff;
}

.active-day span {
    font-weight: 700;
}

.chart-2-left {
    background-color: #fff;
    height: 125px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.chart-counter-left {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.chart-2-left p {
    font-size: 30px;
    color: #1565c0;
    margin-bottom: 0 !important;
}

.card-test {
    background-color: #fff;
    width: 30%;
    height: 170px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    margin-top: 15px;
}

.card-test-div {
    flex-wrap: nowrap;
}

.mt-30 {
    margin-top: 30px !important;
}

.card-test span {
    font-size: 14px;
}

.card-test p {
    font-size: 10px;
    color: #a3a0a2;
}

.gray-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: #f3f3f3;
    font-size: 12px;
    padding: 6px 0;
    cursor: pointer;
}

.page-2-white-div {
    width: 90%;
    height: 66px;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    margin-left: 2rem;
    cursor: pointer;
    margin-bottom: 1rem;
}

.blue-rad-btn-3 {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #1565c075;
    display: flex;
    align-items: center;
    justify-content: center;
}

.test-198 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 1rem;
}

.done-div-page-2 {
    width: 90%;
    height: 31px;
    background-color: #f3f3f3;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    margin-left: 2rem;
    cursor: pointer;
    margin-bottom: 1rem;
}

.green-cir {
    width: 4px;
    height: 4px;
    background-color: #00bf66;
    border-radius: 50%;
}

.done-span-1 {
    font-size: 8px;
    color: #a3a0a2;
    margin-right: 12px;
}

.show-more-page-2 {
    background-color: #f3f3f3;
    border-radius: 4px;
    margin-left: 2rem;
    margin-bottom: 1rem;
    font-size: 12px;
    font-weight: 700;
    color: #272725;
    padding: 4px 8px;
}

.scale-svg-2 {
    transform: rotate(-180deg);
}

#sc_svg3,
#sc_svg2,
#sc_svg1 {
    transition: 0.5s all;
}

.onvan-bakhsh {
    margin-top: 0.938rem;
}

.page-two-container {
    width: 100%;
    position: relative;
}

.page-two-sidebar-container {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 10000;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.page-two-sidebar {
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

.page-two-content {
    transition: 0.5s ease;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: none;
}

#closed~.page-two-content {
    width: calc(100vw - 265px);
    right: 245px;
}

#closed.closed~.page-two-content {
    width: calc(100vw - 100px);
    right: 85px;
}

#closed~.page-two-content #container {
    width: 100%;
    margin: auto;
}

/* End Page 2 */

/* Page 3 */
.filters {
    width: 90%;
    min-height: 50px;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30x;
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.no-max-height {
    max-height: 80vh !important;
    white-space: nowrap;
}

.over-auto {
    overflow-x: auto !important;
}

.da-20 {
    width: 20%;
}

tr .d-flex {
    flex-wrap: nowrap;
}

.fill-50 {
    width: 50% !important;
}

.fill-25 {
    width: 25% !important;
}

.dir-ltr {
    direction: ltr;
}

.prof-left-div {
    width: 220px;
    direction: ltr !important;
    height: 65px;
    border-radius: 0 33px 33px 0;
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 33px;
    position: absolute;
    left: -1rem;
    /* top: 20px; */
    /* z-index: 10000; */
}

.prof-left-div img {
    width: 40px;
}

.prof-left-div svg {
    cursor: pointer;
}

.green-circle {
    width: 9px;
    height: 9px;
    background-color: #07ff10;
    border-radius: 50%;
    position: absolute;
    bottom: 2px;
    left: 5px;
}

.red-circle {
    width: 9px;
    height: 9px;
    background-color: #ff1807;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: 0px;
}

.page-3-white-div {
    width: 100%;
    height: 45px;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    margin-left: 1rem;
    cursor: pointer;
    margin-bottom: 1rem;
}

.page-3-white-div span {
    color: #27272569;
    font-size: 14px;
}

.blue-btn {
    width: 90%;
    background-color: #1565c0;
    border-radius: 4px;
    color: #fff;
    padding: 10px 0;
    margin: 20px 0;
    margin-left: 2rem;
}

.cart-div {
    width: 90%;
    height: 200px;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 2rem;
    margin-bottom: 1rem;
    margin-top: 60px;
    padding-top: 50px;
    position: relative;
}

.cart-div img {
    position: absolute;
    top: -40px;
}

.blue-span {
    color: #1565c0;
    font-weight: 700;
    font-size: 20px;
}

.blue-rad-btn {
    font-size: 14px;
    width: 140px;
    height: 42px;
    border-radius: 21px;
    background-color: #1565c0;
    color: #fff;
}

.blue-rad-btn-2 {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.466);
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-three-container {
    width: 100vw;
}

.page-three-sidebar {
    height: 100vh;
    right: 0;
}

.page-three-sidebar-container {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.page-three-content {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    right: none;
    transition: 0.5s ease;
}

#closed~.page-three-content {
    width: calc(100vw - 265px);
    right: 245px;
}

#closed.closed~.page-three-content {
    width: calc(100vw - 100px);
    right: 80px;
}

.page-three-my-custom-table>thead>tr:nth-child(1) {
    background-color: #f3f3f3;
}

.page-three-my-custom-table>tbody>tr:nth-child(odd) {
    background-color: #fff;
}

.page-three-my-custom-table>tbody>tr:nth-child(even) {
    background-color: #f3f3f3;
}

.page-three-prof {
    position: relative;
    left: 0;
}

.page-three-card-custom {
    width: 99%;
    margin: auto;
    /* height: 3.5rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f3;
    border-radius: 4px;
    margin-left: 7%;
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.page-three-content .table-responsive::-webkit-scrollbar {
    width: 3px;
}

.page-three-content .table-responsive::-webkit-scrollbar-track {
    background-color: rgb(186, 186, 186);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.page-three-content .table-responsive::-webkit-scrollbar-thumb {
    background: #397cc9;
    border-radius: 10px;
}

/* End Page 3 */
.mt-55 {
    margin-top: 5.4rem;
}

/* Page 4 */
.page-four-container {
    width: 100vw;
    height: 100vh;
}

.page-four-sidebar-container {
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.page-four-sidebar {
    height: 100vh;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
}

.page-four-content {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: none;
    padding: 0;
    transition: 0.5s ease;
}

#closed~.page-four-content {
    width: calc(100vw - 265px);
    right: 245px;
}

#closed.closed~.page-four-content {
    width: calc(100vw - 80px);
    right: 80px;
}

.page-four-table-custom>thead>tr:nth-child(1) {
    background-color: #f3f3f3;
}

.page-four-table-custom>tbody>tr:nth-child(odd) {
    background-color: #fff;
}

.page-four-table-custom>tbody>tr:nth-child(even) {
    background-color: #f3f3f3;
}

.page-four-card-custom {
    width: 90%;
    margin: auto;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f3;
    border-radius: 4px;
    margin-left: 13%;
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

/* .page-four-content  .table-responsive::-webkit-scrollbar
{
  width: 3px;
}
.page-four-content  .table-responsive::-webkit-scrollbar-track {
  background-color: rgb(186, 186, 186);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.page-four-content  .table-responsive::-webkit-scrollbar-thumb {
  background: #397cc9;
  border-radius: 10px;
} */

/* End Page 4 */

/*  Page 5 */
.page-five-container {
    width: 100vw;
    height: 100vh;
}

.page-five-sidebar-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.page-five-sidebar {
    height: 100vh;
    right: 0;
}

.page-five-content {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    right: none;
    transition: 0.5s ease;
}

#closed~.page-five-content {
    width: calc(100vw - 265px);
    right: 245px;
}

#closed.closed~.page-five-content {
    width: calc(100vw - 100px);
    right: 100px;
}

.page-five-table-custom>thead>tr:nth-child(1) {
    background-color: #f3f3f3;
}

.page-five-table-custom>tbody>tr:nth-child(odd) {
    background-color: #fff;
}

.page-five-table-custom>tbody>tr:nth-child(even) {
    background-color: #f3f3f3;
}

.page-five-card-custom {
    width: 90%;
    margin: auto;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f3;
    border-radius: 4px;
    margin-left: 11%;
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.page-five-content .table-responsive::-webkit-scrollbar {
    width: 3px;
}

.page-five-content .table-responsive::-webkit-scrollbar-track {
    background-color: rgb(186, 186, 186);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.page-five-content .table-responsive::-webkit-scrollbar-thumb {
    background: #397cc9;
    border-radius: 10px;
}

/* End Page 5 */

/* Page 6 */
.left-100 {
    min-height: 100vh;
    width: 100%;
    background-color: #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

/* Stepper */
/* .stepper {
    display: flex;
    flex-direction: column;
    align-items: center;
} */

.step-circle {
    width: 30px;
    height: 30px;
    border: 1px solid #a3a0a2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2.8rem;
    cursor: pointer;
}

.stepper svg {
    margin-top: -20px;
    display: block;
    width: 1rem;
    height: 4.375rem;
}

.stepper .step-span {
    font-size: 14px;
    color: #a3a0a2;
    margin-right: 1rem;
}

.step-active .step-circle {
    border: none;
    background-color: #1565c0;
}

.step-active .step-circle span {
    display: none;
}

.step-active .step-circle svg {
    display: block !important;
    margin-top: 0;
}

.step-active .step-span {
    color: #1565c0;
}

.next-btn .blue-rad-btn-2 {
    position: absolute;
    right: unset !important;
    left: 0 !important;
}

.step-done .step-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #a3a0a2;
}

.step-done .step-circle span {
    display: none;
}

.step-done .step-circle svg {
    display: block !important;
    margin-top: 0;
    transform: rotate(0) !important;
}

.step-done .step-span {
    color: #a3a0a2;
}

.page-six-sidebar-container {
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10000;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.page-six-sidebar {
    right: 0;
}

.page-six-contnet {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: none;
    padding: 0;
    transition: 0.5s ease;
}

#closed~.page-six-contnet {
    width: calc(100vw - 265px);
    right: 245px;
}

#closed.closed~.page-six-contnet {
    width: calc(100vw - 90px);
    right: 70px;
}

/* End Stepper */

.weather-box {
    min-height: 300px;
    width: 100%;
    background-color: #fff;
    padding: 18px 30px;
}

.weather-text span {
    display: block;
    font-size: 12px;
    color: #272725;
}

.weather-text span:nth-child(1) {
    font-size: 16px;
    font-weight: 700;
    color: #272725;
}

.head-weather-img-div {
    display: flex;
    max-height: 85px;
    align-items: center;
}

.head-weather-img-div img {
    width: 83px;
    height: 83px;
}

.head-weather-img-div span {
    font-size: 36px;
    color: #000;
}

.weathers-images {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: auto;
    width: 100%;
    padding: 0 50px;
    direction: ltr;
    margin-top: 1rem;
}

.weathers-images img {
    cursor: pointer;
    max-width: 80px;
}

.weathers-images svg {
    cursor: pointer;
    min-width: 30px;
}

.weathers-images div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 85px;
    font-size: 12px;
    padding: 10px;
    border-radius: 4px;
}

.active-w {
    background-color: #f3f3f3;
}

.weathers-cards-h3 {
    margin-top: 19px;
    /* margin-bottom: 1.5rem; */
    font-size: 1rem;
    font-weight: 700;
    /* margin-right: 5rem; */
}

.weathers-cards {
    justify-content: space-between;
}

.w-card {
    /* margin: 10px; */
    background-color: #f0f0f0;
    border-radius: 4px;
    max-width: 400px;
    padding: 13px 20px;
    width: 30%;
}

.w-card p {
    font-size: 10px;
    color: #a3a0a2;
    margin-top: 1rem;
}

.w-card span {
    font-size: 10px;
}

.w-btn {
    background-color: #dadada;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
}

.w-btn span {
    font-size: 12px;
    color: #a3a0a2;
}

.active-card {
    background-color: #fff;
}

.active-check {
    background-color: #00bf66;
}

.active-check span {
    color: #fff !important;
}

.round {
    position: relative;
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 17px;
    left: 0;
    position: absolute;
    top: 0;
    width: 17px;
    margin-top: 2px;
}

.round label:after {
    border: 2px solid #00bf66;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 4px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked+label {
    background-color: #fff;
    border-color: #fff;
}

.round input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

/* End Page 6 */
select {
    direction: rtl !important;
    display: inline-block;
    text-align: start;
    appearance: auto;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    cursor: default;
    margin: 0em;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    border-radius: 0px;
    cursor: pointer;
}

.form-select {
    background-position: left 0.75rem center;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    background-image: url("./assets/images/arrow.png") !important;
    background-size: auto;
}

.form-select {
    direction: rtl !important;
}

/* Page 7 */

.apexcharts-menu-icon {
    display: none;
}

#SvgjsG1027 {
    background-image: linear-gradient(red, yellow) !important;
    color: #000;
}

.page-7-box {
    padding: 25px 20px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 14px;
}

.apexcharts-datalabels-group {
    transform: translateY(-26px) !important;
}

.apexcharts-datalabels-group text {
    font-size: 14px !important;
}

.apexcharts-radialbar-hollow {
    transform: scale(0.7) translateX(27%) translateY(22%);
}

.pg-7-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.pg-7-head span {
    margin-right: 12px;
}

.pg-7-head button {
    width: 135px;
    height: 31px;
    background-color: #f2f2f2;
    border-radius: 4px;
    text-align: right;
}

.pg-7-head button span {
    margin-right: 12px;
}

.pg-7-head button svg {
    margin-right: 18px;
}

.pg-7-head button:hover {
    background-color: #ebf4ff !important;
}

.pg-7-active {
    background-color: #1565c0 !important;
    color: #fff;
}

.pg-7-active:hover {
    background-color: #2c7bd6 !important;
}

.pg-7-active svg path {
    stroke: #fff;
}

.pg-7-select-div {
    background-color: #f9f9f9;
    border-radius: 4px;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    flex-direction: column;
    row-gap: 1rem;
    padding: 13px 20px;
    width: 100%;
    flex-wrap: wrap;
}

.select-div-sub {
    position: relative;
    width: 100%;
}

.select-div-sub select {
    width: 100% !important;
    height: 39px;
    border-radius: 4px;
    direction: ltr;
}

.clock-div {
    margin-top: 20px;
    background-color: #f9f9f9;
    border-radius: 4px;
    padding: 14px 22px;
    /* width: 150px; */
    width: 20%;
}

.clock-div1 {
    margin-top: 20px;
    background-color: #f9f9f9;
    border-radius: 4px;
    padding: 14px 22px;
    /* width: 150px; */
    width: 25%;
}

.clock-div1 span {
    font-size: 14px;
    font-weight: 700;
}

.clock-div:nth-child(3) {
    flex: 25%;
}

.clock-div p {
    margin-bottom: 0;
}

.w-193 {
    width: 220px;
    padding: 14px 42px;
}

.clock-div span {
    font-size: 14px;
    font-weight: 700;
}

.clock-btn {
    width: 1.5rem;
    height: 80px;
    border-radius: 27px;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.clock-btn svg {
    cursor: pointer;
}

.clock-white-circle {
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    padding-top: 10px;
    line-height: 1.2;
    padding-bottom: 10px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 14px;
    color: #000;
}

.rot-90 {
    transform: rotate(90deg);
    height: 10px !important;
}

.pg-7-left-divs {
    justify-content: space-between;
}

.pg-7-chart-div {
    height: 100%;
    border-radius: 4px;
    background-color: #f9f9f9;
    padding: 17px 35px;

}

.ch-div-f-s {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 1rem;
    background-color: #f9f9f9;
}

.blue-s {
    width: 100%;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    color: #1565c0;
    margin-top: 10px;
    display: inline-block;
}

.w-60 {
    width: 60%;
}

.pg-7-left-div {
    background-color: #f9f9f9;
    border-radius: 4px;
    padding: 1rem;
    font-size: 14px;
    width: 100%;
    /* margin-right: 22px; */
}

.pg-7-left-div span {
    font-size: 16px;
}

.pg-7-left-divs {
    display: flex;
}

.left-divs-num {
    color: #a3a0a2;
}

.pg-7-left-divs-2 {
    display: flex;
    margin-top: 30px;
}

.mr-80 {
    margin-right: 80px;
}

.pg-7-inp-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-right: 22px; */
    margin-top: 20px;
}

.pg-7-inp-box input {
    background-color: #f9f9f9;
    padding: 9px 15px;
    width: 80%;
    border-radius: 4px;
}

.pg-7-inp-box button {
    background-color: #1565c0;
    width: 20%;
    padding: 9px 15px;
    border-radius: 4px;
    color: #fff;
}

.select-div-sub-2 {
    width: 100%;
}

.select-div-sub-2 select {
    width: 100% !important;
    height: 39px;
    border-radius: 4px;
    direction: ltr;
}

.select-div-sub-3 {
    width: 100%;
}

.select-div-sub-3 select {
    margin: 0 !important;
    width: 100% !important;
    height: 39px;
    border-radius: 4px;
    direction: ltr;
}

.select-div-sub-4 {
    width: 100%;
}

.select-div-sub-4 input {
    width: 100% !important;
    height: 39px;
    border-radius: 4px;
    direction: ltr;
    background-color: #fff;
}

#pg_seven_tab_one>div:nth-child(2) {
    width: 100%;
}

#pg_seven_tab_one>div:nth-child(3) {
    width: 100%;
}

#pg_seven_tab_one>div:nth-child(3)> :first-child {
    width: 30%;
}

#pg_seven_tab_one>div:nth-child(3)> :last-child {
    width: 70%;
}

.pg-7-left-div span {
    padding: 0 !important;
}

.page-seven-sidebar-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.page-seven-sidebar {
    right: 0;
}

.page-seven-content {
    position: relative;
    right: none;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    transition: 0.5s ease;
}

#closed~.page-seven-content {
    width: calc(100vw - 265px);
    right: 245px;
}

#closed.closed~.page-seven-content {
    width: calc(100vw - 90px);
    right: 70px;
}

.apexcharts-radialbar-hollow {
    transform: scale(0.7) translateX(12%) translateY(20%);
}

/* End Page 7 */

/* Pgae 8 */
.btn-working button:hover {
    color: #27272569;
    background-color: #1e7fee;
    color: #fff;
}

.btn-working button:hover svg path {
    fill: #fff;
}

.calendar {
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    height: 236px;
    position: relative;
}

.calendar img {
    width: 100%;
    max-width: 396px;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.characters {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.character-box {
    display: flex;
    width: 49%;
}

.character-box-right {
    border-radius: 0 8px 8px 0;
    background-color: #f3f3f3;
    height: 57px;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 15px;
}

.character-box-right span:nth-child(1) {
    font-size: 19px;
}

.character-box-right span:nth-child(2) {
    font-size: 12px;
    color: #a3a0a2;
}

.character-box-left {
    width: 70%;
    height: 57px;
    border-radius: 8px 0 0 8px;
    background-color: #fff;
    padding: 8px 1rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.date-div-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #717171;
    border-radius: 11px;
    padding: 3px 10px;
    color: #fff;
}

.date-div-1 span {
    margin: 0 10px;
}

.circle-character {
    width: 22px;
    height: 22px;
    background-color: #de9700;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}

.select-div-sub-2 select {
    width: 100%;
    height: 39px;
    border-radius: 4px;
    direction: ltr;
    font-size: 14px;
}

.select-div-page-8 {
    width: 20%;
    height: 39px;
    border-radius: 4px;
    direction: rtl;
}

.select-div-page-8 select {
    color: #a3a0a2;
}

.working-hours {
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    padding: 25px 20px;
    font-size: 14px;
}

.working-hour-1 {
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    row-gap: 0.2rem;
    position: relative;
}

.working-hours-1 {
    position: relative;
}

.working-hours-1-item {
    width: 20%;
    height: 39px;
    position: relative;
}

.working-hours-1-item input {
    width: 100%;
    height: 39px;
    border: 1px solid #dadada;
    padding: 0 15px;
    border-radius: 4px;
}

.workink-h-top {
    position: absolute;
    top: -14px;
    right: 7px;
    color: #dadada;
    background-color: #fff;
    padding-right: 5px;
    padding-left: 5px;
}

.description {
    position: relative;
    width: 30%;
}

.description input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #dadada;
    padding: 0 15px;
    border: 1px solid #dadada;
    height: 39px;
}

.description span:nth-child(1) {
    position: absolute;
    right: -5px;
    top: -14px;
    color: #dadada;
    background-color: #fff;
    padding-right: 5px;
    padding-left: 5px;
    right: 10px;
}

.remove {
    width: 5%;
    height: 40px;
    background-color: #eaeaea;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* .remove{
    width: 100% !important;
} */

.remove:hover {
    background-color: #ffffff;
    border: 1px solid #1565c0;
}

.remove:hover svg path {
    stroke: #1565c0;
}

.btn-working {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-working button {
    padding: 5px 15px;
    border-radius: 4px;
    color: #27272569;
    cursor: pointer;
}

.btn-working button:nth-child(2) {
    padding: 5px 35px;
    background-color: #1565c0;
    color: #fff;
    cursor: pointer;
}

.page-eight-container {
    height: 100vh;
}

.page-eight-sidebar-container {
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.page-eight-sidebar {
    right: 0;
    height: 100%;
}

.page-eight-content {
    /* height: 100%; */
    position: relative;
    bottom: 0;
    left: 0;
    top: 0;
    right: auto;
    padding: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

#closed~.page-eight-content {
    width: calc(100vw - 265px);
    right: 245px;
}

#closed.closed~.page-eight-content {
    width: calc(100vw - 80px);
    right: 80px;
}

/* End Pgae 8 */

/* Page 9 */

/* CAROUSEL */
.items {
    height: 265px;
    margin-top: -1rem;
}

.items .item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 156px;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    transition: all 300ms ease-in-out;
    z-index: -1;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 17px;
    font-size: 13px;
}

.item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.item.active {
    opacity: 1;
    z-index: 99;
    box-shadow: 0px 0px 105px -35px rgba(0, 0, 0, 0.75);
}

.item.prev {
    z-index: 2;
    opacity: 0.25;
    transform: translate(-225%, -50%);
}

.item.next {
    z-index: 2;
    opacity: 0.25;
    transform: translate(125%, -50%);
}

.items .button-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    z-index: 100;
}

.button-container .button {
    color: #fff !important;
    font-size: 32px;
    cursor: pointer;
    position: relative;
    opacity: 0.75;
    transition: all 300ms ease-in-out;
}

.button-container .button:hover {
    opacity: 1;
}

.button-container .button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: #f2f2f2;
    border-radius: 50%;
    z-index: -99;
}

.button-container .button:nth-child(1) {
    float: left;
}

.button-container .button:nth-child(2) {
    float: right;
}

/* End CAROUSEL */
/* Range */

/* End Range */
.pg-9-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pg-9-btns button:first-child {
    width: 78px;
    height: 31px;
    border-radius: 4px;
    color: #2727256c;
    font-size: 14px;
    margin-top: 25px;
}

.pg-9-btns button:first-child:hover {
    background-color: #268bff;
    color: #fff;
}

.pg-9-btns button:first-child:hover svg path {
    fill: #fff;
}

.pg-9-btns button:last-child {
    width: 104px;
    height: 31px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    background-color: #1565c0;
    margin-top: 25px;
}

.pg-9-form {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
}

.full-name {
    position: relative;
    width: 30%;
}

.full-name input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #dadada;
    padding: 0 15px;
    border: 1px solid #dadada;
    height: 39px;
}

.full-name span:nth-child(1) {
    position: absolute;
    right: -5px;
    top: -10px;
    color: #dadada;
    background-color: #fff;
    padding-right: 5px;
    padding-left: 5px;
    right: 10px;
    font-size: 12px;
}

.pg-9-form-inp-1 {
    position: relative;
    width: 20%;
}

.pg-9-form-inp-1 input {
    width: 100%;
    height: 39px;
    border: 1px solid #dadada;
    padding: 0 15px;
    border-radius: 4px;
}

.pg-9-form input::placeholder {
    color: #2727255e;
}

.pg-9-form-inp-1 span {
    position: absolute;
    top: -9px;
    right: 7px;
    color: #dadada;
    background-color: #fff;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
}

.page-nine-container {
    height: 100vh;
}

.page-nine-sidebar-container {
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.page-nine-sidebar {
    right: 0;
    height: 100%;
}

.page-nine-content {
    /* height: 100%; */
    position: relative;
    bottom: 0;
    left: 0;
    top: 0;
    right: auto;
    padding: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

#closed~.page-nine-content {
    width: calc(100vw - 285px);
    right: 285px;
}

#closed.closed~.page-nine-content {
    width: calc(100vw - 80px);
    right: 80px;
}

/* Page 9 */

/* Page 10 */
.accordion {
    direction: ltr;
}

.accordion-item {
    border-radius: 4px;
}

.accordion-header button {
    background-color: #f3f3f3;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f3f3f3;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-body {
    padding: 20px;
    direction: rtl;
}

.comment {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comment input {
    height: 40px;
    padding: 10px 14px;
    border-radius: 4px;
    border: 1px solid #dadada;
    width: 69%;
}

.comment select {
    height: 40px;
}

.w-30 {
    width: 29%;
}

.pg-10-div-rel {
    position: relative;
    border-radius: 4px;
    border: 1px solid #dadada;
    padding: 17px;
}

.pg-10-div-rel p {
    display: block;
    color: #27272570;
    margin-bottom: 5px;
    margin-top: 5px;
    display: flex;
}

.pg-10-div-rel input[type="text"] {
    border-bottom: 1px solid #eee;
    width: 90%;
}

.pg-10-div-rel input[type="text"]::placeholder {
    color: #27272570;
}

.pg-10-div-rel label {
    color: #27272570;
}

.to-top-1 {
    position: absolute;
    top: -20px;
    background-color: #fff;
    padding: 0 8px;
}

.circle-to-top {
    position: absolute;
    top: -13px;
    width: 25px;
    height: 25px;
    left: 16px;
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.accordion-body button {
    background-color: #1565c0;
    height: 30px;
    width: 100px;
    border-radius: 4px;
    color: #fff;
    margin-top: 73px;
}

.slider-container .security {
    color: #a3a0a2;
    display: inline-block;
    margin-bottom: 10px;
}

.des-word {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.decription-2 {
    width: 49%;
    border: 1px solid #dadada;
    border-radius: 4px;
}

.decription-2 input {
    width: 100%;
    padding: 8px 14px;
    font-size: 14px;
    color: #a3a0a2;
}

.pg-10-cards {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pg-10-card {
    background-color: #f9f9f9;
    width: 33%;
    height: 174px;
    border-radius: 4px;
    padding: 18px;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.pg-10-card>span {
    font-weight: bold;
    margin-right: 7px;
    font-size: 1rem;
}

.pg-10-card textarea {
    display: block;
    resize: none;
    width: 100%;
    padding: 0;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dadada;
    font-size: 10px;
    padding: 7px 7px 40px 7px;
    outline: none;
    font-size: 0.8rem;
}

.pg-10-card textarea::placeholder {
    position: absolute;
    top: 7px;
    right: 7px;
}

.pg-10-card button {
    width: 100%;
    height: 25px;
    background-color: #f3f3f3;
    border-radius: 4px;
    margin-top: 7px !important;
}

.page-ten-sidebar-container {
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.page-ten-sidebar {
    right: 0;
    height: 100%;
}

.page-ten-content {
    /* height: 100%; */
    position: relative;
    bottom: 0;
    left: 0;
    top: 0;
    right: auto;
    padding: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

#closed~.page-ten-content {
    width: calc(100vw - 265px);
    right: 245px;
}

#closed.closed~.page-ten-content {
    width: calc(100vw - 100px);
    right: 80px;
}

@media (max-width: 1200px) {

    .accordion-body,
    .form-select {
        font-size: 13px;
    }

    /* .decription-2 {
    width: 250px;
  } */
}

@media (max-width: 1085px) and (min-width: 1025px) {}

@media (max-width: 768px) {
    .blue-div-right {
        padding: 1rem 0;
    }

    .white-div-left {
        background-color: #fff;
        display: flex;
        margin-top: 1rem;
        padding: 1rem;
        padding-top: 1rem;
        width: 100%;
    }

    .accordion-body button {
        margin-top: 0px;
    }

    .accordion-body,
    .form-select {
        font-size: 13px;
    }

    .comment {
        flex-direction: column;
    }

    .comment select {
        margin-top: 1rem;
        width: 100%;
    }

    .comment input {
        width: 100%;
    }

    .des-word {
        flex-wrap: wrap;
    }

    .decription-2 {
        width: 100%;
        margin-bottom: 1rem;
    }

    .pg-10-card {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .pg-10-card textarea {
        width: 100% !important;
        max-width: 100%;
    }

    .pg-10-card button {
        width: 100%;
    }
}

/* End Page 10 */
/* Page 11 */

.table> :not(:first-child) {
    border-top: none;
}

.table {
    --bs-table-striped-bg: #fbfbfb;
}

.table tr:hover {
    opacity: 0.8;
    cursor: default;
}

.show-more-td {
    cursor: pointer;
    width: 100%;
    height: 33px;
    border-radius: 4px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
    padding-left: 10px;
    color: #c3c1c2;
}

.show-more-td:hover {
    background-color: #1565c0;
    color: #fff;
}

.show-more-td:hover svg path {
    stroke: #fff;
}


.show-more-td-disabled {
    cursor: pointer;
    width: 100%;
    height: 33px;
    border-radius: 4px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
    padding-left: 10px;
    color: #c3c1c2;
}

.table td {
    vertical-align: middle;
    text-align: center;
}

.max-h-260 {
    max-height: 260px !important;
    overflow: auto;
    margin-bottom: 0 !important;
}

.pg-11-form {
    width: 100%;
    border-radius: 8px;
}

.form-h {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
}

.form-h span:nth-child(1) {
    color: #272725;
    font-size: 18px;
}

.form-h span:nth-child(2) {
    color: #000;
    font-size: 14px;
}

.form-body-pg-11 {
    background-color: #fff;
    padding: 14px 14px;
}

.pg-11-form .form-h {
    background-color: #f2f2f2;
    height: 67px;
    border-radius: 8px 8px 0 0;
}

.pg-11-form {
    direction: rtl !important;
}

.description input::placeholder {
    color: #27272569;
}

.new-wh input::placeholder {
    color: #27272569;
}

.foot-form-pg-11 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add-upload {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
}

.foot-form-pg-11 button {
    background-color: #1565c0;
    width: 145px;
    height: 50px;
    color: #fff;
    border-radius: 4px;
}

.add-form-11 {
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    border-radius: 4px;
    background-color: #eaeaea;
    cursor: pointer;
}

.add-form-11:hover,
.upload-form-11:hover,
.form-img-11:hover {
    background-color: #fff;
    border: 1px solid #1565c0;
}

.add-form-11:hover svg path {
    fill: #1565c0;
}

.form-img-11:hover svg path,
.upload-form-11:hover svg path {
    stroke: #1565c0;
}

.form-img-11 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid #dadada;
    border-radius: 4px;
    cursor: pointer;
}

.upload-form-11 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid #dadada;
    border-radius: 4px;
    cursor: pointer;
}

.head-form-2 {
    background-color: #f2f2f2;
    height: 67px;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    direction: rtl;
    justify-content: space-between;
    border-radius: 4px 4px 0 0;
}

.head-form-2 span {
    color: #272725;
    font-size: 18px;
}

.name-form-11 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.name-form-11>.select-div-sub-11 {
    width: 10rem;
}

.select-div-sub-11 {
    width: 35%;
}

.select-div-sub-11 select {
    width: 100%;
    height: 39px;
    border-radius: 4px;
    border: 1px solid #dadada;
    direction: ltr;
    font-size: 14px;
}

.form-body-2 {
    background-color: #fff;
    padding: 20px 14px;
}

.form-body-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: rtl;
    margin-bottom: 20px !important;
    flex-wrap: wrap;
    width: 100%;
}

.body-form-pg-11 {
    max-height: 300px;
    overflow: auto;
}

.pg-11-form-inp-1 {
    position: relative;
    width: 15%;
}

.pg-11-form-inp-1:nth-child(3) {
    width: 7%;
}

.pg-11-form-inp-1:nth-child(4) {
    width: 19%;
}

.pg-11-form-inp-1 input {
    width: 100%;
    height: 39px;
    border: 1px solid #dadada;
    padding-right: 8px;
    border-radius: 4px;
}

.pg-11-form input::placeholder {
    color: #2727255e;
}

.pg-11-form-inp-1 span {
    position: absolute;
    top: -9px;
    right: 7px;
    color: #dadada;
    background-color: #fff;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
}

.border-buttom-form {
    width: 100%;
    padding: 2px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.bor-but-f {
    width: 100%;
    height: 3px;
    background-color: #dadada;
}

.dir-footer {
    direction: rtl;
}

.page-eleven-sidebar-container {
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.page-eleven-sidebar {
    right: 0;
    height: 100%;
}

.page-eleven-content {
    position: relative;
    bottom: 0;
    left: 0;
    top: 0;
    right: auto;
    padding: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

#closed~.page-eleven-content {
    width: calc(100vw - 265px);
    right: 245px;
}

#closed.closed~.page-eleven-content {
    width: calc(100vw - 80px);
    right: 80px;
}

/* End Page 11 */

/* Page 12*/
.top-table-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.bg-table-pg-12 {
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 8px;
}

.table-pg-12 {
    max-height: 350px !important;
    overflow: auto;
}

.under-table-pg-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-under-table-pg-12 span {
    font-size: 18px;
}

.title-under-table-pg-12 span:nth-child(1) {
    margin-left: 120px;
}

.title-under-table-pg-12 span:nth-child(2) {
    margin-left: 65px;
}

.btn-pg-12 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.btn-pg-12 button {
    background-color: #1565c0;
    width: 145px;
    height: 45px;
    color: #fff;
    border-radius: 4px;
    margin-top: 20px;
}

.under-table-select input {
    width: 145px;
}

.page-tweleve-container {
    height: 100vh;
}

.page-tweleve-sidebar-container {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.page-tweleve-sidebar {
    right: 0;
    height: 100%;
}

.page-tweleve-content {
    height: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    top: 0;
    right: auto;
    padding: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

#closed~.page-tweleve-content {
    width: calc(100vw - 245px);
    right: 245px;
}

#closed.closed~.page-tweleve-content {
    width: calc(100vw - 80px);
    right: 80px;
}

/*End Page 12*/

/* Page 13 */

.head-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px !important;
}

.btn-head {
    background-color: #2d75c7;
    font-size: 16px;
    border-radius: 4px;
    width: 145px;
    height: 45px;
    color: #fff;
    text-align: right;
    padding-right: 20px;
}

.cards {
    background-color: #fff;
    margin-top: 30px;
    border-radius: 4px;
    padding: 10px 20px;
    max-height: 100vh;
    overflow: scroll;
    display: flex;

    column-gap: 0.8rem;
}

.card {
    width: 18%;
    height: auto;
    background-color: #f3f3f3;
    border-radius: 4px;
    padding: 10px;
    justify-content: center;
    margin-bottom: 20px;
}

.card p {
    font-size: 12px;
    font-weight: 700;
    color: #2d75c7;
    margin-top: 5px;
}

.clock-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.clock-card span {
    font-size: 10px;
    color: #272725;
}

.page-thirteen-sidebar-container {
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.page-thirteen-sidebar {
    right: 0;
    height: 100%;
}

.page-thirteen-content {
    height: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    top: 0;
    right: auto;
    padding: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

#closed~.page-thirteen-content {
    width: calc(100vw - 265px);
    right: 245px;
}

#closed.closed~.page-thirteen-content {
    width: calc(100vw - 105px);
    right: 95px;
}

/* End Page 13 */

/*Start Page 14*/
.page-fourteen-container {
    width: 100% !important;
}

.page-fourteen-sidebar-container {
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.page-fourteen-sidebar {
    right: 0;
    height: 100%;
}

.page-fourteen-content {
    /* height: 100%; */
    position: relative;
    bottom: 0;
    left: 0;
    top: 0;
    right: auto;
    padding: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    background-color: #ededed;
}

#closed~.page-fourteen-content {
    width: calc(100vw - 265px);
    right: 245px;
}

#closed.closed~.page-fourteen-content {
    width: calc(100vw - 100px);
    right: 80px;
}

.page-fourteen-content-section-one,
.page-fourteen-content-section-two,
.page-fourteen-content-section-three {
    width: 100%;
    height: 100vh;
}

.page-fourteen-content-section-one {
    background-color: #ededed;
    padding: 1rem;
}

.page-fourteen-topbar {
    height: 4rem;
}

.page-fourteen-content-section-one>.row:nth-child(2) {
    height: calc(100vh - 9rem);
    margin-top: 2rem !important;
}

.page-fourteen-s1-right,
.page-fourteen-s1-left {
    height: 100%;
}

.page-fourteen-s1-right-content {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    padding: 2rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.page-fourteen-content-section-three {
    background-color: aquamarine;
}

.left-3 {
    left: -3rem !important;
}

.page-fourteen-s1-right {
    display: flex;
    align-items: center;
}

.bubble-table {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 90%;
    width: 100%;
    border-collapse: collapse;
}

.bubble-table::-webkit-scrollbar {
    width: 3px;
}

.bubble-table::-webkit-scrollbar-track {
    background-color: rgb(186, 186, 186);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.bubble-table::-webkit-scrollbar-thumb {
    background: #397cc9;
    border-radius: 10px;
}

.bubble-table thead,
.bubble-table tbody {
    width: 100%;
}

.bubble-table thead tr:first-child {
    background-color: #f3f3f3;
}

.bubble-table tbody tr:nth-child(even) {
    background-color: #f3f3f3;
}

.page-fourteen-s1-bubble-table {
    width: 50%;
}

.bubble-table tr {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px;
}

.bubble-table td,
.bubble-table th {
    width: 33.33%;
    text-align: center;
    font-size: 0.8rem;
}

.bubble-table>tbody>tr>td.table-circle {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: rgb(228, 45, 45);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    right: 16px;
}

.page-fourteen-s1-bubble-chart {
    width: 50%;
    height: 100%;
    padding: 2rem;
}

.page-fourteen-s1-left {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.column-chart-discribtion {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.column-chart-discribtion>small {
    font-size: 0.7rem;
    color: rgb(0, 0, 0);
}

.page-fourteen-content-section-two {
    background-color: #ededed;
    padding: 2rem;
}

.page-fourteen-content-section-two>.row:first-child {
    background-color: #fff;
    padding: 2rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.page-fourteen-content-section-three {
    background-color: #ededed;
    padding: 1rem;
}

.column-chart-2 {
    background-color: #fff;
    border-radius: 10px;
    padding: 1rem 2rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.column-two-status {
    width: 100%;
    height: 2.5rem;
    margin: 20px 0;
}

.column-two-status-button {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1rem;
    background-color: #1666bf;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.column-two-options {
    width: 100%;
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-around;
}

.column-two-option-item {
    display: block;
    height: 2.5rem;
    width: 48%;
    margin: 7px 0;
    background-color: #fff;
    font-size: 1rem;
    color: #ababab;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.circle-chart {
    background-color: #fff;
    border-radius: 10px;
    padding: 1rem 2rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

/*End page 14*/
/*Start Page Fifteen*/
.page-fifteen-container {
    width: 100vw !important;
}

.page-fifteen-sidebar-container {
    position: fixed;
    height: 100vh;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.page-fifteen-sidebar {
    right: 0;
    height: 100%;
}

.page-fifteen-content {
    /* height:500px; */
    position: relative;
    bottom: 0;
    left: 0;
    top: 0;
    right: auto;
    padding: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.page-fifteen-topbar {
    margin-top: 1rem;
}

#closed~.page-fifteen-content {
    width: calc(100vw - 245px);
    right: 245px;
}

#closed.closed~.page-fifteen-content {
    width: calc(100vw - 80px);
    right: 80px;
}

.page-fifteen-setion {
    width: 100%;

    border-radius: 6px;
    padding: 2rem;
    background-color: #fff;
}

.pg-15-column-chart-discribtion {
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.pg-15-column-chart-discribtion>small {
    font-size: 1rem;
}

/*End Page Fifteen*/

/*Start Page Sixteen*/
.page-sixteen-container {
    width: 100vw !important;
}

.page-sixteen-sidebar-container {
    position: fixed;
    height: 100vh;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.page-sixteen-sidebar {
    right: 0;
    height: 100%;
}

.page-sixteen-content {
    position: relative;
    bottom: 0;
    left: 0;
    top: 0;
    right: auto;
    padding: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.page-sixteen-topbar {
    margin-top: 1rem;
}

#closed~.page-sixteen-content {
    width: calc(100vw - 245px);
    right: 245px;
}

#closed.closed~.page-sixteen-content {
    width: calc(100vw - 80px);
    right: 80px;
}

.page-sixteen-chart-section>h2 {
    font-size: 1.2rem;
}

#pg-16-col-chart {
    margin-top: 1rem;
    width: 100%;
    padding: 1rem;
    border-radius: 5px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.pg-16-table-container {
    width: 100%;
    padding: 1rem;
    margin-top: 2rem;
    height: 200px;
    overflow-y: scroll;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.pg-16-table-container::-webkit-scrollbar {
    width: 3px;
}

.pg-16-table-container::-webkit-scrollbar-track {
    background-color: rgb(186, 186, 186);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.pg-16-table-container::-webkit-scrollbar-thumb {
    background: #397cc9;
    border-radius: 10px;
}

.pg-16-inner-table {
    width: 100%;
    padding: 1rem;
    height: 100%;
    overflow: hidden;
}

:is(.pg-16-inner-table) td,
:is(.pg-16-inner-table) th {
    width: 28%;
    padding: 0.5rem;
}

.pg-16-inner-table thead tr th:first-child,
.pg-16-inner-table tbody tr td:first-child {
    width: 10%;
}

.pg-16-inner-table thead tr th {
    font-size: 0.8rem;
}

.pg-16-inner-table tbody tr td {
    font-size: 0.8rem;
}

.pg-16-inner-table thead {
    width: 100%;
    height: 20%;
}

.pg-16-inner-table thead tr {
    width: 100%;
    background-color: #efefef;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.pg-16-inner-table tbody {
    width: 100%;
    height: 80%;
}

.pg-16-inner-table tbody tr:nth-child(even) {
    background-color: #efefef;
}

/*End Page Sixteen*/

/*Start Page seventeen*/
.page-seventeen-container {
    width: 100vw !important;
}

.page-seventeen-sidebar-container {
    position: fixed;
    height: 100vh;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.page-seventeen-sidebar {
    right: 0;
    height: 100%;
}

.page-seventeen-content {
    position: relative;
    bottom: 0;
    left: 0;
    top: 0;
    right: auto;
    padding: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.page-seventeen-topbar {
    margin-top: 1rem;
}

#closed~.page-seventeen-content {
    width: calc(100vw - 265px);
    right: 245px;
}

#closed.closed~.page-seventeen-content {
    width: calc(100vw - 100px);
    right: 80px;
}

.pg-17-main-section {
    width: 95%;
    padding: 1.4rem 0;
    border-radius: 10px;
    background-color: #fff;
    margin: auto !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.pg-17-button-containers {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    align-items: center;
    row-gap: 1rem;
}

.pg-17-custom-btn {
    width: 80%;
    justify-content: space-around;
    height: 45px;
    -webkit-box-shadow: 0px 6px 20px 6px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 6px 20px 6px rgba(0, 0, 0, 0.04);
    font-size: 0.8rem;
}

.pg-17-custom-btn>svg {
    width: 20%;
}

.pg-17-custom-btn>span {
    width: 80%;
}

#pg-17-circle-char {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*End Page seventeen*/

/*Start Page Eighteen*/
.page-eighteen-container {
    width: 100vw !important;
}

.page-eighteen-sidebar-container {
    position: fixed;
    height: 100vh;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.page-eighteen-sidebar {
    right: 0;
    height: 100%;
}

.page-eighteen-content {
    position: relative;
    bottom: 0;
    left: 0;
    top: 0;
    right: auto;
    padding: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.page-eighteen-topbar {
    margin-top: 1rem;
}

#closed~.page-eighteen-content {
    width: calc(100vw - 265px);
    right: 245px;
}

#closed.closed~.page-eighteen-content {
    width: calc(100vw - 100px);
    right: 80px;
}

.cache-flow-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cache-flow-title>p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.chart-info {
    width: 6rem;
    height: 3rem;
    border-radius: 4px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.chart-info>svg {
    fill: #000;
}

.chart-info>span {
    font-size: 0.9rem;
}

#cache-flow-chart {
    width: 100%;
    height: calc(100vh - 20vh);
}

/*End Page Eighteen*/

/*Start Page Nineteen*/
.page-nineteen-container {
    width: 100vw !important;
}

.page-nineteen-sidebar-container {
    position: fixed;
    height: 100vh;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.page-nineteen-sidebar {
    right: 0;
    height: 100%;
}

.page-nineteen-content {
    position: relative;
    bottom: 0;
    left: 0;
    top: 0;
    right: auto;
    padding: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.page-nineteen-topbar {
    margin-top: 1rem;
}

#closed~.page-nineteen-content {
    width: calc(100vw - 245px);
    right: 245px;
}

#closed.closed~.page-nineteen-content {
    width: calc(100vw - 80px);
    right: 80px;
}

.pg-19-right-container,
.pg-19-left-container {
    width: 100%;
    height: calc(100vh - 15vh);
    margin-top: 0.7rem;
    padding: 1rem;
}

.pg-19-right-container>p {
    font-size: 1.2rem;
}

.pg-19-table-circle-container {
    width: 100%;
    padding: 0.7rem;
    overflow: hidden;
    background-color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin-top: 1rem;
}

.pg-19-circle-table {
    width: 90%;
    margin: auto;
    height: 130px;

    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.pg-19-circle-table::-webkit-scrollbar {
    width: 3px;
}

.pg-19-circle-table::-webkit-scrollbar-track {
    background-color: rgb(186, 186, 186);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.pg-19-circle-table::-webkit-scrollbar-thumb {
    background: #397cc9;
    border-radius: 10px;
}

.table-circle-row {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0.7rem;
    column-gap: 1rem;
}

.table-title {
    width: 80%;
    font-size: 0.8rem;
    color: #000;
}

.table-icon {
    display: block;
    width: 20px;
    height: 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.table-green {
    background-color: #00bf66;
}

.table-red {
    background-color: crimson;
}

.table-orange {
    background-color: rgb(255, 136, 89);
}

.table-purple {
    background-color: rgb(202, 0, 202);
}

.table-result {
    width: 10%;
    font-size: 0.8rem;
    color: rgb(133, 133, 133);
}

.pg-19-left-table-one>p {
    font-size: 1.2rem;
}

.pg-19-option-table {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pg-19-option-table>p {
    font-size: 1.2rem;
}

.pg-19-option-table>.form-select {
    width: 40%;
}

.pg-19-table-container {
    width: 100%;
    padding: 1rem;
    margin-top: 1rem;
    height: 190px;
    overflow-y: scroll;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.pg-19-table-container::-webkit-scrollbar {
    width: 3px;
}

.pg-19-table-container::-webkit-scrollbar-track {
    background-color: rgb(186, 186, 186);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.pg-19-table-container::-webkit-scrollbar-thumb {
    background: #397cc9;
    border-radius: 10px;
}

.pg-19-inner-table {
    width: 100%;
    padding: 1rem;
    height: 180;
    overflow: hidden;
}

.pg-19-inner-table td,
.pg-19-inner-table th {
    width: 28%;
    padding: 0.5rem;
}

.pg-19-inner-table thead tr th:first-child,
.pg-19-inner-table tbody tr td:first-child {
    width: 10%;
}

.pg-19-inner-table thead tr th {
    font-size: 0.7rem;
}

.pg-19-inner-table tbody tr td {
    font-size: 0.8rem;
}

.pg-19-inner-table thead {
    width: 100%;
    height: 20%;
}

.pg-19-inner-table thead tr {
    width: 100%;
    background-color: #efefef;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.pg-19-inner-table tbody {
    width: 100%;
    height: 80%;
}

.pg-19-inner-table tbody tr:nth-child(even) {
    background-color: #efefef;
}

/*End Page Nineteen*/

/*Start Page Twenty*/
.page-twenty-container {
    width: 100vw !important;
    margin: auto;
}

.page-twenty-sidebar-container {
    position: fixed;
    height: 100vh;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.page-twenty-sidebar {
    right: 0;
    height: 100%;
}

.page-twenty-content {
    position: relative;
    bottom: 0;
    left: 0;
    top: 0;
    right: auto;
    padding: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.page-twenty-topbar {
    margin-top: 1rem;
}

#closed~.page-twenty-content {
    width: calc(100vw - 245px);
    right: 245px;
}

#closed.closed~.page-twenty-content {
    width: calc(100vw - 80px);
    right: 80px;
}

#pg-20-col-chart {
    margin-top: 1rem;
    width: 100%;
    padding: 1rem;
    border-radius: 5px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.pg-20-table-container {
    width: 100%;
    padding: 1rem;
    margin-top: 2rem;
    height: 200px;
    overflow-y: scroll;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.pg-20-table-container::-webkit-scrollbar {
    width: 3px;
}

.pg-20-table-container::-webkit-scrollbar-track {
    background-color: rgb(186, 186, 186);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.pg-20-table-container::-webkit-scrollbar-thumb {
    background: #397cc9;
    border-radius: 10px;
}

.pg-20-inner-table {
    width: 100%;
    padding: 1rem;
    height: 100%;
    overflow: hidden;
}

.pg-20-inner-table tbody tr:nth-child(even) {
    background-color: #f3f3f3;
}

.pg-20-inner-table td,
.pg-20-inner-table th {
    width: 80%;
    padding: 0.5rem;
}

.pg-20-inner-table thead tr th:first-child,
.pg-20-inner-table tbody tr td:first-child {
    width: 8%;
}

.pg-20-inner-table thead tr th:last-child,
.pg-20-inner-table tbody tr td:last-child {
    width: 30%;
    text-align: center;
}

.pg-20-inner-table thead tr th {
    font-size: 0.9rem;
    text-align: right;
}

.pg-20-inner-table tbody tr td {
    text-align: right;
    font-size: 0.8rem;
}

.pg-20-inner-table thead {
    width: 100%;
    height: 20%;
}

.pg-20-inner-table thead tr {
    width: 100%;
    background-color: #efefef;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.pg-20-inner-table tbody {
    width: 100%;
    height: 80%;
}

/*End Page Twenty*/
/*Start Page Twenty One*/

.page-twenty-one-container {
    width: 100vw !important;
    margin: auto;
}

.page-twenty-one-sidebar-container {
    position: fixed;
    height: 100vh;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.page-twenty-one-sidebar {
    right: 0;
    height: 100%;
}

.page-twenty-one-content {
    position: relative;
    bottom: 0;
    left: 0;
    top: 0;
    right: auto;
    padding: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.page-twenty-one-topbar {
    margin-top: 1rem;
}

#closed~.page-twenty-one-content {
    width: calc(100vw - 265px);
    right: 245px;
}

#closed.closed~.page-twenty-one-content {
    width: calc(100vw - 100px);
    right: 80px;
}

.page-twenty-one-content>.row:nth-child(3) {
    margin-top: 2rem !important;
}

.pg-21-order-table-container,
.pg-21-order-table-two-container {
    width: 100%;
    height: 300px;
    padding: 1rem;
    overflow-y: scroll;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.page-twenty-one-content>.row:nth-child(2) {
    margin-top: 1rem !important;
    padding: 0 1rem;
}

.pg-21-tree-map-chart {
    padding: 1rem;
    border-radius: 10px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.pg-21-order-table-two-container {
    height: 500px;
}

.pg-21-order-table-container::-webkit-scrollbar,
.pg-21-order-table-two-container::-webkit-scrollbar {
    width: 3px;
}

.pg-21-order-table-container::-webkit-scrollbar-track,
.pg-21-order-table-two-container::-webkit-scrollbar-track {
    background-color: rgb(186, 186, 186);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.pg-21-order-table-container::-webkit-scrollbar-thumb,
.pg-21-order-table-two-container::-webkit-scrollbar-thumb {
    background: #397cc9;
    border-radius: 10px;
}

.pg-21-order-table-two-container>table>thead>tr>th:last-child {
    text-align: right;
}

.pg-21-inner-table {
    width: 100%;
}

.pg-21-inner-table>tbody,
.pg-21-inner-table>thead {
    width: 100%;
}

.pg-21-inner-table>thead>tr {
    background-color: #efefef;
}

.pg-21-inner-table>tbody>tr,
.pg-21-inner-table>thead>tr {
    width: 100%;
}

.pg-21-inner-table>thead>tr>th:first-child,
.pg-21-inner-table>tbody>tr>td:first-child {
    width: 10%;
}

.pg-21-inner-table>thead>tr>th,
.pg-21-inner-table>tbody>tr>td {
    width: 29%;
    padding: 0.5rem;
}

.pg-21-inner-table>thead>tr>th {
    font-size: 0.8rem;
}

.pg-21-inner-table>tbody>tr>td {
    font-size: 0.8rem;
}

.pg-21-inner-table>thead>tr>th:last-child {
    text-align: center;
}

.pg-21-order-table-container>table>tbody>tr>td:last-child {
    display: flex;
    align-items: center;
}

.pg-21-tick-button {
    width: 27px;
    height: 25px;
    margin: 0 1rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #efefef;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 5px;
}

.pg-21-delete-button {
    width: 28px;
    height: 25px;
    margin: 0 1rem;
    padding: 0 0.4rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #efefef;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.pg-21-tick-button svg {
    width: 20px;
    height: 20px;
}

.pg-21-delete-button svg {
    width: 20px;
    height: 20px;
}

.pg-21-tick-button svg path {
    fill: #00bf66;
}

.pg-21-delete-button svg path {
    fill: #ff1807;
}

:is(.pg-21-order-table-container, .pg-21-order-table-two-container)>.pg-21-inner-table>tbody>tr:nth-child(even) {
    background-color: #f8f8f8;
}

/*End Page Twenty One*/

.page-twenty-two-container {
    width: 100vw !important;
    margin: auto;
}

.page-twenty-two-sidebar-container {
    position: fixed;
    height: 100vh;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.page-twenty-two-sidebar {
    right: 0;
    height: 100%;
}

.page-twenty-two-content .chart-1-box {
    min-height: auto;
    background-color: transparent;
    margin: 0;
}

.page-twenty-two-content .box-sub {
    height: 100%;
}

.page-twenty-two-content .b-box {
    height: 100px;
}

.page-twenty-two-content .search-div {
    border: 2px solid #efefef;
    width: 310px;
}

.page-twenty-two-content .search-div input {
    font-size: 12px;
    padding: 3px 30px;
}

.page-twenty-two-content .card-test {
    -webkit-box-shadow: -19px 24px 47px 1px rgba(0, 0, 0, 0.1);
    box-shadow: -19px 24px 47px 1px rgba(0, 0, 0, 0.1);
}

.page-twenty-two-content {
    position: relative;
    bottom: 0;
    left: 0;
    top: 0;
    right: auto;
    padding: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    padding: 1rem;
}

.page-twenty-two-topbar {
    margin-top: 1rem;
}

#closed~.page-twenty-two-content {
    width: calc(100vw - 265px);
    right: 245px;
}

#closed.closed~.page-twenty-two-content {
    width: calc(100vw - 100px);
    right: 80px;
}

.page-twenty-two-content>.row:nth-child(3) {
    padding: 1rem 1rem 1rem 0;
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}

.page-twenty-two-content>.row:nth-child(4) {
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    padding-bottom: 1rem;
}

.page-twenty-two-content>.row:nth-child(5) {
    margin-top: 2rem !important;
    padding: 2rem;
    border-radius: 10px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.pg-22-table-container {
    width: 100%;
    margin-top: 8px;
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 1rem;
}

.pg-22-table-container::-webkit-scrollbar {
    width: 3px;
}

.pg-22-table-container::-webkit-scrollbar-track {
    background-color: rgb(186, 186, 186);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.pg-22-table-container::-webkit-scrollbar-thumb {
    background: #397cc9;
    border-radius: 10px;
}

.pg-22-table {
    width: 100%;
}

.pg-22-table thead tr {
    background-color: #efefef;
}

.pg-22-table thead tr th {
    padding: 0.5rem;
    width: 25%;
    text-align: center;
}

.pg-22-table tbody tr td {
    padding: 0.5rem;
    text-align: center;
    font-size: 0.8rem;
}

.pg-22-table tbody tr:nth-child(even) {
    background-color: #f8f8f8;
}

.page-twenty-two-content>.row:nth-child(6)>div:nth-child(1)>div,
.page-twenty-two-content>.row:nth-child(6)>div:nth-child(2)>div,
.page-twenty-two-content>.row:nth-child(7)>div:first-child {
    margin-top: 2rem !important;
    padding: 1rem;
    border-radius: 10px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.page-twenty-two-content>.row:last-child {
    margin-top: 2rem !important;
    padding-bottom: 2rem;
}

/*Start Page 23*/

.page-twenty-three-container {
    width: 100vw !important;
    margin: auto;
}

.page-twenty-three-sidebar-container {
    position: fixed;
    height: 100vh;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.page-twenty-three-content {
    position: relative;
    bottom: 0;
    left: 0;
    top: 0;
    right: auto;
    padding: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    padding: 1rem;
}

.page-twenty-three-topbar {
    margin-top: 1rem;
}

#closed~.page-twenty-three-content {
    width: calc(100vw - 265px);
    right: 245px;
}

#closed.closed~.page-twenty-three-content {
    width: calc(100vw - 100px);
    right: 80px;
}

.ticket-contact-right,
.ticket-contact-left {
    width: 100%;
    margin-top: 1rem;
    border-radius: 4px;
    padding: 1rem;
}

.ticket-contacts-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-ticket {
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
}

.filter-ticket:hover {
    background-color: #1565c0;
}

.filter-ticket #Filter_2-2 {
    fill: #000;
}

.filter-ticket:hover #Filter_2-2 {
    fill: #fff;
}

.new-ticket {
    width: 8rem;
    height: 2rem;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
}

.new-ticket #Stroke_1,
.new-ticket #Stroke_3,
.new-ticket #Stroke_5,
.new-ticket #Stroke_7 {
    stroke: #000;
}

.new-ticket span {
    color: #000;
    font-size: 0.8rem;
}

.new-ticket:hover {
    background-color: #1565c0;
}

.new-ticket:hover #Stroke_1,
.new-ticket:hover #Stroke_3,
.new-ticket:hover #Stroke_5,
.new-ticket:hover #Stroke_7 {
    stroke: #fff;
}

.new-ticket:hover span {
    color: #fff;
}

.ticket-contact-list-container {
    width: 100%;
    margin-top: 1rem;
    padding: 1rem;
    background-color: #fff;
    height: 70vh;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.ticket-contact-list-container::-webkit-scrollbar {
    width: 3px;
}

.ticket-contact-list-container::-webkit-scrollbar-thumb {
    background-color: #1565c0 !important;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -ms-border-radius: 200px;
    -o-border-radius: 200px;
}

.ticket-contact-list-container::-webkit-resizer {
    width: 3px;
}

.ticket-contact-list-container::-webkit-scrollbar-track {
    background-color: darkgrey;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -ms-border-radius: 200px;
    -o-border-radius: 200px;
}

.ticket-contact-list-container::-webkit-scrollbar-thumb:hover {
    background: #064ea1;
}

.ticket-contacts-list {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.ticket-contact-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    background-color: #efefef;
    border-radius: 5px;
    width: 100%;
    height: 60px;
    margin-bottom: 0.7rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.ticket-contact-profile-container {
    width: 20%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ticket-contact-profile-container img {
    display: block;
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.ticket-contact-information {
    width: 80%;
    height: 100%;
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.ticket-username {
    display: flex;
    align-items: center;
}

.ticket-title {
    font-size: 0.8rem;
    margin-bottom: 0;
}

.ticket-username p {
    font-size: 0.8rem;
    margin-bottom: 0;
}

.ticket-contact-left {
    padding: 1rem;
    margin-top: 1rem;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.new-ticket-form {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

.new-ticket-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new-ticket-info {
    width: 2rem;
    height: 2rem;
    background-color: transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.new-ticket-form {
    width: 100%;
    margin-top: 1rem;
    padding: 1rem;
    background-color: #fff;
    height: 70vh;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
}

.page-twenty-three-content .new-ticket-form-container {
    width: 96%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20%;
}

.page-twenty-four-content .new-ticket-form-container {
    width: 96%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.new-ticket-form-header {
    width: 50%;
    height: 10%;
    margin: 20px auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.new-ticket-form-header p {
    margin-bottom: 0;
    font-size: 0.8rem;
}

.new-ticket-form-header::after {
    content: "";
    display: block;
    width: 3rem;
    height: 2px;
    background-color: #1565c0;
}

.new-ticket-form-header::before {
    content: "";
    display: block;
    width: 3rem;
    height: 2px;
    background-color: #1565c0;
}

.pg-23-row-one-form {
    display: flex;
    width: 100%;
    height: 40px;
    column-gap: 0.8rem;
}

.inp-23-title {
    width: 25%;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}

.inp-23-title input {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.3rem;
    font-size: 0.8rem;
}

.inp-23-select-box {
    width: 22%;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}

.inp-23-select-box select {
    font-size: 0.8rem;
    border: none;
    outline: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.3rem;
}

.pg-23-row-two-form {
    margin-top: 1rem;
    width: 98%;
    height: 100px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.pg-23-row-two-form textarea {
    display: block;
    width: 100%;
    height: 100%;
    resize: none;
    border: none;
    outline: none;
    padding: 0.5rem;
    font-size: 0.8rem;
}

.pg-23-row-three-form {
    width: 98%;
    display: flex;
    position: relative;
}

.ticket-form button {
    margin-top: 1rem;
    width: 8rem;
    height: 2.5rem;
    color: #fff;
    background-color: #1565c0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: absolute;
    left: 0;
}

/*End Page 23*/

/*Start Page 24*/
.page-twenty-four-container {
    width: 100vw !important;
    margin: auto;
}

.page-twenty-four-sidebar-container {
    position: fixed;
    height: 100vh;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.page-twenty-four-content {
    position: relative;
    bottom: 0;
    left: 0;
    top: 0;
    right: auto;
    padding: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    padding: 1rem;
}

.page-twenty-four-topbar {
    margin-top: 1rem;
}

#closed~.page-twenty-four-content {
    width: calc(100vw - 265px);
    right: 245px;
}

#closed.closed~.page-twenty-four-content {
    width: calc(100vw - 100px);
    right: 80px;
}

.pg-24-new-ticket-form {
    width: 100%;
    margin-top: 1rem;
    padding: 1rem;
    background-color: #fff;
    height: 70vh;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
}

.chats-container {
    width: 100%;
    height: 56%;
    display: flex;
    overflow-y: scroll;
    flex-direction: column;
    padding: 0.4rem 0.8rem;
    scrollbar-gutter: stable;
    scrollbar-color: #1565c0 #e0e0e0;
    scrollbar-width: thin;
}

.chats-container::-webkit-scrollbar {
    width: 3px;
}

.chats-container::-webkit-scrollbar-thumb {
    background-color: #1565c0 !important;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -ms-border-radius: 200px;
    -o-border-radius: 200px;
}

.chats-container::-webkit-resizer {
    width: 3px;
}

.chats-container::-webkit-scrollbar-track {
    background-color: darkgrey;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -ms-border-radius: 200px;
    -o-border-radius: 200px;
}

.chats-container::-webkit-scrollbar-thumb:hover {
    background: #064ea1;
}

.chat {
    width: 70%;
    display: flex;
    align-items: center;
    margin-top: 0.7rem;
}

.chat-profile {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.chat-profile>img {
    display: block;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.chat-body {
    width: 80%;
    padding: 0.4rem;
    border: 1px solid rgba(188, 188, 188, 0.73);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.chat-body p {
    font-size: 0.8rem;
}

.chat.receive {
    align-self: flex-end;
}

.chat.receive .chat-body {
    order: 1;
}

.chat.receive .chat-profile {
    order: 2;
}

.send-chat {
    margin: 1rem auto auto 0;
    width: 96%;
    height: 20%;
    padding: 1rem;
    border: 1px solid rgba(188, 188, 188, 0.73);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-send-header {
    background-color: #fff;
    padding: 0 1rem;
    position: absolute;
    z-index: 1;
    top: -5%;
    right: 4%;
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.8);
}

.chat-send-button {
    width: 10%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.send-chat-submit {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #1565c0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.chat-message {
    width: 87%;
    height: 100%;
    border: 1px solid rgba(188, 188, 188, 0.73);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.chat-message textarea {
    resize: none;
    outline: none;
    border: none;
    width: 100%;
    height: 100%;
    padding: 0.7rem;
    font-size: 0.8rem;
    word-wrap: break-word;
    word-break: break-all;
    overflow-y: scroll;
}

/*End Page 24*/

/* 


*/

/* 


*/

/* 


*/
/* Customize Chart */
.highcharts-exporting-group,
.highcharts-credits,
.highcharts-title,
.highcharts-subtitle {
    display: none;
}

.w-0 {
    width: 0 !important;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.highcharts-yaxis .highcharts-axis-line {
    stroke-width: 2px;
}

/* Link the series colors to axis colors */
.highcharts-color-0 {
    fill: #1565c0;
    stroke: #1565c0;
}

.highcharts-axis.highcharts-color-0 .highcharts-axis-line {
    stroke: #1565c0;
}

.highcharts-axis.highcharts-color-0 text {
    fill: #1565c0;
}

.highcharts-color-1 {
    fill: #a3a0a2;
    stroke: #a3a0a2;
}

.highcharts-axis.highcharts-color-1 .highcharts-axis-line {
    stroke: #a3a0a2;
}

.highcharts-axis.highcharts-color-1 text {
    font-family: IRANSansX;
    fill: #a3a0a2;
}

.highcharts-a11y-proxy-button text,
.highcharts-axis-labels text {
    font-size: 8px !important;
    font-family: IRANSansX;
}

/* 


*/

/* 


*/

/* 

*/

/* EndCustomize Chart */

/* End Content */

/* Responsive */

@media (max-width: 1400px) {
    .left-content {
        padding: 20px 20px;
    }
}

@media (max-width: 991px) {
    .weathers-cards {
        align-items: center;
        justify-content: space-between;
    }

    .stepper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .stepper svg {
        margin-top: -20px;
        transform: rotate(90deg) scale(0.8) !important;
        margin-left: -0.5rem;
        margin-right: 1rem;
    }

    .stepper .step-span {
        font-size: 14px;
        color: #a3a0a2;
        margin-right: 2.8rem;
    }

    .step-span {
        margin-right: 0;
    }

    .step-to-col {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .step-active .step-circle {
        border: none;
        background-color: #1565c0;
    }

    .step-active .step-circle span {
        display: none;
    }

    .step-active .step-circle svg {
        display: block !important;
        margin-top: -20px;
        transform: rotate(0) !important;
        margin-right: 0;
        margin-left: 0;
        margin-top: 0;
    }

    .step-active .step-span {
        color: #1565c0;
        margin-right: 0;
    }

    .go-left {
        margin-right: 2.7rem !important;
    }

    .next-btn .blue-rad-btn-2 {
        position: absolute;
        right: unset !important;
        left: 0 !important;
    }

    .step-done .step-circle {
        border: none;
        background-color: #a3a0a2;
    }

    .step-done .step-circle span {
        display: none;
    }

    .step-done .step-circle svg {
        margin-top: -20px;
        transform: rotate(0) !important;
        margin-right: 0;
        margin-left: 0;
        margin-top: 0;
    }

    .step-done .step-span {
        color: #a3a0a2;
    }

    .prof-left-div {
        top: 0px;
    }

    /* .ord-top {
        order: -1;
        padding-right: 0 !important;
    } */

    .left-100 {
        margin-top: 3rem;
        min-height: 200px;
        background-color: inherit;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .pos-fix-992 {
        position: relative !important;
        top: 0;
        z-index: 555;
        background-color: transparent;
        right: 0;
        /* transform: translate(-50%); */
        min-height: 70px;
    }

    .page-four-card-custom,
    .page-five-card-custom {
        width: 99%;
        margin-left: 2%;
    }

    .content {
        margin-top: 0 !important;
        padding-right: 0;
    }

    .left-content {
        padding: 20px 30px;
    }

    .closed .sidebar {
        width: 0px;
        overflow: hidden;
    }

    .card-test-div {
        justify-content: center !important;
        align-items: center;
    }

    .card-test {
        margin: 10px 40px !important;
    }

    .weathers-images {
        padding: 0 20px;
        direction: ltr;
        margin-top: 1rem;
    }

    .ms-md-0 {
        width: 100%;
        margin-left: 0;
    }

    .done-div-page-2 {
        width: 100%;
        margin-left: 0;
    }

    .page-2-white-div {
        width: 100%;
        margin-left: 0;
    }

    .cart-div {
        width: 100%;
        margin-left: 0;
    }

    .prof-left-div {
        width: 180px;
        border-radius: 0 33px 33px 0;
        background-color: #f3f3f3;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 33px;
        position: absolute !important;
        height: 57px;
        left: 0px;
        /* right: unset; */
        top: 2%;
        margin-top: 0 !important;
    }

    .prof-left-div img {
        width: 30px;
    }

    .green-circle {
        bottom: 0px;
        left: 3px;
    }

    .title h2 {
        font-size: 1rem;
    }

    .page-three-card-custom {
        width: 100%;
        margin-left: 2%;
    }

    .page-four-content>div:nth-child(2) {
        padding: 2.5rem;
    }
}

@media (max-width: 768px) {
    .stepper {
        transform: scale(0.9);
    }

    .page-3-white-div {
        margin-left: 1rem;
    }

    .blue-rad-btn {
        font-size: 12px;
        width: 110px;
        height: 32px;
    }

    .blue-rad-btn-2 {
        font-size: 12px;
        width: 32px;
        height: 32px;
    }

    .blue-rad-btn-2 svg {
        transform: scaleX(0.7);
    }

    .go-left {
        margin-right: 1rem !important;
    }

    .chart-1-box {
        padding: 20px 0;
    }

    .title h2 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .select-div-page-8 select {
        width: 100% !important;
    }

    .remove {
        width: 30% !important;
        margin-right: auto;
        margin-left: auto;
    }

    .step-circle {
        width: 24px;
        height: 24px;
        margin-right: 1.2rem;
        background-color: #f9f9f9;
        z-index: 1;
    }

    .stepper svg {
        margin-top: -20px;
    }

    .stepper .step-span {
        font-size: 14px;
        color: #a3a0a2;
        margin-right: 1rem;
    }

    .step-active .step-circle {
        border: none;
        background-color: #1565c0;
    }

    .step-active .step-circle span {
        display: none;
    }

    .step-active .step-circle svg {
        display: block !important;
        margin-top: 0;
    }

    .step-active .step-span {
        color: #1565c0;
    }

    .next-btn .blue-rad-btn-2 {
        position: absolute;
        right: unset !important;
        left: 0 !important;
    }

    .step-done .step-circle {
        border: none;
        background-color: #a3a0a2;
    }

    .step-done .step-circle span {
        display: none;
    }

    .step-done .step-circle svg {
        display: block !important;
        margin-top: 0;
    }

    .step-done .step-span {
        color: #a3a0a2;
    }

    /* .left-content {
        padding: 20px 10px;
    }
    .prof-box {
        height: 125px;
    }
    .prof-box img {
        width: 60px;
        height: 60px;
    }
    .prof-box span {
        font-size: 10px;
    }
    .prof-name {
        font-size: 12px;
    }
    .left-content button {
        padding: 3px 0;
    }
    .prof-img-box {
        min-width: 30px;
    }
    .res-758 {
        justify-content: center !important ;
    }
    .white-card {
        padding-right: 0.4rem;
        height: 100px;
        flex-direction: column;
        align-items: center !important;
        justify-content: center !important;
    }
    .blue-text {
        font-size: 20px;
    }
     */
    .darsad {
        font-size: 14px;
    }

    .white-div-left {
        flex-direction: column;
    }

    .white-div-left p {
        max-width: 100%;
    }

    .day-circle {
        width: 20px;
        height: 20px;
        font-size: 7px;
        margin-top: 1rem;
    }

    .day-div span {
        font-size: 8px;
        margin-top: 5px;
    }

    /* 
     */
    .my-table {
        min-width: 600px;
    }

    .table-responsive {
        max-height: 200px;
        margin-bottom: 50px;
    }

    .my-table thead {
        font-size: 16px !important;
    }

    .my-table tbody {
        font-size: 12px !important;
    }

    .my-table {
        min-width: 500px;
    }

    .line-fill {
        min-width: 195px;
        height: 4px;
        border-radius: 3px;
        transition: 0.5s all;
        margin-top: 10px;
        background-color: #e5edf7;
    }

    .page-7-box {
        padding: 25px 10px;
        background-color: #fff;
        border-radius: 4px;
        font-size: 14px;
    }

    .pg-7-head button {
        width: 85px;
        height: 31px;
        background-color: #f2f2f2;
        border-radius: 4px;
        text-align: center;
    }

    .pg-7-head button svg {
        margin-right: 0px;
    }

    .select-div-sub select {
        width: 180px;
        height: 39px;
        border-radius: 4px;
        direction: ltr;
    }

    .to-center {
        align-items: center !important;
        justify-content: center !important;
    }

    /* 
    .chart-2-right {
        position: absolute;
    }
    .mt-res-768 {
        margin-top: 360px !important;
    }
    .blue-div-right {
        height: 80px;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-left: 2rem;
    }

    .blue-div-right .mt-3 {
        margin-top: 0 !important;
    }
    .prof-left-div {
        width: 150px;
        height: 55px;
        border-radius: 0 23px 23px 0;
        background-color: #f3f3f3;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 13px;
        margin-bottom: .5rem;
    }
    .prof-left-div img {
        width: 30px;
    }
    .green-circle {
        bottom: -1px;
    }
 */
    .toggle-btn {
        height: 30px;
        width: 30px;
    }

    .toggle-btn span {
        height: 3px !important;
    }

    .toggle-btn span:nth-child(1) {
        top: 0px;
        width: 20px;
    }

    .toggle-btn span:nth-child(1) {
        top: 0px;
        width: 20px;
    }

    .toggle-btn span:nth-child(2) {
        width: 27px;
        top: 10px;
    }

    .toggle-btn span:nth-child(3) {
        top: 20px;
        width: 20px;
    }

    .toggle-btn:hover span:nth-child(1) {
        width: 27px;
    }

    .toggle-btn:hover span:nth-child(3) {
        width: 27px;
    }

    /* 
    .onvan-bakhsh {
        font-size: 12px !important;
        margin-top: 1rem;
    }
    .page-2-white-div {
        height: 50px;
        justify-content: space-between;
        align-items: center;
        padding: 0 5px;
        margin-left: 0.5rem;
        cursor: pointer;
        margin-bottom: 1rem;
    }
    .test-198 {
        margin-right: 0.2rem;
        font-size: 0.75rem;
    }
    .blue-rad-btn-3 {
        width: 20px;
        height: 20px;
    }
    .done-div-page-2 {
        margin-left: 0.5rem;
    }
    .ord-1 {
        padding-right: 0 !important;
    }
    .show-more-page-2 {
        font-size: 0.6rem;
        margin-left: 0.5rem;
    }
    .blue-rad-btn {
        width: 70px;
        height: 22px;
        font-size: 0.5rem;
        text-align: left;
        padding-left: 1rem;
    }
    .cart-div {
        margin-left: 0.5rem;
    }
    .cart-div img {
        width: 90px;
    }
    .blue-rad-btn-2 {
        max-width: 22px;
        height: 22px;
    }
    .blue-rad-btn-2 svg {
        transform: scale(0.7);
    }
    .page-3-white-div {
        margin-left: 0.5rem;
        padding: 0 8px;
        height: 35px;
    }
    .page-3-white-div span {
        font-size: 12px;
    }
    
    .blue-btn {
        width: 90%;
        padding: 4px 0;
        font-size: 11px;
        margin-left: 0.5rem;
    }
    .stepper{
        margin-top: 2rem;
        justify-content: center;
        width: 100%;
    }
    .stepper .step-span {
        font-size: 14px;
        color: #a3a0a2;
        margin-right: .2rem;
    }
    .step-circle{
        margin-right: 0;
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
    .step-circle svg {
        transform: scale(.7);
    }
    .step-col {
        align-items: center;
        flex-direction: column;
    }
  */
    .weathers-images {
        padding: 0 10px;
    }

    .weathers-images img {
        max-width: 30px !important;
    }

    .weathers-images svg {
        cursor: pointer;
        min-width: 20px;
    }

    .weathers-images div {
        font-size: 8px;
        white-space: nowrap;
        padding: 4px;
    }

    .weather-text span:nth-child(1) {
        font-size: 12px;
        font-weight: 700;
        color: #272725;
    }

    .weather-text span {
        display: block;
        font-size: 9px;
        color: #272725;
    }

    .head-weather-img-div img {
        width: 43px;
        height: 43px;
    }

    .head-weather-img-div span {
        font-size: 26px;
        color: #000;
        margin-left: 0.2rem !important;
    }

    .weathers-cards .col-lg-4 {
        margin-bottom: 20px;
    }

    /*
    .col-10 {
        padding-left: 0;
    } */

    .working-hour-1 {
        justify-content: center;
    }

    .working-hour-1 div {
        width: 100%;
    }

    .working-hour-1 select,
    .working-hour-1 input,
    .description input {
        width: 100%;
    }

    .remove {
        margin-right: 0;
        margin-left: 0;
    }

    .description input {
        border-radius: 4px;
        border: 1px solid #dadada;
        padding: 0 15px;
        border: 1px solid #dadada;
        height: 39px;
    }
}

@media (max-width: 500px) {
    .weathers-images img {
        max-width: 20px !important;
    }

    .weathers-images div {
        font-size: 8px;
        white-space: nowrap;
        padding: 4px 2x;
    }

    /* 
    .blue-rad-btn {
        width: 60px !;
        height: 20px;
        font-size: 0.5rem;
        text-align: left;
        padding-left: 1rem;
    }
    .next-btn .blue-rad-btn-2 {
        max-width: 20px;
        height: 20px;
    }
    .blue-rad-btn-2 svg {
        transform: scale(0.5);
    } 
        */
}

@media (max-width: 1400px) {
    .sidebar {
        right: 0;
    }
}

@media (max-width: 1200px) {
    .sidebar {
        right: 0;
    }

    /* .items .button-container {
    width: 100% !important;
  } */

    .item.prev {
        transform: translate(-170%, -50%) !important;
    }

    .item.next {
        transform: translate(70%, -50%) !important;
    }
}

/* @media (max-width: 992px) {
    .sidebar {
        right: 0;
    }
} */

@media (max-width: 786px) {
    /* .sidebar {
        right: calc((100vw - 620px) / 2);
    } */
}

@media (max-width: 550px) {
    .sidebar {
        right: calc((100vw - 540px) / 2);
    }

    .items .button-container {
        width: 250px !important;
    }

    .item.prev {
        transform: translate(-160%, -50%) !important;
    }

    .item.next {
        transform: translate(60%, -50%) !important;
    }

    .items .item {
        width: 65px;
        height: 116px !important;
        font-size: 8px;
    }

    .item img {
        width: 50px;
        height: 50px;
        object-fit: cover;
    }

    .page-3-white-div,
    .blue-btn,
    .cart-div {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100%;
    }
}

@media (max-width: 440px) {
    .sidebar {
        right: 0;
    }
}

/* Min Whidth */
@media (max-width: 1400px) {
    .to-center-2 {
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 1200px) {
    /* .pg-7-inp-box input {
    width: 257px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 1rem;
  } */

    .select-div-sub-2 select {
        font-size: 10px;
        /* width: 80px; */
    }

    .select-div-sub-3 select {
        font-size: 10px;
        width: 122px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 1rem;
    }

    .select-div-sub-4 input {
        font-size: 10px;
        width: 230px;
        margin-top: 1rem;
    }

    .to-center-3 {
        align-items: center;
        justify-content: center;
    }

    .clock-div span {
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 10px;
        display: inline-block;
    }

    .characters {
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .character-box {
        margin-top: 10px;
        width: 48%;
    }

    .character-box-left {
        width: 70% !important;
    }

    .rs-container .rs-scale span:last-child {
        margin-left: 10px !important;
        min-width: 10px !important;
        width: 10px !important;
    }

    .rs-scale {
        left: -24px !important;
    }
}

@media (max-width: 768px) {
    .foot-form-pg-11 button {
        width: 105px;
        height: 34px;
    }

    .add-upload div {
        height: 34px;
    }

    .line-fill-2 {
        min-width: 100% !important;
    }

    .pg-7-left-divs {
        flex-wrap: wrap;
    }

    .pg-7-left-div span {
        font-size: 10px;
        white-space: nowrap;
    }

    .pg-7-left-divs .ms-3 {
        margin-left: 10px !important;
    }

    .mr-80 {
        margin-right: 40px;
    }

    .pg-7-inp-box input {
        width: 100%;
        margin-bottom: 1rem;
    }

    .pg-7-inp-box {
        flex-direction: column;
    }

    .pg-7-inp-box input,
    .pg-7-inp-box button {
        font-size: 12px;
        width: 100%;
    }

    .rs-container .rs-scale span:last-child {
        margin-left: 10px !important;
        min-width: 10px !important;
        width: 10px !important;
    }

    .rs-scale {
        left: -20px !important;
    }
}

@media (max-width: 500px) {
    .rs-container .rs-scale span:last-child {
        margin-left: 4px !important;
        min-width: 8px !important;
        width: 8px !important;
    }

    .rs-scale {
        left: -12px !important;
    }
}

@media (max-width: 577px) {

    .page-twenty-four-container,
    .page-twenty-three-container,
    .page-twenty-two-container,
    .page-twenty-one-container,
    .page-twenty-container,
    .page-nineteen-container,
    .page-eighteen-container,
    .page-seventeen-container,
    .page-sixteen-container,
    .page-fifteen-container,
    .page-fourteen-container,
    .page-thirteen-container,
    .page-tweleve-container,
    .page-eleven-container,
    .page-ten-container,
    .page-nine-container,
    .page-eight-container,
    .page-seven-container,
    .page-six-container,
    .page-five-container,
    .page-four-container,
    .page-three-container,
    .page-two-container,
    .index-page-container {
        width: 95vw !important;
        margin: auto;
    }

    #closed~.page-twenty-four-content,
    #closed.closed~.page-twenty-four-content,
    #closed~.page-twenty-three-content,
    #closed.closed~.page-twenty-three-content,
    #closed~.page-twenty-two-content,
    #closed.closed~.page-twenty-two-content,
    #closed~.page-twenty-one-content,
    #closed.closed~.page-twenty-one-content,
    #closed~.page-twenty-content,
    #closed.closed~.page-twenty-content,
    #closed~.page-nineteen-content,
    #closed.closed~.page-nineteen-content,
    #closed~.page-eighteen-content,
    #closed.closed~.page-eighteen-content,
    #closed~.page-seventeen-content,
    #closed.closed~.page-seventeen-content,
    #closed~.page-sixteen-content,
    #closed.closed~.page-sixteen-content,
    #closed~.page-fifteen-content,
    #closed.closed~.page-fifteen-content,
    #closed~.page-fourteen-content,
    #closed.closed~.page-fourteen-content,
    #closed~.page-thirteen-content,
    #closed.closed~.page-thirteen-content,
    #closed~.page-tweleve-content,
    #closed.closed~.page-tweleve-content,
    #closed~.page-eleven-content,
    #closed.closed~.page-eleven-content,
    #closed~.page-ten-content,
    #closed.closed~.page-ten-content,
    #closed~.page-nine-content,
    #closed.closed~.page-nine-content,
    #closed~.page-eight-content,
    #closed.closed~.page-eight-content,
    #closed~.page-seven-content,
    #closed.closed~.page-seven-content,
    #closed~.page-six-contnet,
    #closed.closed~.page-six-contnet,
    #closed~.page-five-content,
    #closed.closed~.page-five-content,
    #closed~.page-four-content,
    #closed.closed~.page-four-content,
    #closed~.page-three-content,
    #closed.closed~.page-three-content,
    #closed~.page-two-content,
    #closed.closed~.page-two-content,
    #closed~.index-page-content,
    #closed.closed~.index-page-content {
        width: 100%;
        padding: 0;
        right: 0;
        left: 0;
        top: 0;
    }

    .page-twenty-four-sidebar-container,
    .page-twenty-three-sidebar-container,
    .page-twenty-two-sidebar-container,
    .page-twenty-one-sidebar-container,
    .page-twenty-sidebar-container,
    .page-nineteen-sidebar-container,
    .page-eighteen-sidebar-container,
    .page-seventeen-sidebar-container,
    .page-sixteen-sidebar-container,
    .page-fifteen-sidebar-container,
    .page-fourteen-sidebar-container,
    .page-thirteen-sidebar-container,
    .page-tweleve-sidebar-container,
    .page-eleven-sidebar-container,
    .page-ten-sidebar-container,
    .page-nine-sidebar-container,
    .page-eight-sidebar-container,
    .page-seven-sidebar-container,
    .page-six-sidebar-container,
    .page-five-sidebar-container,
    .page-four-sidebar-container,
    .page-three-sidebar-container,
    .page-two-sidebar-container,
    .index-page-sidebar-container {
        width: 100%;
        background-color: #ffffff1f;
        height: 100%;
        backdrop-filter: blur(2px);
        z-index: 10000;
        z-index: 0;
    }

    .page-twenty-four-sidebar-container.closed,
    .page-twenty-three-sidebar-container.closed,
    .page-twenty-two-sidebar-container.closed,
    .page-twenty-one-sidebar-container.closed,
    .page-twenty-sidebar-container.closed,
    .page-nineteen-sidebar-container.closed,
    .page-eighteen-sidebar-container.closed,
    .page-seventeen-sidebar-container.closed,
    .page-sixteen-sidebar-container.closed,
    .page-fifteen-sidebar-container.closed,
    .page-fourteen-sidebar-container.closed,
    .page-thirteen-sidebar-container.closed,
    .page-tweleve-sidebar-container.closed,
    .page-eleven-sidebar-container.closed,
    .page-ten-sidebar-container.closed,
    .page-nine-sidebar-container.closed,
    .page-eight-sidebar-container.closed,
    .page-seven-sidebar-container.closed,
    .page-six-sidebar-container.closed,
    .page-five-sidebar-container.closed,
    .page-four-sidebar-container.closed,
    .page-three-sidebar-container.closed,
    .page-two-sidebar-container.closed,
    .index-page-sidebar-container.closed {
        right: -110%;
    }

    .page-fourteen-s1-bubble-chart {
        padding: 0;
    }

    .page-fourteen-content-section-two {
        height: 83vh;
    }

    .page-twenty-one-content>.row:last-child>div:last-child {
        margin-top: 2rem;
    }

    .page-twenty-two-content>.row:last-child>div>div {
        flex-wrap: wrap;
    }

    #pg-22-chart-one {
        margin-top: 2rem;
    }

    .page-twenty-two-content .card-test {
        width: 99%;
    }

    .page-fourteen-content-section-three {
        height: auto;
    }

    .page-fourteen-content-section-one {
        height: auto;
    }

    .page-fourteen-content-section-one>.row:nth-child(2) {
        height: auto;
    }

    .page-fourteen-s1-right {
        height: auto;
    }

    .page-fourteen-s1-right-content {
        height: 100vh;
    }

    .page-fourteen-s1-right-content {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .page-fourteen-s1-bubble-table,
    .page-fourteen-s1-bubble-chart {
        width: 100%;
        height: 50%;
    }

    .page-fourteen-s1-left {
        margin-top: 2rem;
        height: calc(100vh - 10vh);
    }

    .page-fourteen-content-section-three {
        height: auto;
    }

    .page-fourteen-content-section-three>.row>*:last-child {
        margin-top: 2rem;
    }

    .card {
        width: 31%;
    }

    .my-table {
        min-width: 100%;
    }

    .title-under-table-pg-12 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .title-under-table-pg-12 span {
        font-size: 14px;
        display: flex;
        align-items: center;
    }

    .working-hour-1 {
        flex-direction: column;
    }

    .remove {
        width: 100% !important;
    }

    .form-body-row {
        flex-direction: column;
        margin: 2rem 0;
        row-gap: 1rem;
    }

    .select-div-sub-11,
    .pg-11-form-inp-1,
    .pg-11-form-inp-1:nth-child(3),
    .pg-11-form-inp-1:nth-child(4) {
        width: 100%;
    }

    .page-eleven-content>div:first-child {
        padding-top: 0 !important;
    }

    .page-ten-content>div:first-child {
        padding-top: 0 !important;
    }

    .stepper svg {
        margin-right: 0;
    }

    .page-nine-content>div:first-child {
        padding: 0 !important;
    }

    #pg_seven_tab_one>div:nth-child(3)> :first-child {
        width: 100%;
    }

    #pg_seven_tab_one>div:nth-child(3)> :last-child {
        width: 100%;
    }

    .apexcharts-radialbar-hollow {
        transform: scale(0.7) translateX(8%) translateY(19%);
    }

    #container {
        height: 220px !important;
    }

    .weathers-cards {
        row-gap: 2rem;
    }

    .w-card {
        max-width: 100%;
        width: 100%;
    }

    .page-five-content .table-responsive,
    .page-four-content .table-responsive,
    .page-three-content .table-responsive {
        max-height: 60vh !important;
        padding: 0 !important;
    }

    .page-five-card-custom,
    .page-four-card-custom {
        margin-left: 3%;
    }

    .page-three-content .prof-left-div {
        z-index: 10;
        right: unset;
        top: 1%;
    }

    .white-div-left p {
        font-size: 0.8rem;
    }

    .day-circle {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }

    .chart-2-left {
        width: 100%;
    }

    .card-test-div {
        flex-wrap: wrap;
    }

    .card-test {
        margin-top: 2rem !important;
        width: 100%;
    }

    .done-span-1 {
        font-size: 0.8rem;
    }

    .b-box {
        width: 95%;
    }

    .table> :not(caption)>*>* {
        padding: 0.2rem;
    }

    .my-table tbody {
        font-size: 0.7rem !important;
    }

    .clock-div {
        width: 49%;
    }

    .items .button-container {
        width: 350px !important;
    }

    .pg-20-inner-table tbody tr td {
        font-size: 0.7rem;
    }

    .modal.fade .modal-dialog {
        width: 90vw;
        height: 60vh;
    }

    .new-ticket-form-header {
        width: 90%;
    }

    .new-ticket-form {
        height: 500px;
    }

    .chats-container {
        height: 300px;
    }

    .chat {
        width: 100%;
    }

    .pg-22-table tbody tr td {
        padding: 0.2rem;
        font-size: 0.5rem;
    }

    .pg-22-table thead tr th {
        font-size: 0.6rem;
        padding: 0.2rem;
        width: 25%;
        text-align: center;
    }

    .pg-23-row-one-form {
        flex-direction: column;
        height: auto;
        row-gap: 1rem;
    }

    .inp-23-title {
        width: 100%;
        height: 40px;
    }

    .inp-23-select-box {
        width: 100%;
        height: 40px;
    }

    .ticket-contact-left {
        margin-top: 1rem;
    }

    .page-twenty-three-content .new-ticket-form-container {
        bottom: 20%;
    }

    .pg-24-new-ticket-form {
        height: 95vh;
    }
}

@media (max-width: 768px) and (min-width: 576px) {

    .page-twenty-four-container,
    .page-twenty-three-container,
    .page-twenty-two-container,
    .page-twenty-one-container,
    .page-twenty-container,
    .page-nineteen-container,
    .page-eighteen-container,
    .page-seventeen-container,
    .page-sixteen-container,
    .page-fifteen-container,
    .page-fourteen-container,
    .page-thirteen-container,
    .page-tweleve-container,
    .page-eleven-container,
    .page-ten-container,
    .page-nine-container,
    .page-eight-container,
    .page-seven-container,
    .page-six-container,
    .page-five-container,
    .page-four-container,
    .page-three-container,
    .page-two-container,
    .index-page-container {
        width: 95vw !important;
        margin: auto;
    }

    #closed~.page-twenty-four-content,
    #closed.closed~.page-twenty-four-content,
    #closed~.page-twenty-three-content,
    #closed.closed~.page-twenty-three-content,
    #closed~.page-twenty-two-content,
    #closed.closed~.page-twenty-two-content,
    #closed~.page-twenty-one-content,
    #closed.closed~.page-twenty-one-content,
    #closed~.page-twenty-content,
    #closed.closed~.page-twenty-content,
    #closed~.page-nineteen-content,
    #closed.closed~.page-nineteen-content,
    #closed~.page-eighteen-content,
    #closed.closed~.page-eighteen-content,
    #closed~.page-seventeen-content,
    #closed.closed~.page-seventeen-content,
    #closed~.page-sixteen-content,
    #closed.closed~.page-sixteen-content,
    #closed~.page-fifteen-content,
    #closed.closed~.page-fifteen-content,
    #closed~.page-fourteen-content,
    #closed.closed~.page-fourteen-content,
    #closed~.page-thirteen-content,
    #closed.closed~.page-thirteen-content,
    #closed~.page-tweleve-content,
    #closed.closed~.page-tweleve-content,
    #closed~.page-eleven-content,
    #closed.closed~.page-eleven-content,
    #closed~.page-ten-content,
    #closed.closed~.page-ten-content,
    #closed~.page-nine-content,
    #closed.closed~.page-nine-content,
    #closed~.page-eight-content,
    #closed.closed~.page-eight-content,
    #closed~.page-seven-content,
    #closed.closed~.page-seven-content,
    #closed~.page-six-contnet,
    #closed.closed~.page-six-contnet,
    #closed~.page-five-content,
    #closed.closed~.page-five-content,
    #closed~.page-four-content,
    #closed.closed~.page-four-content,
    #closed~.page-three-content,
    #closed.closed~.page-three-content,
    #closed~.page-two-content,
    #closed.closed~.page-two-content,
    #closed~.index-page-content,
    #closed.closed~.index-page-content {
        width: 100%;
        padding: 0;
        right: 0;
        left: 0;
        top: 0;
    }

    .page-twenty-four-sidebar-container,
    .page-twenty-three-sidebar-container,
    .page-twenty-two-sidebar-container,
    .page-twenty-one-sidebar-container,
    .page-twenty-sidebar-container,
    .page-nineteen-sidebar-container,
    .page-eighteen-sidebar-container,
    .page-seventeen-sidebar-container,
    .page-sixteen-sidebar-container,
    .page-fifteen-sidebar-container,
    .page-fourteen-sidebar-container,
    .page-thirteen-sidebar-container,
    .page-tweleve-sidebar-container,
    .page-eleven-sidebar-container,
    .page-ten-sidebar-container,
    .page-nine-sidebar-container,
    .page-eight-sidebar-container,
    .page-seven-sidebar-container,
    .page-six-sidebar-container,
    .page-five-sidebar-container,
    .page-four-sidebar-container,
    .page-three-sidebar-container,
    .page-two-sidebar-container,
    .index-page-sidebar-container {
        width: 100%;
        background-color: #ffffff1f;
        height: 100%;
        backdrop-filter: blur(2px);
        z-index: 0;
        /* z-index: 10000; */
    }

    .page-twenty-four-sidebar-container.closed,
    .page-twenty-three-sidebar-container.closed,
    .page-twenty-two-sidebar-container.closed,
    .page-twenty-one-sidebar-container.closed,
    .page-twenty-sidebar-container.closed,
    .page-nineteen-sidebar-container.closed,
    .page-eighteen-sidebar-container.closed,
    .page-seventeen-sidebar-container.closed,
    .page-sixteen-sidebar-container.closed,
    .page-fifteen-sidebar-container.closed,
    .page-fourteen-sidebar-container.closed,
    .page-thirteen-sidebar-container.closed,
    .page-tweleve-sidebar-container.closed,
    .page-eleven-sidebar-container.closed,
    .page-ten-sidebar-container.closed,
    .page-nine-sidebar-container.closed,
    .page-eight-sidebar-container.closed,
    .page-seven-sidebar-container.closed,
    .page-six-sidebar-container.closed,
    .page-five-sidebar-container.closed,
    .page-four-sidebar-container.closed,
    .page-three-sidebar-container.closed,
    .page-two-sidebar-container.closed,
    .index-page-sidebar-container.closed {
        right: -110%;
    }

    .page-twenty-one-content>.row:last-child>div:last-child {
        margin-top: 2rem;
    }

    .page-twenty-two-content>.row:last-child>div>div {
        flex-wrap: wrap;
    }

    #pg-22-chart-one {
        margin-top: 2rem;
    }

    .page-twenty-two-content .card-test {
        width: 99%;
    }

    .page-fourteen-content-section-three {
        height: auto;
    }

    .page-fourteen-content-section-one {
        height: auto;
    }

    .page-fourteen-content-section-one>.row:nth-child(2) {
        height: auto;
    }

    .page-fourteen-s1-right {
        height: auto;
    }

    .page-fourteen-s1-right-content {
        height: 100vh;
    }

    .page-fourteen-s1-right-content {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .page-fourteen-s1-bubble-table,
    .page-fourteen-s1-bubble-chart {
        width: 100%;
        height: 50%;
    }

    .page-fourteen-s1-left {
        margin-top: 2rem;
        height: calc(100vh - 10vh);
    }

    .page-fourteen-content-section-three {
        height: auto;
    }

    .page-fourteen-content-section-three>.row>*:last-child {
        margin-top: 2rem;
    }

    .card {
        width: 31%;
    }

    .my-table {
        min-width: 100%;
    }

    .title-under-table-pg-12 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .title-under-table-pg-12 span {
        font-size: 14px;
        display: flex;
        align-items: center;
    }

    .working-hour-1 {
        flex-direction: column;
    }

    .remove {
        width: 100% !important;
    }

    .form-body-row {
        flex-direction: column;
        margin: 2rem 0;
        row-gap: 1rem;
    }

    .select-div-sub-11,
    .pg-11-form-inp-1,
    .pg-11-form-inp-1:nth-child(3),
    .pg-11-form-inp-1:nth-child(4) {
        width: 100%;
    }

    .page-eleven-content>div:first-child {
        padding-top: 0 !important;
    }

    .page-ten-content>div:first-child {
        padding-top: 0 !important;
    }

    .stepper svg {
        margin-right: 0;
    }

    .page-nine-content>div:first-child {
        padding: 0 !important;
    }

    #pg_seven_tab_one>div:nth-child(3)> :first-child {
        width: 100%;
    }

    #pg_seven_tab_one>div:nth-child(3)> :last-child {
        width: 100%;
    }

    .apexcharts-radialbar-hollow {
        transform: scale(0.7) translateX(8%) translateY(19%);
    }

    #container {
        height: 220px !important;
    }

    .weathers-cards {
        row-gap: 2rem;
    }

    .w-card {
        max-width: 100%;
        width: 100%;
    }

    .page-five-content .table-responsive,
    .page-four-content .table-responsive,
    .page-three-content .table-responsive {
        max-height: 60vh !important;
        padding: 0 !important;
    }

    .page-five-card-custom,
    .page-four-card-custom {
        margin-left: 3%;
    }

    .page-three-content .prof-left-div {
        z-index: 10;
        right: unset;
        top: 1%;
        /* left: 0; */
    }

    .white-div-left p {
        font-size: 0.8rem;
    }

    .day-circle {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }

    .chart-2-left {
        width: 100%;
    }

    .card-test-div {
        flex-wrap: wrap;
    }

    .card-test {
        margin-top: 2rem !important;
        width: 100%;
    }

    .done-span-1 {
        font-size: 0.8rem;
    }

    .b-box {
        width: 95%;
    }

    .modal.fade .modal-dialog {
        width: 90vw;
        height: 60vh;
    }

    .new-ticket-form-header {
        width: 70%;
    }

    .chats-container {
        height: 300px;
    }

    .chat {
        width: 90%;
    }

    .pg-24-new-ticket-form {
        height: 95vh;
    }
}

@media (max-width: 991px) and (min-width: 769px) {
    .apexcharts-radialbar-hollow {
        transform: scale(0.7) translateX(36%) translateY(20%);
    }

    .pg-7-left-div span {
        font-size: 10px;
    }

    .to-top-1 {
        font-size: 12px;
    }

    .pg-10-div-rel input[type="text"] {
        font-size: 11px;
    }

    .pg-10-div-rel label {
        font-size: 10px;
    }

    .pg-10-card {
        width: 49%;
    }

    .stepper svg {
        margin-right: 0;
        margin-left: -30px;
    }

    .card {
        width: 23%;
        height: 240px;
    }

    .page-fourteen-content-section-one {
        height: auto;
    }

    .page-fourteen-content-section-one>.row:nth-child(2) {
        height: auto;
    }

    .page-fourteen-s1-right-content,
    .page-fourteen-s1-left {
        height: calc(100vh - 30vh);
    }

    .page-fourteen-s1-left {
        margin-top: 2rem;
        height: calc(100vh - 10vh);
    }

    .page-fourteen-content-section-three {
        height: auto;
    }

    .page-fourteen-content-section-three>.row>*:last-child {
        margin-top: 2rem;
    }

    .pg-17-button-containers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .pg-17-custom-btn {
        width: 49%;
    }

    .b-box {
        width: 24%;
    }

    #closed.closed~.page-twenty-two-content {
        width: calc(100vw - 90px);
        right: 70px;
    }

    #closed~.page-twenty-two-content {
        width: calc(100vw - 235px);
        right: 235px;
    }
}

/*Start for Large Devices*/

@media (max-width: 1024px) and (min-width: 769px) {
    /*start index page*/

    .box-sub {
        width: 100%;
        margin: auto;
    }

    .blue-text {
        font-size: 28px;
    }

    .darsad {
        font-size: 14px;
    }

    .sidebar {
        width: 215px;
    }

    .closed .sidebar {
        width: 70px;
    }

    #closed~.index-page-content {
        width: calc(100vw - 275px);
        right: 255px;
    }

    #closed.closed~.index-page-content {
        width: calc(100vw - 90px);
        right: 70px;
    }

    .b-box {
        width: 24%;
    }

    .page-two-content>div:nth-child(1)>div:nth-child(1) {
        position: relative !important;
        width: 100% !important;
        top: 0;
        min-height: 70px;
        left: 0;
        right: 0;
        transform: translate(0);
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        background-color: unset;
        padding: 0;
        margin: 0;
    }

    .page-two-content>div:nth-child(1)>div:nth-child(2) {
        padding: 0 !important;
    }

    #chart {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .toggle-btn {
        height: 30px;
    }

    .prof-box {
        margin-top: 10px;
    }

    .prof-box>img {
        width: 80px;
        height: 80px;
    }

    .left-content button {
        margin: 15px 0;
    }

    .prof-img-box {
        min-width: 50px;
    }

    .left-content>div:nth-child(5) {
        margin-top: 0 !important;
    }

    /*end index page*/

    /*Start page two*/
    #closed~.page-two-content {
        width: calc(100vw - 275px);
        right: 255px;
    }

    #closed.closed~.page-two-content {
        width: calc(100vw - 90px);
        right: 70px;
    }

    .chart-2-left {
        height: 80px;
        padding: 1rem;
    }

    .chart-2-left>p {
        font-size: 24px;
    }

    .chart-2-left>div {
        font-size: 16px;
    }

    .card-test-div {
        margin-top: 20px !important;
        width: 100%;
        justify-content: space-between !important;
    }

    .card-test {
        margin: 0 !important;
    }

    /*End Page two*/

    /*Start Page Three*/
    #closed~.page-three-content {
        width: calc(100vw - 235px);
        right: 215px;
    }

    #closed.closed~.page-three-content {
        width: calc(100vw - 90px);
        right: 70px;
    }

    /*End Page Three*/

    /*Start Page Four*/
    #closed~.page-four-content {
        width: calc(100vw - 235px);
        right: 215px;
    }

    #closed.closed~.page-four-content {
        width: calc(100vw - 90px);
        right: 70px;
    }

    /*End Page Four*/

    /*Start Page Five*/

    #closed~.page-five-content {
        width: calc(100vw - 245px);
        right: 225px;
    }

    #closed.closed~.page-five-content {
        width: calc(100vw - 90px);
        right: 70px;
    }

    .page-five-content>div:nth-child(1) {
        padding: 0;
    }

    .page-five-content>div:nth-child(1)>div:nth-child(3) {
        padding: 0 !important;
    }

    /*End Page Five*/

    /* Start Page Six */

    #closed~.page-six-content {
        width: calc(100vw - 215px);
        right: 235px;
    }

    #closed.closed~.page-six-content {
        width: calc(100vw - 90px);
        right: 70px;
    }

    /* End Page Six */

    /*Start Page 7*/

    #closed~.page-seven-content {
        width: calc(100vw - 235px);
        right: 215px;
    }

    #closed.closed~.page-seven-content {
        width: calc(100vw - 90px);
        right: 70px;
    }

    .clock-div {
        width: 48%;
    }

    .pg-7-left-div span {
        font-size: 12px;
    }

    /*End Page 7*/

    /*Start Page 8*/
    #closed~.page-eight-content {
        width: calc(100vw - 235px);
        right: 215px;
    }

    #closed.closed~.page-eight-content {
        width: calc(100vw - 90px);
        right: 70px;
    }

    .characters {
        width: 100%;
    }

    .character-box {
        width: 48%;
    }

    .character-box-left {
        width: 70% !important;
    }

    /*End Page 8*/

    /*Start Page Nine*/
    #closed~.page-nine-content {
        width: calc(100vw - 235px);
        right: 215px;
    }

    #closed.closed~.page-nine-content {
        width: calc(100vw - 90px);
        right: 70px;
    }

    /*End Page Nine*/

    /*Start Page Ten*/
    #closed~.page-ten-content {
        width: calc(100vw - 235px);
        right: 215px;
    }

    #closed.closed~.page-ten-content {
        width: calc(100vw - 90px);
        right: 70px;
    }

    .decription-2 {
        width: 49%;
    }

    /*End Page Ten*/

    /*Start Page Eleven*/
    #closed~.page-eleven-content {
        width: calc(100vw - 235px);
        right: 215px;
    }

    #closed.closed~.page-eleven-content {
        width: calc(100vw - 90px);
        right: 70px;
    }

    .page-eleven-content>div:first-child {
        padding: 0.5rem !important;
    }

    /*End Page Eleven*/

    /*Start Page Twelwe*/
    #closed~.page-thirteen-content {
        width: calc(100vw - 235px);
        right: 215px;
    }

    #closed.closed~.page-thirteen-content {
        width: calc(100vw - 90px);
        right: 70px;
    }

    .page-eleven-content>div:first-child {
        padding: 0.5rem !important;
    }

    /*End Page Twelwe*/

    /*Start Page Fourteen*/
    #closed~.page-fourteen-content {
        width: calc(100vw - 235px);
        right: 215px;
    }

    #closed.closed~.page-fourteen-content {
        width: calc(100vw - 90px);
        right: 70px;
    }

    /*End Page Fourteen*/

    /*Start Page Fifteen*/
    #closed~.page-fifteen-content {
        width: calc(100vw - 215px);
        right: 215px;
    }

    #closed.closed~.page-fifteen-content {
        width: calc(100vw - 70px);
        right: 70px;
    }

    /*End Page Fifteen*/

    /*Start Page Sixteen*/
    #closed~.page-sixteen-content {
        width: calc(100vw - 215px);
        right: 215px;
    }

    #closed.closed~.page-sixteen-content {
        width: calc(100vw - 70px);
        right: 70px;
    }

    /*End Page Sixteen*/

    /*Start Page Seventeen*/
    #closed~.page-seventeen-content {
        width: calc(100vw - 215px);
        right: 235px;
    }

    #closed.closed~.page-seventeen-content {
        width: calc(100vw - 90px);
        right: 70px;
    }

    /*End Page Seventeen*/

    #closed~.page-eighteen-content {
        width: calc(100vw - 235px);
        right: 215px;
    }

    #closed.closed~.page-eighteen-content {
        width: calc(100vw - 90px);
        right: 70px;
    }

    /*Start Page Nineteen*/
    #closed~.page-nineteen-content {
        width: calc(100vw - 235px);
        right: 215px;
    }

    #closed.closed~.page-nineteen-content {
        width: calc(100vw - 90px);
        right: 70px;
    }

    /*End Page Nineteen*/

    /*Start Page Twenty*/
    #closed~.page-twenty-content {
        width: calc(100vw - 215px);
        right: 215px;
    }

    #closed.closed~.page-twenty-content {
        width: calc(100vw - 70px);
        right: 70px;
    }

    /*End Page Twenty*/

    /*Start Page Twenty-One*/
    #closed~.page-twenty-one-content {
        width: calc(100vw - 235px);
        right: 215px;
    }

    #closed.closed~.page-twenty-one-content {
        width: calc(100vw - 90px);
        right: 70px;
    }

    .page-twenty-one-content>.row:nth-child(3)>div:nth-child(2) {
        margin-top: 2rem;
    }

    /*End Page Twenty_one*/

    #closed~.page-twenty-two-content {
        width: calc(100vw - 235px);
        right: 215px;
    }

    #closed.closed~.page-twenty-two-content {
        width: calc(100vw - 90px);
        right: 70px;
    }

    .chart-1-box {
        min-height: auto;
    }

    .b-box {
        width: 100%;
    }

    #closed~.page-twenty-three-content {
        width: calc(100vw - 235px);
        right: 215px;
    }

    #closed.closed~.page-twenty-three-content {
        width: calc(100vw - 90px);
        right: 70px;
    }

    #closed~.page-twenty-four-content {
        width: calc(100vw - 235px);
        right: 215px;
    }

    #closed.closed~.page-twenty-four-content {
        width: calc(100vw - 90px);
        right: 70px;
    }
}

/*End for Large Devices*/
/*Start for Large Devices*/

@media (max-width: 1205px) and (min-width: 1025px) {
    .clock-div {
        width: 48%;
    }

    .pg-7-left-div span {
        font-size: 11px;
    }

    .pg-10-card {
        width: 49%;
    }

    .bubble-table>thead>tr>th {
        font-size: 0.8rem;
    }

    .bubble-table>tbody>tr>td {
        font-size: 0.7rem;
    }

    .bubble-table>tbody>tr>td.table-circle {
        width: 15px;
        height: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1205px) {
    .page-fourteen-content-section-three {
        height: auto;
    }

    .apexcharts-radialbar-hollow {
        transform: scale(0.7) translateX(13%) translateY(18%);
    }

    .bubble-table>thead>tr>th {
        font-size: 0.8rem;
    }

    .bubble-table>tbody>tr>td {
        font-size: 0.7rem;
    }

    .bubble-table>tbody>tr>td.table-circle {
        width: 15px;
        height: 15px;
    }

    .new-ticket-form-header {
        width: 70%;
    }

    .chat {
        width: 90%;
    }
}