:root {
    --hos-primary: #391654;
    --hos-primary-btn: #7030A0;
    --hos-primary-open: #826C92;
    --hos-primary-subtitle: #A69AAF;
    --hos-active-color:#038A54;
    --hos-black-color:#1E1E1E;
    --hos-orange-color: #F18701;
    --hos-green: #92D14F;
    --hos-background-color: #F7F5FA;
    --hos-card-background: #F8F8F8;
    --hos-blue:#2C76CB;
    --hos-dark-txt:#0A033C;
    --hos-border:#CED4DA;
    --hos-gray:#9A9FA5;
    --form-blue: #1B7C74;
    --form-blue-bg: #1B7C741A;
    --form-red: #EE6B59;
}

/********Custom******/
form label {
    font-size: 14px;
}

.form_blue_bg {
    background-color: var(--form-blue-bg);
}

.form_red_bg {
    background-color: var(--form-red);
}

.form_blue {
    color: var(--form-blue);
}

.form_red {
    color: var(--form-red);
}

.fw-bold {
    font-weight: bold;
}

input[type="checkbox"] {
    accent-color: var(--form-blue);
  }

  input[type="radio"] {
    accent-color: var(--form-blue);
  }
  

.copy_content {
    cursor: pointer;
}

.blurry-text {
    color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
 }
/* table td {
    font-size: 16px;
} */
/******************/

.hos-bg-dark {
    background-color: #2D3748;
}

.hos-border-color {
    color: var(--hos-border);
}

.hos-gray {
    color: var(--hos-gray);
}

.hos-dark-txt {
    color: var(--hos-dark-txt);
}

.hos-primary {
    color: var(--hos-primary);
}

.hos-blue {
    color: var(--hos-blue);
}

.hos-primary-btn {
    color: var(--hos-primary-btn);
}

.hos-bg-primary-btn {
    background-color: var(--hos-primary-btn);
}

.hos-bg-primary {
    background-color: var(--hos-primary);
}

.hos-card-background {
    background-color: var(--hos-card-background);
}

.hos-primary-open {
    color: var(--hos-primary-open);
}

.hos-primary-subtitle {
    color: var(--hos-primary-subtitle);
}

.orange-border {
    background-color: var(--hos-orange-color);
    width: 100px;
    height: 3px;
}

.hos-orange-color {
    color: var(--hos-orange-color);
}

.hos-green {
    color: var(--hos-green);
}

.hos-active-color {
    color: var(--hos-active-color);
}

.hos-bg-green {
    background-color: var(--hos-green);
}

.hos-background-color {
    background-color: var(--hos-background-color);
}

.max-three-lines {
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}

.max-four-lines {
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4; 
   -webkit-box-orient: vertical;
}

.max-one-line {
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}

.max-two-lines {
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.green-btn {
    background-color: var(--hos-green);
    color: white;
    /* font-size: 14px; */
}


.primary-btn {
    background-color: var(--hos-primary-btn);
    color: white;
}

.primary-btn:hover {
    color: rgb(249, 230, 253);
}

.primary-open-btn {
    background-color: var(--hos-primary-open);
    color: white;
}

.primary-open-btn:hover {
    color: rgb(249, 230, 253);
}

.hos-background-image-cover{
    background-size: cover;
    background-position: left center;
    background-clip: padding-box;
    overflow: hidden;
}

.hos-overlay-gradient-layer {
    position: absolute;
    background: transparent linear-gradient(360deg, #30A098 0%, #4B1E6D 100%) 0% 0% no-repeat padding-box;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.hos-overlay-gradient-layer-2 {
    position: absolute;
    background: transparent linear-gradient(67deg, #3139EC 0%, #FF006100 100%) 0% 0% no-repeat padding-box;
    opacity: 0.32;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.hos-overlay-layer-4 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: var(--hos-primary);
    opacity: 0.4;
}

.hos-overlay-layer-3 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: var(--hos-primary);
    opacity: 0.3;
}


/* Border */
.hos-border-4 {
    border-radius: 4px;
}

.hos-border-8 {
    border-radius: 8px;
}

.hos-border-12 {
    border-radius: 12px;
}


.hos-border-20 {
    border-radius: 20px;
}

.hos-border-50 {
    border-radius: 50px;
}

.custom_toast {
    display: none;
    position: fixed;
    top: 80px;
    color: white;
    /* z-index: 8; */
}

.custom_toast .toast-body {
    background-color: white;
    font-weight: 600;
}

.flip-image {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.flip-v-image {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.hos-fs-8 {
    font-size: 8px;
}

.hos-fs-10 {
    font-size: 10px;
}

.hos-fs-12 {
    font-size: 12px;
}

.hos-fs-13 {
    font-size: 13px;
}

.hos-fs-14 {
    font-size: 14px;
}

.hos-fs-15 {
    font-size: 15px;
}

.hos-fs-16 {
    font-size: 16px;
}

.hos-fs-17 {
    font-size: 17px;
}

.hos-fs-18 {
    font-size: 18px;
}


.hos-fs-20 {
    font-size: 20px;
}

.hos-fs-22 {
    font-size: 22px;
}

.hos-fs-24 {
    font-size: 24px;
}

.hos-fs-28 {
    font-size: 28px;
}

.hos-fs-32 {
    font-size: 32px;
}

.hos-fs-36 {
    font-size: 36px;
}

.hos-fs-42 {
    font-size: 42px;
}

.hos-fs-48 {
    font-size: 48px;
}

.hos-solid-border {
    border: 1px solid var(--hos-border);
}

.hos-solid-border-white {
    border: 1px solid white;
}

.icon-btn {
    cursor: pointer;
}

.input-group-right input {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-right span {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-left input {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-left span {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.stop-focus:focus {
    border-color: var(--hos-border);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.h-80 {
    height: 80%;
}
.h-85 {
    height: 85%;
}
.h-90 {
    height: 90%;
}
.h-95 {
    height: 95%;
}