@import "https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,400&display=swap";
@import url("../font/vazir/font.css");
@import url("../font/yekan/yekan.css");
@import url("../font/vazir_farsi/vazir.css");

html {
    scroll-behavior: smooth
}

body {
    font-family: VazirFD;
    background: #f2f8fa;
    color: #688aa2;
    font-size: 16px;
    font-weight: 400;
}

.bg-accent {
    background-color: #ff5722;
    color: #f1f1f1
}

.bg-accent:hover {
    background-color: #219ebc;
    color: #f1f1f1
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background-color: #ff5722
}

::-webkit-scrollbar-thumb:hover {
    background: #219ebc
}

.wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    min-height: 100vh
}

.wrapper .content {
    width: 100%
}

.wrapper .sidebar {
    width: 200px;
    transition: width .3s ease;
    white-space: nowrap;
    overflow-x: hidden;
    background-color: #248fde !important;
    z-index: 1052
}

.wrapper .sidebar #close_sidebar i {
    color: #f1f1f1
}

.wrapper .sidebar #close_sidebar i:hover {
    color: #ff5722
}

.wrapper .sidebar .admin_brand {
    padding: 16px;
    color: #f1f1f1;
    border-bottom: 1px solid #455a64
}

.wrapper .sidebar .admin_brand > div:hover {
    color: #ff5722
}

.wrapper .sidebar .icon {
    padding-left: 10px
}

.sidebar .nav-link {
    color: white;
}

.navbar {
    background-color: white !important;
    border-bottom: 1px solid #f2f8fa;
    padding: 0;
}

.wrapper .sidebar .nav-item .nav-link {
    border-radius: 0 !important;
    color: #fffc;
    padding: 10px 18px;
    cursor: pointer;
}

.wrapper .sidebar .nav-item:hover .nav-link {
    color: white
}

.wrapper .sidebar .nav-item.active .nav-link {
    background-color: #ffffff;
    color: #248fde;
    border-radius: 9px !important;
    margin: 4px;
}

.custom-card {
    overflow: hidden
}

.custom-card h1 {
    font-size: 3rem
}

.custom-card h1 i {
    transition: all .2s ease-in-out
}

.custom-card:hover i {
    transform: rotate3d(0, 0, 1, -10deg) scale(1.8)
}

canvas {
    width: 100% !important
}

[data-bs-toggle=collapse]:after {
    display: inline-block;
    color: #b0bec5;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    transform: rotate(90deg);
    transition: all linear .25s;
    margin-right: 20px
}

[data-bs-toggle=collapse].collapsed:after {
    transform: rotate(270deg)
}

@media (min-width: 768px) {
    .wrapper.show_pc .sidebar {
        width: 55px;
        overflow: hidden
    }

    .wrapper.show_pc .sidebar .nav-item.active .nav-link {
        border-left: 0
    }

    .wrapper.show_pc .sidebar [data-bs-toggle=collapse]:after {
        display: none
    }

    .wrapper.show_pc .icon {
        padding: 0
    }

    .wrapper.show_pc .menu {
        display: none;
        overflow: hidden
    }

    .wrapper .content {
        flex: 1
    }
}

@media (max-width: 768px) {
    .wrapper #overlay {
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        z-index: 1
    }

    .wrapper .sidebar {
        width: 0;
        position: absolute;
        min-height: 100%;
        overflow: hidden
    }

    .wrapper.show {
        display: block
    }

    .wrapper.show .sidebar {
        width: 250px
    }

    .wrapper.show #overlay {
        display: block
    }
}

.header-user-info {
    background-color: #f2f8fab3;
    height: 42px;
    width: 180px;
    border-radius: 20px !important;
    padding: 0 10px !important;
    display: flex;
    flex-direction: inherit;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    color: #688aa2;
    place-content: center;
}

.dropdown-menu.show {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 20px -5px #1263ad1a;
    padding: 24px 14px 14px 13px;
    border-width: 0;
    z-index: 10000;
}

.sub-header {
    border-left: 1px solid #f2f8fa;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 10px 10px #688aa212;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 2;
    margin-right: 1px;
    overflow-x: auto;
    overflow-y: hidden;
}

.sub-header .breadcrumb {
    margin-right: 35px;
}

.breadcrumb-item a {
    text-decoration: none;
}

.left-tickets {
    background: white;
    height: 100%;
    z-index: 1001;
    position: fixed;
    top: 53px;
    width: 250px;

}

.left-tickets .ticket-header {
    height: 58px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ticket-header .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8fbfe;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    color: #688aa2;
    transition: box-shadow .3s;
}

.left-sidebar {
    width: 250px;
    min-width: 250px;
    transition: min-width .4s, width .4s;
    transition-delay: .4s;
    display: flex;
    flex-flow: column nowrap;
    box-shadow: 0 20px 20px #7a98ae26;
}

.home-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.left-ticket-image {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.table-button {
    transition: all .3s;
    align-items: center;
    justify-content: center;
    direction: rtl;
    border: none;
    outline: none;
    position: relative;
    cursor: pointer;
    padding: 4px 10px;
    background-color: transparent;
    color: #248fde;
    height: 30px;
    border: 1px solid #248FDE;
    border-radius: 5px;
    min-width: 80px;
    display: inline-flex;
}

.table-button:hover {
    background-color: #248fde;
    color: #fff;
}
.table-button-danger {
    transition: all .3s;
    align-items: center;
    justify-content: center;
    direction: rtl;
    border: none;
    outline: none;
    position: relative;
    cursor: pointer;
    padding: 4px 10px;
    background-color: transparent;
    color: #de2434;
    height: 30px;
    border: 1px solid #de2434;
    border-radius: 5px;
    min-width: 80px;
    display: inline-flex;
}

.table-button-danger:hover {
    background-color: #de2434;
    color: #fff;
}

.badge-custom.active {
    background-color: #248fde;
    color: #fff;
}

.badge-custom {
    transition: all .3s;
    align-items: center;
    justify-content: center;
    direction: rtl;
    outline: none;
    position: relative;
    padding: 4px 10px;
    background-color: transparent;
    color: #248fde;
    height: 30px;
    border: 1px solid #248FDE;
    border-radius: 45px;
    min-width: 80px;
    margin: 5px;
    display: inline-flex;
}

.new-table {
    color: #688aa2 !important;
}

.new-table tr {
    background: white;
}

.new-table td {

    font-size: 14px;
    font-weight: 400;
    padding: 10px 16px;

    border-top: 5px solid #F2F8FA;
    height: 65px;
    text-align: center;
}

.new-table th {

    color: #688aa299 !important;
    text-align: center;
}

.card {
    box-shadow: 0 4px 20px #00000008;
    width: 100%;
    z-index: 1;
    transition: all .2s;
    border-radius: 10px;
    border: unset;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: unset;
    border-bottom: unset;
}

.card-table .card-body {
    padding: 1rem 0rem;
}

.card-body {
    padding: 1rem 40px;
}

.card-header:first-child {
    border-radius: unset;
}

.ticket-message-body {
    display: block;
    margin-bottom: 20px;
}

.ticket-message-admin {
    margin-right: auto;

    height: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 280px;
    max-width: 98%;
    background-color: #248fde;
    color: #fff;
    flex-direction: column;
    display: flex;
    padding: 10px 15px;
    border-radius: 10px;
    direction: rtl;
    position: relative;
    z-index: 1;
}

.ticket-message-user {
    margin-left: auto;

    height: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 280px;
    max-width: 98%;

    background-color: #f2f8facc;
    color: #688aa2;
    display: block;
    position: relative;
    padding: 10px 15px;
    border-radius: 10px;
    direction: rtl;
    position: relative;
    z-index: 1;

}

.text-area {
    background-color: transparent;
    width: inherit;
    min-height: 95px;
    height: 100%;
    border: none;
    resize: none;
    outline: none;
    padding: 15px;
    flex-grow: 1;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    min-height: 160px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 10px;
    background-color: #f2f8fab3;
    display: flex;
    flex-direction: column;
}

.btn-send {
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
    border: none;
    outline: none;
    position: relative;
    cursor: pointer;
    border-radius: 100px;
    background-color: #248fde;
    color: #fff;
    padding: 12px 25px;
    height: 44px;
    margin: 30px auto 0;

}

.btn-send:hover {
    box-shadow: 0 0 20px #2691df80;
}

.text-input {
    color: #248fde;
    border: none;
    box-shadow: none;
    background: transparent;
    outline: none;
    transition: all .3s ease-in-out;
    font-size: 14px;
    width: 100%;
    line-height: 24px;
    min-height: 50px;
    background-color: #f2f8facc;
    border: 1px solid rgba(242, 248, 250, .8);
    border-radius: 100px;
    display: flex;
    align-items: center;
    padding: 0 25px;
    flex-grow: 1;
    transition: all .3s ease-in-out;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
}

.select-box {
    color: #248fde;
    border: none;
    box-shadow: none;
    outline: none;
    transition: all .3s ease-in-out;
    font-size: 14px;
    width: 100%;
    line-height: 24px;
    min-height: 50px;
    background-color: #f2f8facc;
    border: 1px solid rgba(242, 248, 250, .8);
    border-radius: 100px;
    display: flex;
    align-items: center;
    padding: 0 25px;
    flex-grow: 1;
    transition: all .3s ease-in-out;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
}

.text-input:focus {
    border: 1px solid #248FDE
}

.text-area:focus {
    border: 1px solid #248FDE
}

.select-box:focus {
    border: 1px solid #248FDE

}

.input-container {
    margin-bottom: 10px;
}

.input-container label {
    font-weight: normal;
    font-size: 15px;
    line-height: 46px;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 10px;
    color: #688aa2;
}

.dropdown-item {
    color: #688aa2;

}

.left-right-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px;
}

/*theme preview*/
.theme-preview {
    transition: .3s all;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme-preview.desktop iframe {
    transition: all 0.5s linear;
    /*margin-top: 70px;*/
}

.theme-preview.desktop iframe {
    padding: 0;
    width: 100%;
    height: calc(100vh - 70px);
    border-width: 0;
    border-radius: 0;
}

.theme-preview.tablet iframe {
    padding: 30px 3px;
    background-color: #424242;
    margin: 0 0;
    width: 500px;
    height: calc(100vh - 70px);
    border-width: 1px;
    border-radius: 10px;
    transition: .3s all;
}

.theme-preview.mobile iframe {
    background-color: #424242;
    margin: 10px 0;
    width: 300px;
    height: 460px;
    border-width: 1px;
    border-radius: 10px;
    padding: 30px 3px;
    transition: .3s all;
}

.devices {
    height: 40px;
    border-radius: 5px;
    background-color: #F1F1F1;
    display: flex;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: center;
    justify-content: space-around;
}

.devices .icon {
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 5px;
    transition: .3s all;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.devices .icon.active {
    transition: .3s all;
    background-color: #d1d1d1;
}

.devices .icon:hover {
    transition: .3s all;
    background-color: #d1d1d1;
}

.devices .icon.mobile {
    background-image: url(/images/mobile.svg);
}

.devices .icon.tablet {
    background-image: url(/images/tablet.svg);
}

.devices .icon.desktop {
    background-image: url(/images/desktop.svg);
}

.card-body .input-container label {
    text-align: right !important;
    font-size: 15px;
    line-height: 26px !important;
    padding-bottom: 5px !important;
    padding-top: 10px !important;
    color: #688aa2;
    padding-right: 13px !important;
}

.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #6c757d;
    margin-right: auto;
    margin-left: auto;
    width: fit-content;
}

.input-container.group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group-text-right {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    direction: ltr;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    margin-right: auto;
    white-space: nowrap;
    background-color: #e3f2f7;
    border: 1px solid #ced4da;
    border-radius: 0 45px 45px 0;
}

.input-group-text-left {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    margin-left: auto;
    white-space: nowrap;
    background-color: #e3f2f7;
    border: 1px solid #ced4da;
    border-radius: 45px 0 0 45px;
}

.text-input.group-left {

    margin-right: auto;
    margin-left: unset !important;
    border-radius: 0 45px 45px 0 !important
}

.text-input.group-right {
    text-align: left !important;
    margin-left: auto;
    margin-right: unset !important;
    border-radius: 45px 0 0 45px !important;
}

/* card plan */
.card-plan {
    border-radius: 0.3125rem;
    position: relative;
    height: 100%;
}

.card-plan__title {
    display: inline-block;
    text-align: center;
    width: 13.75rem;
    position: absolute;
    right: 0;
    left: 0;
    top: -1.6875rem;
    margin: auto;
    font-size: 1.25rem;
    padding: 0.625rem;
    color: #fff;
    border-radius: 3.125rem;
    background-color: #137fcf;
}

.card-plan__wrap {
    position: relative;
    z-index: 3;
    height: 100%;
    padding: 2.1875rem 1.875rem;
}

.card-plan__price {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 1.25rem 0 5px;
}

.card-plan__text {
    text-align: center;
    color: #999;
    margin-bottom: 25px;
}

.card-plan__feature {
    position: relative;
    color: gray;
    margin-bottom: 0.625rem;
}

.card-plan__btn {
    background: #288ed9;
    color: white;
    border-radius: 45px;
    border-width: 0;
    padding: 10px 20px;
    cursor: pointer;
}

.card-plan__btn:hover {
    background: #1b6499;
}

.card-plan__storage {
    width: 1.25rem;
    height: 1.25rem;
    top: 0.1875rem;
    right: 0.125rem;
}

.card-plan__feature .fas {

    color: #288ed9;

}

.card-plan::after {

}

.card-plan::after {
    border: 1px solid #288ed9;
    box-shadow: 0 10px 20px 0 rgba(40, 143, 217, .4);
    z-index: 2;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0.3125rem;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.card-plan__price i {
    font-style: normal;
    font-size: 1.5625rem;
    margin-left: 0.375rem;
    display: inline-block;
    vertical-align: middle;
}

.invoice-title {
    border-right: 3px solid #288ed9;
}

.invoice-pay-status {
    border-radius: 45px;
    font-size: 13px;
    padding: 3px 10px;
    max-width: 135px;
    margin: 3px;
}

.invoice-pay-status.sent {
    color: rgb(160, 160, 160);
    background: rgba(160, 160, 160, 0.1);
}
.invoice-pay-status.payed {
    color: rgb(68, 211, 167);
    background: rgba(68, 211, 167, 0.1);
}

.invoice-pay-status.nopayed {
    color: rgb(255, 186, 31);
    background: rgba(255, 186, 31, 0.1);
}

.invoice-pay-status.expired {
    color: rgb(255, 57, 31);
    background: rgba(255, 57, 31, 0.1);
}

.bank-result-title {
    text-align: center;
    color: white;
    padding: 5px;
    border-radius: 5px;
    background-color: #688aa2cc;
}
.bank-result-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}
.bank-result-item .dasheddd{
    height: 1px;
    flex-grow: 1;
    border-bottom: 1px dashed;
    opacity: .5;
    margin: 0 10px;
}
.web-info{
    border-bottom: 1px solid #b4b4b4;
    margin-bottom: 10px;
    padding: 5px;
}
.web-info span{
   font-weight: bold;
}
.val-pass-success{
    color: rgb(68, 211, 167);
    margin-bottom: 5px;
}
.val-pass-success::before{
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 3px;

}
.val-pass-danger{
    color: rgb(255, 57, 31);
    margin-bottom: 5px;
}
.val-pass-danger::before{
    content: "\f05e";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 3px;
}
.left-sidebar-tickets{
    border-top: 4px solid #f2f8fa;
    border-bottom: 4px solid #f2f8fa;
    padding: 3px;
    cursor: pointer;
}
.cur-poi{
    cursor: pointer!important;
}
.cur-poi label{
    cursor: pointer!important;
}