
body {
    background: #FAFCFB;
}

main {
    margin-bottom: 300px;
}

header .dropdown-menu {
    left: 16px;
}

/*Footer Area*/
footer {
    background: #EFE8F0;
}

.footer-img {
    position: absolute;
    bottom: -77px;
}

/*Footer Area*/

/*.shop*/
.hero-img {
    width: 100%;
    object-fit: cover;
}

.product-category {
    margin-top: 103px;
}

.product-img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}

.product-img2 {
    height: 326px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.card-product {
    max-width: 100%;
    /*height: 234px;*/
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.08), 0 0.5px 2px rgba(96, 97, 112, 0.16);
    border-radius: 15px;
    overflow: hidden;
}

.page-link {
    color: var(--dark2);
    background: transparent;
    border: 0;
    text-align: center;
    width: 24px;
    height: 24px;
    margin: 0.5rem 18px;
    padding: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
}

.page-item.active .page-link {
    color: #A32CC4;
    background: unset;
}

.page-link:hover {
    z-index: 2;
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    border-color: unset;
}

.page-link:focus {
    box-shadow: unset;
}

/*.shop*/
/*.about*/
.custom-card {
    background: #FFFFFF;
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.08), 0 0.5px 2px rgba(96, 97, 112, 0.16);
    border-radius: 8px;
    padding: 20px;
    border: 0;
}

.custom-card-category {
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(40, 41, 61, 0.29), 0 5px 7px rgba(16, 16, 16, 0.62);
    border-radius: 30px;
    height: auto;
    min-height: 155px;
    max-height: 155px;
    padding: 5px;
    border: 0;
}

.custom-img {
    width: 100%;
    height: 358px;
    object-fit: cover;
    border-radius: 15px;
}

.btn-purple {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #FFFFFF;
    width: 375px !important;
    height: 48px !important;
    background: #A32CC4;
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.04), 0 2px 4px rgba(96, 97, 112, 0.16);
    border-radius: 15px;
    text-align: center;
    max-width: 90%;
}

.btn-purple:hover {
    color: #FFFFFF;
}

.btn-purple.focus, .btn-purple:focus {
    box-shadow: 0 0 0 0.2rem rgba(163, 44, 196, 0.10);
}

/*.about*/
/*contact*/
.custom-input-with-icon {
    padding-right: 30px;
}

.custom-input {
    box-shadow: inset 0 0.5px 4px rgba(96, 97, 112, 0.32);
    border-radius: 8px;
    background: white;
    font-weight: 400;
    font-size: 12px;
    border: 0;
    width: 80%;
    height: 40px;
    padding-right: 40px;
    color: var(--dark3);
}

.input-icon {
    position: absolute;
    right: 8%;
    top: 37px;
}

.custom-input:focus-visible {
    outline: 0;
}

.custom-textarea {
    background: #FFFFFF;
    box-shadow: inset 0 0.5px 4px rgba(96, 97, 112, 0.32);
    border-radius: 8px;
    height: 148px;
    border: 0;
    resize: none;
    padding: 5px;
}

.custom-textarea:focus-visible {
    outline: 0;
}

.radius-15 {
    border-radius: 15px;
}

/*contact*/

/*.login*/
.bg-right {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
}

.bg-left {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
}

.account-right-tab {
    background: #ffffff;
    border: 1px solid #A32CC4;
    border-radius: 0 8px 8px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #555770;
    text-align: center;
    width: 99px;
    display: block;
    height: 40px;
}

.account-right-tab.active {
    background: #E39FF6;
    color: #FFFFFF;
}

.account-left-tab.active {
    background: #E39FF6;
    color: #FFFFFF;
}

.account-left-tab {
    background: white;
    display: block;
    border: 1px solid #A32CC4;
    border-radius: 8px 0 0 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #555770;
    text-align: center;
    width: 99px;
    height: 40px;
}

.custom-input-icon {
    position: absolute;
    right: 4%;
    top: 36px;
}

.w-280 {
    width: 280px;
}

.footer-account-img {
    margin: auto;
    display: block;
}

/*.login*/
/*.panel-user*/
.dropdown-menu {
    text-align: right;
    top: 78%;
}

.dashboard-card-title {
    background: #FFFFFF;
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.08), 0 0.5px 2px rgba(96, 97, 112, 0.16);
    border-radius: 8px;
    /*height: 80px;*/
    padding: 0 10px;
}

.dashboard-item {
    height: 100%;
    float: right;
}

.dashboard-item2 {
    height: 100%;
    padding-top: 10px;
    float: right;
}

.dashboard-item a {
    height: 100%;
}

.dashboard-item2 a {
    height: 100%;
}

.dashboard-item a.active {
    color: #A32CC4;
}

.dashboard-item2 a.active {
    color: #A32CC4;
}

.dashboard-card-body {
    background: #FFFFFF;
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.08), 0 0.5px 2px rgba(96, 97, 112, 0.16);
    border-radius: 8px;
    /*height: 635px;*/
    border: 0;
    padding: 20px;

}

.owl-stage-outer, .owl-stage, .owl-item {
    height: 100%;
}

/*.panel-user*/
/*.panel-user2*/
.table-dashboard-tr {
    background: #F2F2F5;
    text-align: center;
}

.table th {
    border-bottom: 0 !important;
    border-top: 0 !important;
}

.table td {
    border-bottom: 1px solid #dee2e6 !important;
    border-top: 0 !important;
    min-width: 100px;
}

.table-dashboard {
    border-radius: 8px 8px 0 0 !important;
    overflow: hidden;
}

.table thead th {
    border-bottom: unset;
}

/*.panel-user2*/
/*.panel-user4*/
.btn-product-download {
    border: 1px solid #A32CC4;
    border-radius: 8px;
    width: 127px;
    height: 40px;
    color: #A32CC4;
    background: white;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.btn-product-download:hover {
    color: #A32CC4;
}

.btn-product-download.focus, .btn-product-download:focus {
    box-shadow: 0 0 0 0.2rem rgba(163, 44, 196, 0.10);
}

/*.panel-user4*/
/*.panel-hamkar3*/
.btn-view-exam {
    border: 1px solid #C7C9D9;
    border-radius: 8px;
    width: 133px;
    height: 32px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #555770;
}

.btn-view-exam:hover {
    color: #555770;
}

.btn-view-exam.focus, .btn-view-exam:focus {
    box-shadow: 0 0 0 0.2rem rgba(119, 201, 248, 0.06);
}

/*.panel-hamkar3*/
/*.ticket*/
.btn-status {
    background: #FFF8E6;
    border-radius: 8px;
    width: 93px;
    height: 32px;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 17px;
    color: #E67A00;
}

.btn-status:hover {
    color: #E67A00;
    cursor: unset;
}

.btn-status.focus, .btn-status:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 122, 0, 0.09);
}

.btn-status-green {
    background: #E3FFF1;
    border-radius: 8px;
    width: 93px;
    height: 32px;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 17px;
    color: #219653;
}

.btn-status-green:hover {
    color: #219653;
    cursor: unset;
}

.btn-status-green.focus, .btn-status-green:focus {
    box-shadow: 0 0 0 0.2rem rgba(45, 157, 112, 0.6);
}

.btn-status-red {
    background: #ffe3e3;
    border-radius: 8px;
    width: 93px;
    height: 32px;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 17px;
    color: #e23030;
}

.btn-status-red:hover {
    color: #e23030;
    cursor: unset;
}

.btn-status-red.focus, .btn-status-red:focus {
    box-shadow: 0 0 0 0.2rem rgba(157, 45, 45, 0.65);
}

.btn-answer {
    width: 82px;
    height: 32px;
    border: 1px solid #C7C9D9;
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #555770;
}

.btn-answer:hover {
    color: #555770;
}

.btn-answer.focus, .btn-answer:focus {
    box-shadow: 0 0 0 0.2rem rgba(199, 201, 217, 0.2);
}

.mt-41 {
    margin-top: 41px;
}

.btn-send {
    width: 86px;
    height: 40px;
    background: #A32CC4;
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.04), 0 2px 4px rgba(96, 97, 112, 0.16);
    border-radius: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
}

.btn-send:hover {
    color: #ffffff;
}

.btn-send.focus, .btn-send:focus {
    box-shadow: 0 0 0 0.2rem rgb(221, 168, 236);
}

/*.ticket*/
/*.index*/
.btn-custom {
    width: 126px;
    height: 40px;
    background: #A32CC4;
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.04), 0 2px 4px rgba(96, 97, 112, 0.16);
    border-radius: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    display: block;
    text-align: center;
    color: #FFFFFF;
}

.hero-img2 {
    z-index: -100;
}

.card-weblog {
    background: #FFFFFF;
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.08), 0 0.5px 2px rgba(96, 97, 112, 0.16);
    border-radius: 15px;
    border: 0;
}

.card-weblog img {
    object-fit: cover;
}

.h-180 {
    height: 180px;
}

.card-last-product {
    background: #FFFFFF;
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.08), 0 0.5px 2px rgba(96, 97, 112, 0.16);
    border-radius: 15px;
    border: 0;
}

.card-last-product img {
    object-fit: cover;
}

.service-bg {
    background-image: url("../img/service.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px;
    margin: auto;
    max-width: 100%;
}

/*.index*/
/*password1*/
.w-136 {
    width: 136px;
}

.password1 {
    margin-top: 150px;
}

/*password1*/
/*password2*/
.password2 {
    margin-top: 150px;
}

/*password2*/

.input-file {
    border: 1px solid #C7C9D9;
    border-radius: 8px;
    height: 40px;
    padding-top: 7px;
    padding-right: 8px;
    text-align: center;
}


/*ticket3*/
.custom-box {
    background: #FCFCFC;
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    padding: 15px 20px 18px 20px;
    margin-bottom: 100px;
}

.chat-content {
    margin: auto;
}

.chat {
    height: 352px;
    overflow-y: auto;
    padding-left: 15px;
    margin-left: 14px;
    margin-bottom: 14px;
}

::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-track {
    background: #E39FF6;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #A32CC4;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #A32CC4;
}

.chat-box {
    clear: both;
}

.chat-box-content {
    border-radius: 15px;
    padding: 15px;
}

.right-chat-box {
    float: right;
}

.right-chat-box .chat-box-content {
    background: #A32CC4;
}

.left-chat-box {
    float: left;
}

.left-chat-box .chat-box-content {
    background: #E4E4EB;
}

.custom-card2 {
    width: 473px;
    max-width: 100%;
    border: 1px solid #BDBDBD;
    border-radius: 15px;
    display: block;
    margin: auto;
}

.line-horizontal {
    border-bottom: 1px solid #E4E4EB;
    width: 370px;
    max-width: 75%;

}

.btn-request {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #A32CC4;
    border: 1px solid #EFE8F0;
    border-radius: 15px;
    width: 150px;
    height: 40px;
    padding-top: 8px;
}

.btn-request:hover {
    color: #A32CC4;
}

.btn-request.focus, .btn-request:focus {
    box-shadow: 0 0 0 0.2rem rgba(163, 44, 196, 0.10);
}

.btn-acts {
    background: #E39FF6;
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.04), 0 2px 4px rgba(96, 97, 112, 0.16);
    border-radius: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: white;
    width: 86px;
    height: 40px;
    text-align: center;
    display: block;
    padding-top: 8px;
}

.purple-box {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #A32CC4;
    width: 138px;
    height: 41px;
    background: #E39FF6;
    padding-top: 5px;
    border-radius: 20px;
}


/*media*/
@media only screen and (min-width: 0px) {
    .page-link {
        margin: 0.5rem 4px;
    }

    .w-desktop-120 {
        width: 100%;
    }

    .dashboard-item a.active, .dashboard-item2 a.active {
        border-bottom: 0;
    }

    .dashboard-item {
        width: 140px;
        margin: 0;
    }

    .dashboard-item2 {
        width: 130px;
        margin: 0;
        float: right;
    }

    .hero-text {
        margin-top: 80px;
    }

    .chat-content {
        width: 100%;
    }

    .chat-box {
        max-width: 85%;
    }

    .service-bg {
        height: 200px;
        width: 348px;
    }

    .footer-img {
        display: none;
    }

    .footer {
        height: auto;
        margin-bottom: 34px;
    }

    .footer-menu a {
        display: block;
        text-align: center;
        padding: 5px;
    }
}

@media only screen and (min-width: 400px) {
    .dashboard-item {
        width: 140px;
        margin: 0;
    }

    .dashboard-item2 {
        width: 100px;
        margin: 0;
    }

    .service-bg {
        height: 210px;
        width: 380px;
    }
}

@media only screen and (min-width: 500px) {
    .dashboard-item {
        width: 128px;
        margin: 0;
    }

    .dashboard-item2 {
        width: 100px;
        margin: 0;
    }

    .service-bg {
        height: 200px;
        width: 360px;
    }
}

@media only screen and (min-width: 600px) {
    .dashboard-item {
        width: 140px;
        margin: 0;
    }

    .dashboard-item2 {
        width: 107px;
        margin: 0;
    }
}

@media only screen and (min-width: 768px) {
    .page-link {
        margin: 0.5rem 18px;
    }

    .dashboard-item {
        width: 140px;
        margin: 0;
    }

    .dashboard-item {
        width: 115px;
        margin: 0;
    }

    .dashboard-item2 {
        width: 102px;
        margin: 0;
    }

    .chat-box {
        max-width: 75%;
    }
}

@media only screen and (min-width: 992px) {
    .chat-box {
        max-width: 63%;
    }

    .w-desktop-120 {
        width: 120px;
    }

    .dashboard-item a.active, .dashboard-item2 a.active {
        border-bottom: 2px solid #A32CC4;
    }

    .dashboard-item {
        width: 120px;
        margin: 0;
    }

    .dashboard-item2 {
        width: 90px;
        margin: 0;
    }
}

@media screen and (max-width: 996px) {
    .dashboard-item {
        width: 125px;
        margin: 0;
    }
}

@media screen and (min-width: 997px) {
    .hero-text {
        margin-top: 158px;
    }

    .hero-img2 {
        margin-top: -175px;
    }

    footer {
        height: 180px;
        margin-bottom: 34px;
    }

    .footer-menu a {
        display: inline;
        padding: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .chat-content {
        width: 75%;
    }

    .chat-box {
        max-width: 60%;
    }

    .dashboard-item {
        width: 158px;
        margin: 0 8px;
    }

    .dashboard-item2 {
        width: 122px;
        margin: 0 4px;
    }

    .dashboard-item img, .dashboard-item2 img {
        margin-bottom: 5px;
    }

    .hero-text {
        margin-top: 190px;
    }

    .hero-img2 {
        margin-top: -215px;
    }

    .service-bg {
        height: 218px;
        width: 384px;
    }
}

@media only screen and (min-width: 1300px) {
    .hero-text {
        margin-top: 220px;
    }

    .hero-img2 {
        margin-top: -204px;
    }

    .footer-img {
        display: block;
    }
}

@media only screen and (min-width: 1900px) {
    .hero-text {
        margin-top: 260px;
    }

    .hero-img2 {
        margin-top: -182px;
    }
}

/*/media*/


/**
*newChanged with me
*/

#angle-right-box {
    text-align: center;
}

@media only screen and (min-width: 1080px) {
    #angle-right-box {
        width: 60px;
        height: 40px;
    }
}

#angle-left-box {
    text-align: center;
}

.mt-custom {
    margin-top: 4px
}

.swal-text {
    text-align: right;
    direction: rtl;
}

.text-small {
    font-size: 70%;
}

.bg-pic {
    align-content: center;
    background-color: #A32CC4;
}

.mt-6 {
    margin-top: 15rem;
}

.cursor-pointer {
    cursor: pointer;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.right_3per {
    right: 3% !important;
}

.swal-text {
    text-align: center;
    direction: rtl;
}

.bg-danger {
    background: #f87694 !important;
    color: #ffffff !important;
}

.bg-success {
    background: #8cf86e !important;
    color: #000000 !important;
}

.bg-warning {
    background: #faee6c !important;
    color: #000000 !important;
}

.border-t {
    border-top: 2px solid #555555;
}

.card-hover {
    border: 2px solid #ffffff;
    /*padding: calc(0.25rem - 2px)!important;*/
}

.card-hover:hover {
    border-color: #aaaaaa;
    /*padding: calc(0.25rem - 2px)!important;*/
}

.pagebreak {
    margin-top: 3rem !important;
}

/*XL*/
@media (min-width: 1200px) {
    .col-lg-2-custom {
        max-width: 20% !important
    }
}

/*LG*/
@media (min-width: 992px) {
    .mt-lg-7 {
        margin-top: 7rem !important;
    }
}

.alert-custom {
    position: absolute;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}


/* Filter Questions */
.question {
    filter: blur(5px);
}

.question:not(.un-blur) input, .question:not(.un-blur) label:before {
    display: none;
}

.un-blur {
    filter: unset !important;
}

.dots {

    height: 4px;
    width: 4px;
    margin-bottom: 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.reply small {
    color: #b7b4b4;
}

.my-img {
    display: none;
}

.p-text-green-light {
    background-color: #B4FA9CF7;
}

@media print {

    html:not(table *), body:not(table *), *:not(table *) {
        -webkit-print-color-adjust: exact !important; /*Chrome, Safari */
        color-adjust: exact !important; /*Firefox*/
    }

    body {
        background-color: #fff !important;
    }

    .print_this > table > tr > th,td{
        padding-top:  0.5rem!important;
        padding-bottom: 0.5rem!important;
    }

    .pagebreak {
        clear: both;
        page-break-after: always;
        margin-top: 3rem !important;
        page-break-inside: avoid;
    }

    .myTable {
        margin-top: 3rem;
    }

    #myTable {
        margin-top: 3rem;
    }

    /* visible when printed */
    #bg-dark {
        color: #343a40 !important;
        -webkit-print-color-adjust: exact !important; /*Chrome, Safari */
        color-adjust: exact !important; /*Firefox*/
    }

    .bg-dark {
        color: #343a40 !important;
        -webkit-print-color-adjust: exact !important; /*Chrome, Safari */
        color-adjust: exact !important; /*Firefox*/
    }

    .bg-warning {
        color: #ffc107 !important;
        -webkit-print-color-adjust: exact !important; /*Chrome, Safari */
        color-adjust: exact !important; /*Firefox*/
    }

    .bg-danger {
        color: #dc3545 !important;
        -webkit-print-color-adjust: exact !important; /*Chrome, Safari */
        color-adjust: exact !important; /*Firefox*/

    }

    .bg-success {
        color: #28a745 !important;
        -webkit-print-color-adjust: exact !important; /*Chrome, Safari */
        color-adjust: exact !important; /*Firefox*/

    }

    .bg-info {
        border: none !important;
        color: #17a2b8 !important;
        -webkit-print-color-adjust: exact !important; /*Chrome, Safari */
        color-adjust: exact !important; /*Firefox*/
    }

    .bg-blue1 {
        border: none !important;
        color: #1762b8 !important;
        -webkit-print-color-adjust: exact !important; /*Chrome, Safari */
        color-adjust: exact !important; /*Firefox*/
    }

    .bg-orange1 {
        border: none !important;
        color: #FF8800 !important;
        -webkit-print-color-adjust: exact !important; /*Chrome, Safari */
        color-adjust: exact !important; /*Firefox*/
    }

    .p-text-red {
        color: rgba(243, 42, 6, 0.93) !important;
    }

    .p-text-orange-dark {
        color: rgba(255, 156, 7, 0.9) !important;
    }

    .p-text-orange {
        color: #ffc107 !important;
    }

    .p-text-yellow {
        background-color: #F3EF06A8;
        color: #F3EF06A8 !important;
    }

    .p-text-green-light {
        color: #b2fb9a !important;
    }

    .p-text-green {
        color: #99f636 !important;
    }

    .p-text-green-dark {
        color: #06C270FF !important;
    }

    #myTable {
        margin-top: 8rem;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        display: inline-block;
    }

    #myTable-type-2 {
        margin-top: 8rem;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
        display: inline-block;
    }

    .myTable {
        margin-top: 8rem;
        margin-right: 0 !important;
        margin-left: 0 !important;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        display: inline-block;
    }

    .my-img {
        position: relative;
        display: block;
    }

    .h-custom {
        height: 30px;
    }

    .figure-chart {
        margin-right: 0 !important;
        margin-left: 0 !important;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        display: inline-block;
    }

    #figure {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        display: inline-block;
    }

    #figure-type-2 {
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
        display: inline-block;
    }

    .p-d-none {
        display: none;
    }

    .highcharts-figure {
        justify-content: center;
    }

    .img-custom-size-parent {
        width: auto;
        height: auto;
    }

    .img-custom-size {
        width: 100%;
    }

    .col-p-4 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    figure{
        align-content: center!important;
    }

}

.back-gradiant {
    padding: 50px 0 80px 0;
    background: linear-gradient(45deg, rgba(255, 0, 0, 0.25), rgba(0, 4, 255, 0.53)) !important;
}

.figure-t2 {
    padding-left: 3rem !important;
}

.custom-chart-for-print {
    width: 100%;
    max-width: 900px;
    margin: auto;
}
#container,#container-type {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.custom-btn{
    margin: 0!important;
    padding: 0!important;
    width: 19%;
    height: 70px;
}

@media (min-width: 992px) {
    .btn-box{
        margin-left: 5%;
        margin-right: 5%;
    }
}

.timer{
    position: sticky;
    top: 10px;
    left: 0;
    z-index: 10000;
    padding: 10px;
    right: unset;
    width: 114px;
    direction: unset;
    float: left;
    margin: 10px;
    text-align: center;
}
.custom-modal-footer{
    height: 80px;
    max-height: 80px;
    display: block;
    padding: 0!important;
   text-align: center;
}

.custom-progress-bar-parent{
    background: rgb(248, 246, 246);
    position: relative;
}
.custom-progress-bar-parent:hover{
    background: rgb(234, 228, 228);
}
.custom-progress-bar{
    position: absolute;
    height: 100%;
}
.custom-figure-bar{
    z-index: 4;
    background-image: url('../img/transparent-in.png');
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
}
.custom-figure-back{
    z-index: 1;
    height: 92%;
    left: 0;
    background-color: var(--purple2);
}
.custom-figure-percent-bar{
    border-left: 2px dashed var(--purple1);
    height: 95%;
    width: 3px;
    z-index: 8;
}
.custom-figure-percent{
    position: absolute;
    border-radius: 25%;
    color: #fff;
    font-size: x-small;
    text-align: center;
    top: 95px;
    background: var(--purple1);
    z-index: 9;
}
.custom-progress-bar-text{
    position: absolute;
    top: 30%;
    right: 10%;
    left: 10%;
    z-index: 10!important;
    font-size: 75%;
}
 .progress-bar-danger{
     background-color: rgba(220, 53, 69, 0.77) !important;
 }

.progress-bar-success{
     background-color: rgba(40, 167, 69, 0.77) !important
 }

.progress-bar-warning{
     background-color: rgba(255, 193, 7, 0.77) !important
 }

.progress-bar-info{
     background-color: rgba(23, 162, 184, 0.77) !important
 }

.porple{
    background: #4f0297;
}

.red{
    background: #b20101;
}

.orange{
    background: #b55c02;
}

.blu{
    background: #0020ac;
}

.green{
    background: #027f17;
}
.auto-h{
    height: 175px;
}

@media (min-width: 992px) {
    .auto-h{
        height: 450px!important;
    }
    .custom-figure-bar{
        left: 0;
        background-size: 100%;
    }
}

@media (max-width: 992px) {
    .auto-h{
        height: 330px;
    }
}

@media (max-width:768px){
    .auto-h{
        height: 250px;
    }
    .custom-figure-back{
        left: 0;
    }
    .custom-figure-percent-bar{
        left: 0;
    }
    .custom-figure-bar{
        left: 0;
    }
}

@media (max-width:576px){
    .auto-h{
        height: 175px;
    }
    .custom-figure-percent{
        top: 15%;
    }
}

@media (max-width:392px){
    .auto-h{
        height: 120px;
    }
}

@media print{
    .auto-h{
        height: 400px!important;
    }
    .custom-figure-back{
        margin-left: 7%;
    }
    .custom-figure-percent-bar{
        margin-left: 7%;
    }
    .custom-figure-bar{
        margin-left: 7%;
        background-size: contain;
        height: 100%;
    }
    .custom-figure-percent{
        margin-left: 7%;
    }
}
.modal-header .close {
    margin: -1rem -1rem auto -1rem;
}