<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    word-break: break-word;
    -ms-word-break: break-all;
}
body input {
    word-break: normal;
}
.bootstrap-datetimepicker-widget {
    word-break: normal;
}
.unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.d-none-2 {
    display: none;
}
.pe-none-ss {
    pointer-events: none;
}
.spinner {
    /*animation: rotate 2s linear infinite;*/
    z-index: 99999;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -64px 0 0 -64px;
    width: 128px;
    height: 128px;
}
.spinner .path {
    stroke: #FF585D;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}
#loading {
    background: #f2ededb0;
}
@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}
.readonly-have-br {
    pointer-events: none;
    background: #f2f2f2!important;
}

.header-wrap {
    z-index: 22222!important;
}
/* width */
.w-full {
    width: 100%;
}
.w-1-2 {
    width: 50%;
}
.w-6 {
    width: 24px;
}
.w-8 {
    width: 32px;
}
.h-8n {
    height: 32px;
}
.w-6 {
    width: 24px;
} 
/* height */
.h-full {
    height: 100%;
}
.h-4 {
    height: 24px;
}
.h-8 {
    height: 2.25rem;
}
.h-12 {
    height: 3rem;
}
.h-14 {
    height: 3.5rem;
}
.h-15x {
    height: 59px;
}
.h-100px {
    height: 100px;
}
.h-64 {
    height: 256px;
}
.w-64 {
    width: 256px;
}
/* font weight */
.font-weight-bolder {
    font-weight: 600;
}
.font-weight-semibold {
    font-weight: 600;
}
.text-color-blue-main {
    color: #FF585D!important;
}
/* font size */
.text-sm {
    font-size: 12px;
}
.text-2sm {
    font-size: 14px;
}
.text-base {
    font-size: 1rem;
}
.text-2base {
    font-size: 1.125rem;
}
.text-xl {
    font-size: 1.25rem;
}
.text-2xl {
    font-size: 1.5rem;
}


/* top */
.top-0 {
    top: 0;
}
.right-0 {
    right: 0;
}
 /* padding */
 .p-2x {
    padding: 12px;
    padding: 0.875rem;
 }
.px-2x {
    padding-right: 12px;
    padding-right: 0.875rem;
    padding-left: 12px;
    padding-left: 0.875rem;
}
.px-3x {
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-left: 20px;
    padding-left: 1.25rem;
}
.py-2x {
    padding-top: 12px;
    padding-top: 0.75rem;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
}
.py-3x {
    padding-top: 24px;
    padding-top: 1.5rem;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
}

.pb-3x {
    padding-bottom: 24px;
}
.pt-3x {
    padding-top: 24px;
    padding-top: 1.5rem;
}
/* margin  */ 
.mb-0x {
    margin-bottom: 0.125rem;
}
.mb-2x {
    margin-bottom: 0.825rem;
}
.mb-3x {
    margin-bottom: 1.5rem;
}
.mb-4x {
    margin-bottom: 2rem;
}

.rounded {
    border-radius: 4px;
}
.rounded-2 {
    border-radius: 8px;
}
.rounded-full {
    border-radius: 50%;
}

.min-w-170px {
    min-width: 170px;
}
.max-w-170px {
    max-width: 170px;
}
.min-w-100px {
    min-width: 100px;
}
.min-w-110px {
    min-width: 110px;
}
.max-w-120px {
    max-width: 120px;
}
.min-w-120px {
    min-width: 120px;
}
.min-w-370px {
    min-width: 370px;
}
.max-w-370px {
    max-width: 370px;
}

 /* border */
.border-4-ffffff {
    border: 4px solid #ffffff;
}
.border-ffffff {
    border: 1px solid #ffffff;
}
.border-E0E0E0 {
    border: 1px solid #E0E0E0;
}
.boder-4F4F4F {
    border: 1px solid #4F4F4F; color: #4F4F4F
}
.boder-1B1D1F {
    border: 1px solid #1B1D1F; color: #1B1D1F
}
.boder-00A9F4 {
    border: 1px solid #FF585D; color: #FF585D
}
.boder-b-00A9F4 {
    border-bottom: 1px solid #FF585D;
}
.boder-t-00A9F4 {
    border-top: 1px solid #FF585D;
}
.border-t-blue {
    border-top: 1px solid #FF585D;
}
.border-t-blue-300 {
    border-top: 1px solid #FF585D82;
}
.border-333333 {
    border: 1px solid #333333; color: #333333
}
.boder-E0E0E0 {
    border: 1px solid #E0E0E0;
}
.border-BDBDBD {
    border: 1px solid #BDBDBD; color: #BDBDBD
}
.boder-b-BDBDBD {
    border-bottom: 1px solid #BDBDBD;
}
.boder-t-BDBDBD {
    border-top: 1px solid #BDBDBD;
}
.boder-b-trans {
    border-bottom: 1px solid transparent;
}
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
/* line-hegiht */
.leading-4 {
    line-height: 1.125rem;
}
.leading-4x {
    line-height: 1.25rem;
}
.leading-5 {
    line-height: 1.5rem;
}

.text-828282 {
    color: #828282;
}
.text-4F4F4F {
    color: #4F4F4F;
}
.text-EB5757 {
    color: #EB5757
}
.text-E0E0E0 {
    color: #E0E0E0;
}
.text-FFFFFF {
    color: #ffffff!important;
}
.text-000000 {
    color: #000000!important;
}
.text-BDBDBD {
    color: #BDBDBD;
}
.letter-spacing {
    letter-spacing: -0.025em;
}

.bg-F2F2F2 {
    background: #f2f2f2;
}
.bg-ffffff {
    background: #ffffff!important;
}
.bg-e8e8e8 {
    background: #e8e8e8;
}
.bg-00A9F4 {
    background-color:  #FF585D;
}
.bg-trans {
    background: transparent!important;
}
.cursor-p {
    cursor: pointer;
}

.opacity-05 {
    opacity: 0.5;
}
.visibility-hidden {
    visibility: hidden;
}
.mr-4x {
    margin-right: 32px;
}
.mr-2x {
    margin-right: 12px;
}
input:focus, textarea:focus, select:focus{
    outline: none!important;
}
.z-index-2 {
    z-index: 2;
}
.z-index--1 {
    z-index: -1;
}
.left-5t {
    left: 5%;
}
.hidden {
    display: none!important;
}
.span_btn {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #212121;
    color: #212121;
}
.span_text {
    margin-left: 12px;
}
.input_summ {
    cursor: pointer;
}
.log-form .form-group .note-group-select-from-files label, .log-form .form-group label.note-form-label  {
    font-size: 16px;
    font-weight: 400;
}
.btn-sh.share-link-spec {
    color: #FF585D;
}
.hidden_impotant {
    display: none!important;
}



.btn-disabled.click-invite::after {
    content: url(../img/ajax-loader.gif);
    width: 80px;
    height: 40px;
    top: 0;
    position: absolute;
    left: 0;
    background: #fff;
}</pre></body></html>