﻿/*typeface*/

.regular-weight, .input4-regular {
    font-weight: 400;
}

.medium-weight, .label1-medium, .input1-medium, .input3-medium, .btn1-medium {
    font-weight: 500;
}
.medium-weight-700 {
    font-weight: 700;
}

.text-capital, .label1-medium {
    text-transform: uppercase;
}

.h3-text {
    line-height: 120%;
    font-size: 26px;
    letter-spacing: 0px;
}

.h4-text {
    line-height: 120%;
    font-size: 24px;
    letter-spacing: 0px;
}

.h6-text {
    line-height: 120%;
    font-size: 20px;
    letter-spacing: 0px;
}

.h7-text {
    line-height: 120%;
    font-size: 18px;
    letter-spacing: 0px;
}

.h8-text {
    line-height: 120%;
    font-size: 16px;
    letter-spacing: 0px;
}

.b4-text {
    line-height: 120%;
    font-size: 20px;
    letter-spacing: 0px;
}

.b5-text {
    line-height: 120%;
    font-size: 18px;
    letter-spacing: 0px;
}

.b6-text {
    line-height: 120%;
    font-size: 16px;
    letter-spacing: 0px;
}

.b7-text, .input1-medium, .input2-regular, .btn1-medium {
    line-height: 120%;
    font-size: 14px;
    letter-spacing: 0px;
}

.b8-text {
    line-height: 120%;
    font-size: 13px;
    letter-spacing: 0px;
}

.b9-text, .input3-medium, .input4-regular {
    line-height: 120%;
    font-size: 12px;
    letter-spacing: 0px;
}

.b10-text, .label1-medium, .label2-regular {
    line-height: 120%;
    font-size: 10px;
    letter-spacing: 0px;
}

.b11-text {
    line-height: 120%;
    font-size: 8px;
    letter-spacing: 0px;
}

.b12-text {
    line-height: 120%;
    font-size: 6px;
    letter-spacing: 0px;
}

.microcopy-text-1 {
    line-height: 120%;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.microcopy-text-2 {
    line-height: 120%;
    font-size: 12px;
    letter-spacing: 0px;
    text-transform: capitalize;
}

/*text-colors*/

.text-black, .input2-regular {
    color: #000000;
}

.text-trout {
    color: #494F59;
}

.text-regent-gray {
    color: #7F8A9A;
}

.text-hippie-blue, .label1-medium, .label2-regular {
    color: #6794B7 !important;
}

.text-link-water {
    color: #D0E2F1;
}

.text-foam {
    color: #F3F9FE;
}

.text-white {
    color: #FFFFFF;
}

.text-blumine {
    color: #1F5E8C;
}

.text-cerulean, .input3-medium {
    color: #1D98B9 !important;
}

.text-moody-blue {
    color: #7E71D0 !important;
}

.text-carnation {
    color: #F56363;
}

.text-ecstacy {
    color: #F88216;
}

.text-sun {
    color: #FBB80E;
}

.text-mantis {
    color: #73D071;
}

.text-white {
    color:#fffff;
}

.text-italize {
    font-style: italic;
}



/*bg-colors*/

.bg-black {
    background-color: #000000;
}

.bg-trout {
    background-color: #494F59;
}

.bg-regent-gray {
    background-color: #7F8A9A;
}

.bg-hippie-blue {
    background-color: #6794B7;
}

.bg-link-water {
    background-color: #D0E2F1;
}

.bg-foam {
    background-color: #F3F9FE !important;
}

.bg-white {
    background-color: #FFFFFF;
}

.bg-blumine {
    background-color: #1F5E8C;
}

.bg-cerulean {
    background-color: #1D98B9;
}

.bg-moody-blue {
    background-color: #7E71D0;
}

.bg-carnation {
    background-color: #F56363;
}

.bg-ecstacy {
    background-color: #F88216;
}

.bg-sun {
    background-color: #FBB80E;
}

.bg-sunrise {
    background-color: #F88216;
}

.bg-mantis {
    background-color: #73D071;
}

.bg-oldlace {
    background-color: #FEFBF3;
}

/*border-colors*/

.border-color-black {
    border-color: #000000;
}

.border-color-trout {
    border-color: #494F59;
}

.border-color-regent-gray {
    border-color: #7F8A9A;
}

.border-color-hippie-blue {
    border-color: #6794B7;
}

.border-color-link-water {
    border-color: #D0E2F1;
}

.border-color-foam {
    border-color: #F3F9FE;
}

.border-color-white {
    border-color: #FFFFFF;
}

.border-color-blumine {
    border-color: #1F5E8C;
}

.border-color-cerulean {
    border-color: #1D98B9;
}

.border-color-moody-blue {
    border-color: #7E71D0;
}

.border-color-carnation {
    border-color: #F56363;
}

.border-color-ecstacy {
    border-color: #F88216;
}

.border-color-sun {
    border-color: #FBB80E;
}

.border-color-mantis {
    border-color: #73D071;
}

.border-bottom-water-link {
    border-bottom: solid 1px #D0E2F1;
}

.border-water-link {
    border: solid 1px #D0E2F1;
}

/*border radius*/

.border-radius-2 {
    border-radius: 2px !important;
}

.border-radius-4 {
    border-radius: 4px !important;
}

.border-radius-6 {
    border-radius: 6px !important;
}

.border-radius-8 {
    border-radius: 8px !important;
}

.border-radius-12 {
    border-radius: 12px !important;
}


.border-radius-16 {
    border-radius: 16px !important;
}

.border-radius-19 {
    border-radius: 19px !important;
}

.border-radius-24 {
    border-radius: 24px !important;
}

.border-radius-28 {
    border-radius: 28px !important;
}

.border-radius-1000 {
    border-radius: 1000px !important;
}


.sub-sidebar-item .icon-menu {
    border: 2px solid #1D98B9;
    color: #1D98B9;
    border-radius: 50%;
}

.sub-sidebar-item.active .icon-menu,
.sub-sidebar-item:hover .icon-menu {
    background: #1D98B9;
    color: #fff;
}

.sub-sidebar-item.active,
.sub-sidebar-item:hover {
    background: #F3F9FE;
}

.subsidebar-iconColor {
    color: #1D98B9;
}

.button-global {
    height: 40px;
    padding: 0px 16px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: ease-in 0.3s;
}
.margin-top-12 {
    margin-top: 12px;
}

.margin-bottom-12 {
    margin-bottom: 12px;
}

.padding-12 {
    padding: 12px;
}

.padding-12-22 {
    padding: 12px 22px;
}

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.flex-3 {
    flex: 3;
}

.flex-4 {
    flex: 4;
}

.flex-5 {
    flex: 5;
}

.flex-6 {
    flex: 6;
}


.button-global.default {
    background: #1D98B9;
}

.button-global.default:hover {
    background: #23B9E1;
}

.button-global.light {
    background: #F8F9FA;
    color: #1D98B9;
    width:auto;
}

.button-global.light:hover {
    background: #DFE0E1;
    color: #23B9E1;
}

.button-global.delete {
    background: #F56363;
}

.button-global.delete:hover {
    background: #F67272;
}

.button-global.success {
    background: #73D071;
}

.button-global.success:hover {
    background: #81D47F;
}

.button-global.out-line {
    border: solid 1px #1D98B9;
    background-color: transparent;
    color: #1D98B9;
}

.button-global.out-line:hover {
    background-color: #1D98B9;
    color: #ffff;
}

.button-global.clear-btn {
    background-color: transparent;
    color: #F56363;
}

.button-global.text-btn {
    background-color: transparent;
    color: #1D98B9;
    height:auto!important;
}

.button-global.disable {
    opacity: 0.7;
    cursor:not-allowed;
}

.workspace-content-gridlist {
    margin-top: 12px;
    height: calc(100% - 12px);
    display: flex;
    flex-direction: column;
}

    .workspace-content-gridlist.header {
        height: 100% !important;
    }

.workspace-content-gridlist-100 {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.default-list-total {
    font-size: 10px;
    color: #6794B7;
}

.infinite-total-count {
    margin-top: 12px;
    margin-bottom: 0px;
}

.default-list {
    padding: 12px;
    overflow-x: hidden;
    background: #F3F9FE;
    border-radius: 16px;
    flex-grow: 1;
}

.margin-top-12 {
    margin-top: 12px;
}

.margin-bottom-12 {
    margin-bottom: 12px;
}

.padding-12 {
    padding: 12px;
}

.padding-12-22 {
    padding: 12px 22px;
}

.padding-22 {
    padding: 22px;
}

.padding-12 {
    padding: 12px;
}

.padding-bottom-12 {
    padding-bottom: 12px;
}

.padding-8 {
    padding: 8px;
}

.min-w-175 {
    min-width: 175px;
    width: 175px;
}

.min-w-106 {
    min-width: 106px;
    width: 106px;
}

.gap-4px {
    gap: 4px;
}

.gap-6 {
    gap: 6px;
}

.gap-8 {
    gap: 8px;
}

.gap-12 {
    gap: 12px;
}

.gap-24 {
    gap: 24px;
}


.main-workspace {
    background: #ffff;
    padding: 22px;
    border-radius: 24px;
}

.grid-list-content {
    border-radius: 16px;
    background: #F3F9FE;
    padding: 16px;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 248px);
    margin-bottom: 12px;
}

.content-list {
    flex: 1 0 50%;
    max-width: calc(50% - 6px);
    box-sizing: border-box;
}


/* Fields */

.hcm-fields {
    background-color: #F3F9FE;
    padding: 11px 10px;
    height: 40px;
    display: flex;
    align-items: center;
}


.hcm-fields input {
    background-color: transparent;
    border: 0;
    width: 100%;
    outline: 0;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.hcm-fields input::placeholder {
    color: #6794B7;
    font-weight: 400;
}

.hcm-fields input:disabled {
    opacity:1 !important;
}

.hcm-fields.hcm-icon {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hcm-fields.hcm-icon {
    font-size: 14px;
    color: #1D98B9;
}

.hcm-fields input[type="date"] {
    position: relative;
    text-transform: uppercase;
}

.hcm-fields input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}

.hcm-fields input[type="date"]::before {
    color: transparent;
    background: none;
    display: block;
    font-family: 'FontAwesome';
    content: '\f073';
    width: 15px;
    height: 20px;
    position: absolute;
    right: 0;
    color: #1D98B9;
}

.hcm-fields input[type="time"]::-webkit-calendar-picker-indicator {
    filter: invert(50%) sepia(91%) saturate(2187%) hue-rotate(181deg) brightness(94%) contrast(95%);
}

.hcm-fields.bg-transparent input[type="date"]::before {
    content: '';
}

.hcm-fields select {
    width: 100%;
    background: url(/images/svg/dropdown-chevron.svg) transparent no-repeat 100%;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    color: #494F59;
    font-weight: 500;
}

.hcm-fields select::-ms-expand {
    display: none;
}


.hcm-fields select option {
    list-style: none;
}


.hcm-fields.hcm-border-bottom {
    border-bottom: solid 1px;
}


.hcm-fields.hcm-border-bottom.default {
    border-color: #D0E2F1;
}

.hcm-fields.hcm-border-bottom.required {
    border-color: #1D98B9;
}

.icon-sm {
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 8.75px;
    width: 24px;
    height: 24px;
}

.icon-md {
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 18px;
    width: 32px;
    height: 32px;
}

.icon-lg {
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 16px;
    width: 40px;
    height: 40px;
}

.icon-outline {
    border: solid 1px;
}

.validation-message {
    font-size: 10px;
    color: #F56363;
}

.login-wrapper {
    padding: 40px;
    border-radius: 18px;
    min-width: 482px;
    min-height: 557px;
}