:root {
    --primary: #6d007d;
    --secondary: #ef1855;
    --alternative: #fdec07;
}
@font-face {
    font-family: "avenirblack";
    src:
        url("../fonts/avenir_black.woff2") format("woff2"),
        url("../fonts/avenir_black.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "avenirheavy";
    src:
        url("../fonts/avenir_heavy.woff2") format("woff2"),
        url("../fonts/avenir_heavy.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "avenirbook";
    src:
        url("../fonts/avenir_book.woff2") format("woff2"),
        url("../fonts/avenir_book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "avenir_regularregular";
    src:
        url("../fonts/avenir_regular.woff2") format("woff2"),
        url("../fonts/avenir_regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "avenirlight";
    src:
        url("../fonts/avenir_light.woff2") format("woff2"),
        url("../fonts/avenir_light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "avenirmedium";
    src:
        url("../fonts/avenir_medium.woff2") format("woff2"),
        url("../fonts/avenir_medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica.eot");
    src:
        url("../fonts/Helvetica.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Helvetica.woff2") format("woff2"),
        url("../fonts/Helvetica.woff") format("woff"),
        url("../fonts/Helvetica.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    background: #f7f8fb !important;
    overflow-x: hidden;
}

/* Header + sidebar offset — lives here so page-specific CSS (which always resets
   body padding) can never override it. No page CSS targets .content_area directly. */
.content_area {
    min-width: 0;
    max-width: 100%;
    padding-top: 83px;
    padding-left: 80px;
}

.custom_container {
    min-width: 0;
    width: 100%;
}

@media (max-width: 1199px) {
    body {
        padding-left: 0 !important;
    }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    font-family: "Poppins", sans-serif;
}
svg {
    height: auto;
}
.red {
    color: #c8001f !important;
}
.prpl {
    color: #6d007d !important;
}
.black {
    color: #000 !important;
}
.green {
    color: #24c130 !important;
}
.bluedark {
    color: #2459a3 !important;
}
.white {
    color: #fff !important;
}
.ylw {
    color: #ffc400 !important;
}
.graydark {
    color: #354e41 !important;
}
.blue {
    color: #1875d2 !important;
}
.fw_300 {
    font-weight: 300 !important;
}
.fw_400 {
    font-weight: 400 !important;
}
.fw_500 {
    font-weight: 500 !important;
}
.fw_600 {
    font-weight: 600 !important;
}
.fw_700 {
    font-weight: 700 !important;
}
.fw_900 {
    font-weight: 900 !important;
}
.italic {
    font-style: italic;
}
.cross_back {
    width: 25px;
    height: auto;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
}
@media (max-width: 991px) {
    .cross_back {
        right: 10px;
        top: 10px;
    }
}
@media (max-width: 767px) {
    .cross_back {
        width: 20px;
        top: 5px;
    }
}
.cross_back img,
.cross_back svg {
    width: 100%;
    height: auto;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="date"] {
    background-color: transparent;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}
input[type="color"]::-moz-color-swatch {
    border: none;
}
input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
    border-radius: 0;
}
input[type="color"]::-webkit-color-swatch {
    border: none;
}
input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}
.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
button {
    background: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif !important;
    margin: 0;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
p {
    font-size: 16px;
    line-height: 24px;
    color: #6f6f6f;
}
a,
a:hover {
    font-size: inherit;
    text-decoration: none;
}
span,
strong {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
.mlr-auto {
    margin-left: auto;
    margin-right: auto;
}
textarea {
    font-family: "Outfit", sans-serif;
}
input:focus,
textarea:focus {
    outline: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
button {
    border: 0;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
}
.input {
    width: 100%;
    height: 45px;
    padding: 10px;
    line-height: 24px;
    font-size: 14px;
    line-height: 33px;
    color: #707070;
    font-family: "Poppins", sans-serif;
    border: 1px solid rgba(112, 112, 112, 0.2);
    border-radius: 5px;
}
.textarea {
    width: 100%;
    height: 45px;
    padding: 10px;
    line-height: 24px;
    font-size: 14px;
    line-height: 33px;
    color: #707070;
    font-family: "Outfit", sans-serif;
    border: 1px solid rgba(112, 112, 112, 0.2);
    border-radius: 5px;
}
.mytooltip {
    position: relative;
    display: inline-block;
}
@media (max-width: 767px) {
    .mytooltip {
        position: initial;
    }
}
.mytooltip .icon_tooltip {
    width: 11px;
    height: auto;
    line-height: 16px;
    margin: -2px 0 0;
    cursor: pointer;
}
.mytooltip .tooltip_content {
    background-color: #fff;
    width: 380px;
    position: absolute;
    left: -50px;
    top: 100%;
    margin: 8px 0 0;
    padding: 15px 0;
    border-radius: 12px;
    z-index: 5;
    border: 1px solid rgba(112, 112, 112, 0.2);
    display: none;
    z-index: 101;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 4px;
}
.mytooltip .tooltip_content:before {
    content: "";
    width: 100%;
    height: 25px;
    position: absolute;
    left: 0px;
    top: -25px;
}
@media (max-width: 767px) {
    .mytooltip .tooltip_content {
        width: 300px;
        left: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
.mytooltip .tooltip_content .arrow {
    width: 14px;
    height: 10px;
    position: absolute;
    left: 47px;
    top: -10px;
}
@media (max-width: 767px) {
    .mytooltip .tooltip_content .arrow {
        display: none;
    }
}
.mytooltip .tooltip_content .arrow:before {
    content: "";
    border-bottom: 10px solid rgba(112, 112, 112, 0.4);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
}
.mytooltip .tooltip_content .arrow:after {
    content: "";
    border-bottom: 10px solid #ffffff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    left: 0;
    top: 2px;
}
.mytooltip .tooltip_content .customscroll {
    width: 100%;
    padding: 0 10px;
    display: flex;
    gap: 15px;
    max-height: 200px;
    overflow: auto;
}
.mytooltip .tooltip_content .customscroll .icon {
    width: 25px;
    min-width: 25px;
}
.mytooltip .tooltip_content .tt_heading {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    display: block;
    margin-bottom: 5px;
}
.mytooltip .tooltip_content p {
    font-size: 12px;
    line-height: 20px;
    color: #000 !important;
    margin: 0px;
    text-align: left !important;
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
}
.mytooltip .tooltip_content p ~ p {
    padding-top: 10px;
}
.mytooltip .tooltip_content p a {
    color: #0f4ef1;
}
.mytooltip .tooltip_content.top {
    top: initial;
    bottom: 100%;
    margin: 0px 0 8px;
}
.mytooltip .tooltip_content.top .arrow {
    top: initial;
    bottom: -10px;
    transform: rotate(180deg);
}
.mytooltip .tooltip_content.top:before {
    top: inherit;
    bottom: -25px;
}
.mytooltip .tooltip_content.left {
    left: inherit;
    right: -50px;
}
.mytooltip .tooltip_content.left .arrow {
    left: inherit;
    right: 47px;
}
.mytooltip:hover .tooltip_content {
    display: block;
}
.letter_remaining {
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    font-family: "Outfit", sans-serif;
    color: #848484;
    justify-content: flex-end;
    display: flex;
    margin: 5px 0;
}
.letter_remaining span {
    font-size: inherit;
    color: inherit !important;
}
.error_msg {
    background: #ffebe6;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    border-radius: 0 4px 4px 0;
    border-left: 2px solid #c8001f;
    margin: 5px 0;
}
.error_msg .licon {
    width: 24px;
    min-width: 24px;
}
.error_msg .textbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.error_msg .textbox .ttext {
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    color: #c8001f;
}
.error_msg .textbox p {
    font-size: 10px !important;
    line-height: 16px !important;
    color: #000 !important;
    text-align: left !important;
    margin: 0 !important;
}
.c_btn {
    background-color: #c8001f;
    min-width: 100px;
    min-height: 40px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    font-family: "Outfit", sans-serif;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    transition: all ease-in-out 0.4s;
    border: 1px solid transparent;
}
.c_btn svg path {
    transition: all ease-in-out 0.4s;
}
.c_btn:hover {
    background-color: #2459a3;
}
.c_btn.bgprpl {
    background-color: #6d007d;
    color: #fff;
}
.c_btn.bgprpl:hover {
    background-color: #c8001f;
}
.c_btn.bgblue {
    background-color: #2459a3;
    color: #fff;
}
.c_btn.bgblue:hover {
    background-color: #c8001f;
}
.c_btn.border_btn {
    background-color: transparent;
    border-color: #c8001f;
    color: #c8001f;
}
.c_btn.border_btn:hover {
    background-color: #c8001f;
    color: #fff;
}
.c_btn.border_blue {
    background-color: transparent;
    border-color: #2459a3;
    color: #2459a3;
}
.c_btn.border_blue:hover {
    background-color: #2459a3;
    color: #fff;
}
.c_btn.border_red {
    background-color: transparent;
    border-color: #c8001f;
    color: #c8001f;
}
.c_btn.border_red:hover {
    background-color: #c8001f;
    color: #fff;
}
.c_btn.roundshape {
    border-radius: 50px;
}
.dotsclick {
    min-width: 8px;
}
.dotsclick img {
    min-width: 4px;
}
.mycommon_dropdown {
    padding: 0;
    overflow: visible;
    z-index: 99999 !important;
}

/* Keep select/dropdown lists above sticky table headers across screens. */
.ui.selection.dropdown .menu,
.ui.search.dropdown .menu,
.ui.search.selection.dropdown .menu,
.ui.dropdown .menu,
.mycommon_dropdown,
.dropdown-menu {
    z-index: 99999 !important;
}

/* Keep active dropdown roots above nearby sticky/table layers as well. */
.ui.search.dropdown.dropdownmenu.active,
.ui.search.dropdown.dropdownmenu.visible,
.ui.selection.dropdown.dropdownmenu.active,
.ui.selection.dropdown.dropdownmenu.visible,
.ui.dropdown.active,
.ui.dropdown.visible,
.dropdown.show {
    z-index: 99999 !important;
}

/* Prevent wrapper clipping for dropdown menus in filter/tool rows. */
.filterbox,
.new_inputlabel,
.ui.search.dropdown.dropdownmenu,
.ui.selection.dropdown.dropdownmenu {
    overflow: visible !important;
}

.mycommon_dropdown ul {
    padding: 10px 0;
}
.mycommon_dropdown li .dropdown-item {
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    padding: 5px 10px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.mycommon_dropdown li .dropdown-item .icon {
    width: 15px;
    max-width: 15px;
}
.mycommon_dropdown li .dropdown-item .icon img,
.mycommon_dropdown li .dropdown-item .icon svg {
    max-width: 15px;
}
.dropdown-toggle:after {
    display: none;
}
.dropdown-item:active {
    background: transparent;
    color: #000;
}
.dropdown-item:focus {
    background: transparent;
    color: #000;
}
.form-group {
    margin: 0;
}
.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.form-group input:checked + label:before {
    border: 1px solid #c8001f;
    background: #c8001f;
}
.form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.form-group label {
    width: 14px;
    height: 14px;
    line-height: 14px;
    position: relative;
    cursor: pointer;
    margin: 0;
}
.form-group label:before {
    content: "";
    width: 14px;
    height: 14px;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #707070;
    padding: 2px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px;
    margin: -2px 0 0 0;
}
.customscroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.customscroll::-webkit-scrollbar-thumb {
    background-color: #ef1855;
}
.text_uppercase {
    text-transform: uppercase;
}
.top_successful_msg {
    background: #25a76b;
    width: 100%;
    max-width: 320px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 10px;
    z-index: 9999;
    display: none;
}
.top_successful_msg.show {
    display: flex;
}
.top_successful_msg.fixed_top {
    display: flex;
    position: fixed;
    bottom: 30px;
    right: 30px;
    left: auto;
    top: auto;
    transform: none;
}
@media (max-width: 991px) {
    .top_successful_msg.fixed_top {
        bottom: 15px;
        right: 15px;
    }
}
@media (max-width: 500px) {
    .top_successful_msg.fixed_top {
        max-width: 280px;
        bottom: 10px;
        right: 10px;
    }
}
.top_successful_msg.absolute_top {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    margin-bottom: 10px;
}
.top_successful_msg svg,
.top_successful_msg img {
    width: 45px;
    min-width: 45px;
}
.top_successful_msg p {
    font-size: 15px;
    line-height: 20px;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    color: #fff;
}
.custom_container {
    width: 100%;
    max-width: 1366px;
    padding: 0 15px;
    margin: 0 auto;
}
.custom_container.mw_1200 {
    max-width: 1200px;
}
.custom_container.full {
    max-width: 100%;
}
