.btn-primary {
    color: #fff;
    background-color: #257abc;
    border-color: transparent;
}


.fw-bold {
    font-weight: 600 !important;
}

.fs-5 {
    font-size: 18px;
}

.fs-7 {
    font-size: 14px;
}

.fs-6 {
    font-size: 15px;
}

.fs-1 {
    font-size: 50px !important;
}

.fs-3 {
    font-size: 25px !important;
}

.text-underline {
    text-decoration: underline;
}



.ms-auto {
    margin-left: auto !important;
}

@font-face {
    font-family: 'proximanova-regular';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.woff2') format('woff2'), url('../fonts/proximanova-regular-webfont.woff') format('woff'), url('../fonts/proximanova-regular-webfont.ttf') format('truetype'), url('../fonts/proximanova-regular-webfont.svg') format('svg'), url('../fonts/proximanova-regular-webfont.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Proxima Nova Th';
    src: url('../fonts/ProximaNova-Thin.woff2') format('woff2'),
        url('../fonts/ProximaNova-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'proximanova-regular' !important;
}

.btn-gradient {
    background: rgb(33, 121, 189);
    background: linear-gradient(180deg, rgba(33, 121, 189, 1) 0%, rgba(95, 174, 120, 1) 100%);
    color: #fff;
    font-size: 18px;
    border: none !important;
}

.btn-gradient:hover {
    background: rgb(33, 121, 189);
    background: linear-gradient(360deg, rgba(33, 121, 189, 1) 0%, rgba(95, 174, 120, 1) 100%);
    color: #fff;
    border: none !important;
    transition: transform 5s ease !important;
}

.inputWithIcon {
    position: relative;
}

.inputWithIcon svg {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #aaa;
    transition: 0.3s;
    width: 25px;
}

input::placeholder {
    font-size: 14px !important;
}

.proxi-bold {
    font-family: 'Proxima Nova Rg';
    font-weight: 800;
    font-style: normal;
}

.bg-opacity-50 {
    background-color: #ffffff4d !important;
}

.panel-fullscreen_1 {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    overflow: auto;
}

.btn-transparent:focus{
    border: none !important;
}

td,th{
    font-size: 14px !important;
}

.w-250px{
    width: 350px !important;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #bab5c3;
    background-image: url("../images/loader-4.svg");
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
}


.download-link {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    color: inherit;
}
._popup-icon {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    color: inherit;
}
._popup-icon::before {
    content: '\F6D2'; /* Unicode for download icon */
    font-size: 24px;
    margin-right: 8px;
}
.download-icon::before {
    content: '\1F4E5'; /* Unicode for download icon */
    font-size: 24px;
    margin-right: 8px;
}

.link-text {
    display: none;
}

.modal-body {
    max-height: 75vh; /* Set the height you want */
    overflow-y: auto;
}

.overFlowUp-X{
    overflow-x:scroll;
}

.overFlowUp-Y {
    overflow-Y: scroll;
}

.table.dataTable._no-footer{
  border:  1px!important;
}

.bgFlowUp {
   background: rgb(242 234 234 / 35%) !important;
}
.borderUp-1 {
    border-bottom:1px solid;
}
.heighttbdiv {
    height: 375px !important;
}

.bgremove {
    background-image:none!important;
}
.btn.disabled {
    opacity: 0.6; /* Or any other style to indicate disabled */
    cursor: not-allowed;
}