.logo-img {
    webkit-mask: linear-gradient(-60deg, #000 30%, rgba(0, 0, 0, .3333333333333333), #000 50%) right / 300% 100%;
    mask: linear-gradient(-60deg, #000 30%, rgba(0, 0, 0, .3333333333333333), #000 50%) right / 300% 100%;
    background-repeat: no-repeat;
    -webkit-animation: shimmer 3s infinite;
    animation: shimmer 3s infinite;
}
@-webkit-keyframes shimmer {
    0% {
        -webkit-mask-position: 140% 140%;
        mask-position: 140% 140%
    }

    to {
        -webkit-mask-position: -20% -20%;
        mask-position: -20% -20%
    }
}

@keyframes shimmer {
    0% {
        -webkit-mask-position: 140% 140%;
        mask-position: 140% 140%
    }

    to {
        -webkit-mask-position: -20% -20%;
        mask-position: -20% -20%
    }
}
.main-nav-item {
    position: relative;
    list-style: none;
}

.main-nav-link {
    display: flex;
    align-items: center;
    padding: 12px 18px;
    font-size: 16px;
    color: #222;
    transition: 0.2s ease;
}
button {
    outline: none !important;
}
.main-nav-link:hover {
    color: #2c7df0;
}

.nav-icon {
    font-size: 18px;
    margin-left: 10px;
}

/* === Submenu === */
.submenu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 200px;
    background: #fff;
    border-radius: 10px;
    padding: 8px 0;
    box-shadow: 0 15px 35px rgba(0,0,0,.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    pointer-events: none;
    transition: 0.25s ease;
    z-index: 100;
    margin-top: -1.563rem;
}

/* Hover to open */
.main-nav-item:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* Submenu items */
.submenu-item {}
.submenu-link {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    font-weight: 300;
    color: #14312d;
    font-size: 14px;
    transition: .2s;
}
.submenu-link:hover {
    background: #f7f7f7;
    color: #14213d;
    font-weight: 700;
}

.submenu-icon {
    font-size: 15px;
    margin-left: 8px;
}

/* RTL Fix */
.submenu {
    left: auto !important;
    right: 0 !important;
}
.main-nav-item {
    position: relative;
}

/* لینک اصلی منو */
.main-nav-link {
    display: flex;
    align-items: center;
    padding: 12px 18px;
    color: #222;
    font-size: 15px;
    transition: .2s ease;
}

.main-nav-link:hover {
    color: #2c7df0;
}

/* آیکون منو */
.nav-icon {
    font-size: 18px;
    margin-left: 10px;
}

/* آیکون باز شدن زیرمنو */
.nav-arrow {
    margin-right: auto;
    font-size: 12px !important;
    opacity: .55;
}
header.header .navbar-nav i {
    font-size: 24px;
    color: #7d7d7d;
    transition: all 0.3s;
}
header.header .navbar-nav i:hover {
    color: #3C4354;
}
.navbar-nav .mr-auto .w-auto {
    gap: 8px;
}
i[class^=icon-]:before, i[class*=" icon-"]:before {
    font-family: icon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    text-rendering: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    vertical-align:middle;
    display: inline-block;
}
.icon-driver-2:before {
    content: "\f23b";
}
.icon-document-text:before {
    content: "\f235";
}
.icon-setting-2:before {
    content: "\f41c";
}
.icon-global:before {
    content: "\f2a5";
}
.icon-message-text:before {
    content: "\f340";
}
.icon-card:before {
    content: "\f1be";
}
.icon-message:before {
    content: "\f343";
}
.client-home-cards .card-title i {
    font-size: 24px;
}
.icon-user:before {
    content: "\f4ad";
}
.icon-notification-bing:before {
    content: "\f38b";
}
.icon-shopping-cart:before {
    content: "\f42f";
}
.icon-arrow-down-1:before {
    content: "\f12f";
}
.icon-home:before {
    content: "\f2d8";
}
.icon-driver-2:before {
    content: "\f23b";
}
.icon-global-search:before {
    content: "\f2a4";
}
.icon-dollar-circle:before
 {
    content: "\f238";
}
.icon-note:before {
    content: "\f389";
}
.icon-note-2:before {
    content: "\f382";
}
.icon-bill:before {
    content: "\f166";
}
.icon-status-up:before {
    content: "\f457";
}
.icon-warning-2:before {
    content: "\f4d4";
}
.icon-box:before {
    content: "\f183";
}
.icon-logout:before {
    content: "\f319";
}
.icon-message-2:before {
    content: "\f332";
}
.icon-logout:before {
    content: "\f319";
}
.icon-link-2:before {
    content: "\f306";
}
.icon-add:before {
    content: "\f10b";
}
.icon-tick-circle:before {
  content: "\f47d";
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=radio] {
  accent-color: #44a328;
  width: 32px;
  height: 32px;
}

input[type=radio]:after {
  display: none;
}

input[type=radio]:focus {
  outline: none !important;
}

input::-moz-placeholder {
  font-size: 16px;
}

input::placeholder {
  font-size: 16px;
}

input:focus {
  outline: 1px solid rgba(146, 146, 146, 0.3) !important;
  border-radius: 3px !important;
}

.input-none-focus:focus {
  outline: none;
}
.icon-close {
    display: flex;
    background-color: #E8E8E8;
    color: #656565;
    font-size: 13px;
    border-radius: 6px;
    padding: 6px;
    position: absolute;
    right: 280px;
    top: 0;
    cursor: pointer;
}

.icon-close i {
    transform: rotate(45deg);
    color: #656565;
    font-size: 20px;
    font-weight: 700;
    display: flex;
}
.file-uploads-new {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.nav-user-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.6;
    margin: 10px;
}

.nav-user-info span {
    display: block;
}

/* wrapper */
.notification-wrapper {
    position: relative;
}

/* box */
.notification-box {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .25s ease;
    margin-top: 10px;
    z-index: 9999;
}

/* hover show */
.notification-wrapper:hover .notification-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.bellring:hover {
    animation: bellRing 0.9s both;
}
@keyframes bellRing {
  0%,
  100% {
    transform-origin: top;
  }

  15% {
    transform: rotateZ(10deg);
  }

  30% {
    transform: rotateZ(-10deg);
  }

  45% {
    transform: rotateZ(5deg);
  }

  60% {
    transform: rotateZ(-5deg);
  }

  75% {
    transform: rotateZ(2deg);
  }
}
/* header */
.notification-header {
    padding: 12px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    text-align: right;
}

/* body */
.notification-body {
    padding: 15px;
}

/* empty state */
.notification-empty {
    text-align: center;
    color: #777;
    font-size: 14px;
}

/* items */
.notification-item {
    display: block;
    padding: 8px;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    text-align: justify;
}

.notification-item:hover {
    background: #f5f5f5;
}

/* پنهان کردن زیرمنوها به صورت پیش‌فرض */
#nav .dropdown-menu {
    display: none;
    position: absolute; /* مطمئن می‌شویم زیرمنو روی منوی اصلی قرار بگیرد */
    top: 100%; /* درست زیر آیتم منو */
    left: 0;
    z-index: 1000;
}

/* باز شدن زیرمنوها با هاور */
#nav .dropdown:hover > .dropdown-menu {
    display: block;
}

/* تنظیم ظاهر زیرمنوها */
#nav .dropdown-menu li {
    white-space: nowrap; /* جلوگیری از شکست خطوط */
}

/* اضافه کردن افکت کوچک برای زیبایی */
#nav .dropdown-menu {
    transition: all 0.3s ease;
}

/* اگر بخواهید caret (مثلث کوچک) روی هاور بچرخد */
#nav .dropdown:hover > a .caret {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

/* Home Announcements Panel */
.home-announcements-panel .list-group-item {
    border-left: 0;
    border-right: 0;
    font-size: 13px;
}

.home-announcements-panel .news-title {
    color: #444;
}

.home-announcements-panel .news-date {
    font-size: 12px;
    white-space: nowrap;
    margin-top: 4px;
}

@media (min-width: 576px) {
    .home-announcements-panel .news-date {
        margin-top: 0;
    }
}
.widget-box-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

/* Base card */
.widget-card {
    flex: 1 1 calc(25% - 16px);
    min-height: 140px;
    background: #f8f9fa;
    border-radius: 16px;
    padding: 24px 20px;
    display: flex;
    flex-direction: column; /* ICON TOP */
    align-items: flex-start;
    text-decoration: none !important;
    color: #1f2937;
    position: relative;
    overflow: hidden;
    transition: 
        background .35s ease,
        transform .35s ease,
        box-shadow .35s ease;
}

/* Right color bar */
.widget-card::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: transparent;
    transition: background .35s ease;
}

/* Icon */
.widget-icon {
    width: 56px;
    height: 56px;
    background: #ffffff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 16px; /* ICON ABOVE TEXT */
    transition: all .35s ease;
}

/* Content */
.widget-content h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 10px;
}

.widget-stats {
    font-size: 16px;
    font-weight: 600;
    color: #656565;
}

.divider {
    display: inline-block;
    width: 1px;
    height: 16px;
    align-items: center;
    background: #D9D9D9;
    margin: 0 10px;
}

/* Hover + Glow */
.widget-card:hover {
    background: #14213d;
    color: #ffffff;
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,.25);
}

.widget-card:hover .widget-stats {
    color: #d1d5db;
}

.widget-card:hover .widget-icon {
    background: rgba(255,255,255,.12);
    box-shadow: 0 0 20px rgba(255,255,255,.15);
    color: #ffffff;
}

/* Color variants */
.widget-card.services::before { background: #7fc945; }
.widget-card.domains::before { background: #7fc945; }
.widget-card.tickets::before { background: #7fc945; }
.widget-card.invoices::before { background: #7fc945; }

.container {
    border-radius: 16px;
}
/* Desktop (bigger cards) */
@media (min-width: 992px) {
    .widget-card {
        min-height: 196px;
    }
}

@media (max-width: 768px) {
    section#main-body {
        margin: 0px;
    }
    .container {
        padding-left: 5px;
        padding-right: 5px;
    }
    .widget-card {
        flex: 1 1 100%;
        min-height: 100px;
        flex-direction: row; /* icon beside text */
        padding: 0px 12px;
        align-items: center;
    }

    .widget-icon {
        margin: 5px;
        width: 48px;
        height: 48px;
        font-size: 32px;
    }

    .widget-content {
        text-align: right;
    }

    .widget-content h5 {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        margin-bottom:20px;
    }

    .widget-stats {
        font-size: 16px;
        font-weight: 600;
    }
}

/* RGB Animated Header با Glow */
.rgb-header {
    height: 3px; /* پالس نازک‌تر */
    width: 100%;
    background: linear-gradient(
        to right,
        #8e2de2 0%,
        #8e2de2 8.33%,
        #e0224f 17.19%,
        #e0224f 25.52%,
        #ebd513 34.9%,
        #eed816 46.88%,
        #1bec23 59.9%,
        #1bec23 72.4%,
        #1b52bb 84.9%
    );
    background-size: 400% 400%;
    animation: rgbMove 7s linear infinite alternate;
    z-index: 10;
    /* Glow قوی‌تر */
     box-shadow: 0 0 30px 12px rgba(142, 45, 226, 0.9),
                0 0 45px 18px rgba(224, 34, 79, 0.9),
                0 0 60px 24px rgba(235, 213, 19, 0.9),
                0 0 75px 30px rgba(238, 216, 22, 0.9),
                0 0 90px 36px rgba(27, 236, 35, 0.9),
                0 0 105px 42px rgba(27, 236, 35, 0.9),
                0 0 120px 48px rgba(27, 82, 187, 0.9);
}

/* حرکت Gradient */
@keyframes rgbMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* ROW */
.cloud-row {
    display: grid;
    grid-template-columns: 2.5fr 2fr 1.5fr;
    gap: 10px;
    padding: 14px 18px;
    align-items: center;
    border-bottom: 1px solid #eef0f4;
    transition: background 0.3s ease;
}

.cloud-row:last-child {
    border-bottom: none;
}

/* HEADER */
.cloud-row-header {
    background: #f5f7fb;
    font-weight: 700;
    font-size: 13px;
    color: #555;
}

/* COL */
.cloud-col {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
}

/* SERVICE */
.cloud-name {
    font-weight: 700;
    font-size: 14px;
}

.cloud-domain a {
    font-size: 12px;
    color: #6b7280;
}

.cloud-domain a:hover {
    color: #14213d;
}
/* FINANCE */
.cloud-price {
    font-weight: 700;
    color: #111827;
}

.cloud-date {
    font-size: 14px;
    color: #6b7280;
}

/* STATUS */
.cloud-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    width: fit-content;
}

/* STATUS COLORS */
.status-active { background-color: rgb(222, 242, 224); color: #22c55e; }
.status-suspended { background-color: rgb(245, 227, 227); color: #ef4444; }
.status-pending { background-color: rgb(250, 242, 224); color: #facc15; }
.status-terminated { background-color: rgb(226, 228, 232); color: #6b7280; }

/* Ticket Status */

.status-open {
    background-color: rgb(222, 242, 224);
    color: #22c55e;
}

.status-in-progress {
    background-color: rgb(218, 255, 215);
    color: #23bf53;
}

.status-answered {
    background-color: rgb(223, 242, 243);
    color: #3b82f6;
}

.status-customer-reply {
    background-color: rgb(249, 242, 224);
    color: #f97316;
}

.status-on-hold {
    background-color: rgb(250, 242, 224);
    color: #facc15;
}

.status-closed {
    background-color: rgb(226, 228, 232);
    color: #6b7280;
}

/* DUE WARNING */
.due-warning {
    font-size: 11px;
    font-weight: 600;
    background-color: rgb(245, 227, 227);
    color: #dc2626;
}

/* DUE SOON */
.cloud-row.due-soon {
    background: #fff7ed;
}

/* MOBILE */
@media (max-width: 768px) {
    .cloud-row-header {
        display: none;
    }

    .cloud-row {
        grid-template-columns: 1fr;
        gap: 12px;
        align-items: center;
    }
}
.cloud-cycle {
    font-size: 12px;
    color: #6b7280;
}

.cloud-time {
    font-size: 12px;
    color: #6b7280;
}
.table-time {
    font-size: 15px;
    color: #6b7280;
    margin: -20px;
    font-weight: 400;
}

/* Grid update (5 columns) */
.cloud-row {
    grid-template-columns: 2.25fr 2.55fr 1.85fr 1.65fr;
    align-items: center;
}
.status-ticket {
    display: inline-block;
    padding: 4px 10px !important;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600 !important;
    width: fit-content;
}
.notification-body a {
    font-size: 14px !important;
}
.section {
    display: flex;
    width: 100%;
}
.mt-5 {
    margin-top: 3rem !important;
}
.box-header {
    padding: 26px 32px 23px 32px;
}
.box-header__title {
    color: #3C4354;
    font-size: 18px;
    font-weight: 700;
}
.box-header__subTitle {
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 12px;
}
.box-line {
    opacity: 0.4;
    background: #929292;
    width: 100%;
    height: 1px;
}
.addfundform .form-flex {
    display: flex;
    gap: 15px;
    align-items: flex-end; /* تراز پایین همه */
}

.addfundform .form-group {
    flex: 1;
}

.addfundform .form-group.submit {
    flex: 0 0 160px; /* عرض ثابت دکمه */
}

/* موبایل */
@media (max-width: 768px) {
    .addfundform .form-flex {
        flex-direction: column;
    }

    .addfundform .form-group.submit {
        flex: 1;
    }
}
.fund-i {
    color:#FEC248;
}
.fund-i i {
    padding-left: 5px;
}
/* Client Area - Service Stats (Border-Top Style) */

.service-stats-box {
    position: relative;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-top-width: 6px;          /* colored line thickness */
    border-radius: 12px;
    min-height: 150px;
    padding: 18px;
}

/* Title - top right */
.service-stats-box .title {
    position: absolute;
    top: 14px;
    right: 18px;
    font-size: 16px;
    font-weight: 600;
}

/* Center number (perfect center) */
.service-stats-box .count {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

/* Status colors - border-top + text only */
.stats-all {
    border-top-color: #14213d;
}
.stats-all .title,
.stats-all .count {
    color: #14213d;
}

.stats-active {
    border-top-color: #7fc945;
}
.stats-active .title,
.stats-active .count {
    color: #7fc945;
}

.stats-suspended {
    border-top-color: #f0ad4e;
}
.stats-suspended .title,
.stats-suspended .count {
    color: #f0ad4e;
}

.stats-terminated {
    border-top-color: #dc3545;
}
.stats-terminated .title,
.stats-terminated .count {
    color: #dc3545;
}
.submenu-item.logout-item .submenu-link {
    color: #ef394e;
    border-radius: 12px;
}

.submenu-item.logout-item .submenu-link:hover {
    color: #ef394e;
}

.submenu-item.logout-item .submenu-icon {
    margin-inline-end: 6px;
    color: inherit;
}
.submenu-icon {
    font-size: 24px;
    font-weight: 300;
}
.logout-item {
    display: flex;
    align-items: center;
}

footer {
    width: 100%;
    overflow: hidden;
    color: #fff;
    background: url(../img/footer_pattern.png) no-repeat scroll top / contain, linear-gradient(180deg, #213368, #14213d);
}
footer .footer-top {
    padding-top: 4rem;
}
.footer-section-top
 {
    display: flex;
    justify-content: space-between;
    padding: 36px 0 28px 0;
}
.footer-section-top__right {
    color: #fff;
}
.footer-section-top__right-text-1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 60px;
}
.footer-section-top__right-text-2 {
    color: #F0F0F0;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.3px;
    line-height: 30px;
}
.footer-section-top__left {
    display: flex;
    flex-direction: column;
    color: #fff;
}
.footer-section-top__left-text-1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 60px;
    align-self: end;
}
.footer-section-top__left-text-2 {
    color: #F0F0F0;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.3px;
    line-height: 30px;
}
.footer-section-top__left:after {
    content: "";
    position: absolute;
    width: .5rem;
    height: 5rem;
    background-color: #a3adc0;
    opacity: .18;
    top: 0;
    left: 0;
}
.line-footer {
    height: 1px;
    background: #51596E;
}
@media (min-width: 576px) {
    .text-sm-center {
        text-align: center !important;
    }
}
@media (max-width: 767.98px){
  footer {
    background-size: 400vw;
  }

  footer .footer-top {
    padding-top: 3rem;
  }

  footer .footer-top {
    padding-bottom: 1rem;
    border-bottom: none;
  }
}
.footer-copyRight {
    text-align: center;
    color: #E8E8E8;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 28px;
    margin-top: 72px;
}
.ZhivaLink {
    color: white;
    font-weight: bold;
    display: contents;
}
.ZhivaLink:hover {
    color: #7fc945 !important;
}

.action-item {
    border-radius: 16px;
    border: 1px solid #53627c;
    padding: .5rem;
    transition: .25s all ease-in;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.action-item a {
    color: #fff;
}
.action-item:hover {
    background-color: #0a1f4433;
    transition: .3s all ease-out;
}
.m4 {
    padding-top: 1.5rem;
}
.align-items-center {
    align-items: center !important;
}

.login-wrapper {
    display: flex;
    height: 100vh;
    background: #f5f7fa;
}

/* LEFT SIDE */
.login-left {
    width: 65%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.left-overlay {
    background: linear-gradient(135deg,#00bfa6,#00a2ff);
    height: 100%;
    display: flex;
    align-items: center;
    padding: 60px;
    border-radius: 0px 25px 25px 0px;
}

.left-content {
    color: #fff;
    max-width: 500px;
}

.left-content h2 {
    font-size: 32px;
    font-weight: bold;
}

.btn-telegram {
    display: inline-block;
    background: #ff2d6f;
    padding: 12px 30px;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
}

/* RIGHT SIDE */
.login-right {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
}

.login-box {
    width: 100%;
    max-width: 360px;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,.1);
}

/* Logo */
.login-logo {
margin-bottom: 20px;
}
.login-logo img {
    max-width: 150px;
    margin-bottom: 20px;
    display: block;
    margin: 0 auto;
}

/* Inputs */
.login-input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    font-size: 14px;
}

/* Button */
.btn-login {
    width: 100%;
    background: #7fc945;
    color: #fff;
    padding: 12px;
    border-radius: 10px;
    border: none;
    font-weight: bold;
}

/* Links */
.login-links {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}
.login-box { direction: rtl; text-align: right; }

@media (max-width: 1199px) {
.login-left {
    display:none;
}
.login-right {
    width: 100%;
}
}
.box__header-subtitle {
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 12px;
}
.box__header-title {
    color: #14213d !important;
    font-weight: 700;
}
.tik-number a:hover {
    color: #7fc945 !important;
}
.box-alert {
padding: 10px 11px 11px 0;
    border-radius: 4px;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
}
.box-gray {
    background-color: #E8E8E8;
}
.p-4 {
    padding: 1.5rem !important;
}
.box-alert p {
    font-size: 14px;
    font-weight: 400;
    margin: 0 !important;
}
.box-gray-text {
    color: #474747;
}
.btn-group {
  display: flex;
  gap: 12px;
}
.btn-group .btn {
  width: 120px;
}
.file-uploads {
  display: flex;

}

.file-uploads-new {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.box-content-support-system-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box-content-support-system-bottom__right {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.box-content-support-system-bottom__right button {
  margin-top: 3px;
}
.box-content-support-system-bottom .btn-group {
  align-self: start;
}

.box-content-support-system-bottom .btn-group .btn {
  width: 120px;
}
@media (max-width: 992px) {
  .box-content-support-system-bottom {
    flex-direction: column;
  }
  .box-content-support-system-bottom__right {
    flex-direction: column;
    align-items: center;
  }
  .box-content-support-system-bottom .btn-group {
    align-self: center;
    margin: 30px 0;
  }
  .box-content-support-system-bottom .btn-group {
    flex-direction: column;
    width: 200px;
  }
  .box-content-support-system-bottom .btn-group .btn {
    width: auto;
  }
.box-internal-domain-details__content .badge-status {
    margin-top: 20px;
  }
}
.input-primary {
  width: 100%;
  background-color: #F4F4F4;
  font-family: zhiva-font;
  outline: none;
  border: none;
  border-radius: 8px;
  font-size: 16px;
}

select.input-primary {
  color: #6a6969;
}
.input-withe {
  background-color: #FFF;
}
.input-file {
  width: 311px;
  height: 48px;
  padding: 6px 7px 7px 0;
  color: #929292;
  margin: 5px;
}
.input-file:focus {
  outline: none;
}
.btn-bg-white-simple {
  background-color: #FFF;
  color: #7D7D7D;
  border: none !important;
}

.btn-bg-white-simple:hover {
  color: #7FC945;
  background-color: #FFF;
}
.icon-primary {
    font-size: 24px;
    color: #14213d;
}
.file-uploads {
  display: flex;
  flex-direction: column;
}
[type=file]::-webkit-file-upload-button {
  background: #FFF;
  border: 1px solid #7D7D7D;
  border-radius: 8px;
  color: #929292;
  font-size: 16px;
  outline: none;
  padding: 6px 19px;
  margin-left: 8px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.input-primary:focus {
   border: none;
}
.form-message {
   font-size: 16px !important;
}
.box-internal-title {
    font-size: 20px;
    font-weight: 700;
    color: #14213d;
    margin-bottom: 22px;
}
.box-internal-subTitle {
    font-size: 15px;
    font-weight: 600;
    color: #656565;
    text-align: center;
}
.box-ticket-registration {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 0 41px 0;
  transition: all 0.3s;
  cursor: pointer;
}

.box-ticket-registration svg {
  width: 62px;
  height: 62px;
  margin-bottom: 14px;
}
@media (max-width: 576px) {
  .box-ticket-registration svg {
    width: 54px;
    height: 54px;
  }
  .box-internal-title {
    font-size: 15px;
  }
  .box-internal-subTitle {
    font-size: 14px;
  }
  .box-ticket-registration {
    padding: 20px 0;
  }
  .dropdown__filter-selected {
    font-size: 14px;
  }
  .dropdown__select-option-title {
    font-size: 13px;
  }
  .dropdown__select-option-subTitle {
    font-size: 12px;
  }
  .dropdown__filter::after {
    width: 6px;
    height: 6px;
  }
}
@media (max-width: 992px) {
  .box-internal-subTitle {
    padding: 0 28px;
  }
  .box-ticket-registration {
    margin-bottom: 20px;
  }
}
.box-border-green__hover {
  border: 1px solid white;
  transition: all 0.3s;
}

.box-border-green__hover:hover {
  border: 1px solid #7FC945;
}
.box-withe {
  background-color: #FFF;
  border-radius: 8px;
}
.box {
  width: 100%;
  background-color: #F7F7F7;
  border-radius: 8px;
}
@media (max-width: 576px) {
  .box {
    height: auto;
  }
}
.box-content {
  padding: 32px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .box-content {
    padding: 32px 12px 12px 12px;
  }
}
.box-content-submit-ticket {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 0;
}
@media (max-width: 768px) {
  .box-content-submit-ticket {
    padding: 40px 0;
  }
}
.box-content-loading-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px !important;
  color: #7FC945;
  font-weight: 700 !important;
}
.box-loading-title {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .box-content-loading-title {
    font-size: 20px;
    text-align: center;
  }
  .loading-container p {
    font-size: 12px;
  }
  .loading-bar {
    width: 250px;
    margin-top: 10px;
  }
}
.box-content-number-ticket {
  color: #656565;
  font-size: 18px;
  font-weight: 700;
  margin-top: 18px;
}
@media (max-width: 768px) {
  .box-content-number-ticket {
    font-size: 14px;
  }
  .box-alert-btn {
    flex-direction: column;
    gap: 20px;
  }
}
.loading-container {
  direction: ltr;
  text-align: center;
  opacity: 1;
  transition: opacity 1s ease-in-out;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.loading-container p {
  font-size: 18px;
  color: #3C4354;
  font-weight: 600;
}
.loading-bar {
  width: 500px;
  height: 32px;
  background-color: #FFF;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 20px;
  border: 1px solid rgba(0, 0, 0, 0.21);
}

.loading-bar-progress {
  height: 100%;
  background-color: #7FC945;
  width: 0;
  transition: width 4s ease-in-out;
}
.loading-bar-progress {
  height: 100%;
  background-color: #7FC945;
  width: 0;
  transition: width 4s ease-in-out;
}
.box-header {
  padding: 26px 32px 23px 32px;
}
@media (max-width: 576px) {
  .box-header {
    padding: 29px 12px 23px 12px;
  }
  .box-header__title {
    font-size: 15px;
  }
  .box-header__subTitle {
    font-size: 13px;
  }
}
.box-header-ticket {
  display: flex;
  justify-content: space-between !important;
}
@media (max-width: 992px) {
  .box-header-ticket {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
  .box-header__right {
    text-align: center;
  }
  .box-header__left-ticket {
    flex-direction: column;
    margin-top: 13px;
  }
  .box-header__left-ticket > *:not(:first-child) {
    border-right: none;
  }
  .box-alert-btn p {
    text-align: center;
    font-size: 13px;
  }
}
.box-header__title {
  color: #3C4354;
  font-size: 18px;
  font-weight: 700;
}
.box-header__subTitle {
  color: #7D7D7D;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 12px;
}
.box-header__left-ticket {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  gap: 15px;
}

.box-header__left-ticket-item {
  color: #7D7D7D;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.box-header__left-ticket-value {
  color: #474747;
  font-weight: 600;
}

.box-header__left-ticket > *:not(:first-child) {
  border-right: 1px solid #c5c5c5;
  padding: 0 9px;
}
@media (max-width: 576px) {
  .box-header__left-ticket-item {
    font-size: 13px;
  }
  .ticket-message {
    gap: 7px;
  }
  .ticket-message-content_mes-file span:first-child {
    font-size: 11px;
  }
  .ticket-message-content_mes-file a:last-child {
    font-size: 7px;
  }
  .ticket-message-content {
    width: 200px;
  }
  .ticket-message-content_mes-file i {
    font-size: 14px;
  }
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.box-header__left .badge-status div {
  padding: 7px 8px;
}
.badge-status {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
}
.badge-status div {
  border-radius: 8px;
  padding: 7px 11px;
  text-align: center;
  font-size: 15px;
}
.badge-gray {
  background-color: #E8E8E8;
  color: #929292;
  border-radius: 4px;
}
.box-warning {
  background-color: #FFF9ED;
  color: #FEC248;
}
.box-alert-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 24px;
  border-radius: 8px;
}
.box-alert-btn p {
  font-size: 16px;
}
.btn-bg-orange {
  background: #FEC248;
  color: #F7F7F7;
  border: none !important;
}

.btn-bg-orange:hover {
  background-color: #FEC248;
  color: #F7F7F7;
  opacity: 0.8;
}
.box-line {
    opacity: 0.4;
    background: #929292;
    width: 100%;
    height: 1px;
}
.form-message-h {
    height: 139px;
    max-height: 139px;
}
.ticket-rating-box {
    margin-bottom: 2rem;
    background: linear-gradient(315deg, #213368, #233495);
    border-radius: 16px;
    width: 75%;
    margin: 0 auto;
}
.card-body-rating-box{
    padding: 1.5rem;
}
.close-condition{
background: linear-gradient(135deg, #ffffff40, #fff0);
    height: auto;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 16px;
}
.rating-body {
    padding: 1.5rem;
    color: #f7f7f7;
    text-align: center;
}
.bt {
    display: flex;
    justify-content: center;
    align-items: center;}