@import url("https://fonts.googleapis.com/css?family=Lato:400,700");

body {
    background: #F7F7F7;
    font-family:"Lato",sans-serif;
    font-size:.8rem;
    font-weight:400;
}

.ls-bg-888888 {
    background: #888888;
}

.ls-bg-262626 {
    background: #262626;
}

.ls-bg-AEAEAE {
    background: #AEAEAE;
}

.ls-bg-3e3e3e {
    background: #3e3e3e;
}

.ls-bg-white {
    background: white;
}

.c-white {
    color: white;
}

.c-989898 {
    color: #989898;
}

.c-232b2b {
    color: #232b2b;
}

.c-2c8fe3 {
    color: #2c8fe3;
}

.c-ed0080 {
    color: #ed0080;
}

.c-2c8fe3:hover {
    color: #5080A9;
}


.s-30 {
    font-size: 30px;
}

.s-10 {
    font-size: 10px;
}

.s-12 {
    font-size: 12px;
}

.s-14 {
    font-size: 14px;
}

.s-16 {
    font-size: 16px;
}

.s-18 {
    font-size: 18px;
}

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


.ls-btn-primary {
    background: #ed0080;
    cursor: pointer !important;
    color: #fff;
    border: 1px solid #ed0080;
    border-radius: 2px !important;
    font-size: 16px !important;
    padding: 0.3rem 1.3rem 0.3rem 1.3rem !important;
}

.ls-btn-primary:hover {
    background: #d00070;
    color: #fff;
    border: 1px solid #d00070;
}

.ls-btn-secondary {
    background: #232b2b;
    cursor: pointer !important;
    color: #fff;
    border: 1px solid #232b2b;
    border-radius: 2px !important;
    font-size: 14px;
    padding: 0.3rem 1.3rem 0.3rem 1.3rem !important;
}

.ls-btn-secondary:hover {
    background: #434b4b;
    color: #fff;
    border: 1px solid #434b4b;
}

.ls-btn-tertiary {
    background: #fff;
    cursor: pointer !important;
    color: #9e9e9e;
    border: 1px solid #9e9e9e;
    border-radius: 2px !important;
    font-size: 14px !important;
    padding: 0.3rem 1.3rem 0.3rem 1.3rem !important;
}

.ls-btn-tertiary:hover {
    color: #232b2b;
    border: 1px solid #232b2b;
}

.scrollbar{
    max-height: 65vh;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.scrollbar-mobile {
    max-height: 500px;
    height: 100%;
    overflow-y: scroll;
}

.scroll-style::-webkit-scrollbar-track
{
    border-radius: 10px;
    background-color: #f0f0f5;
    height: 100px;
    scroll-behavior: smooth;
}

.scroll-style::-webkit-scrollbar
{
    width: 5px;
    background-color: #f0f0f5;
    height: 100px;
    scroll-behavior: smooth;
}

.scroll-style::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    height: 100px;
    background-color:#232b2b;
    scroll-behavior: smooth;
}

/* RADIO BUTTONS */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #000;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* 07.Tabs */
.nav-tabs.separator-tabs {
    border-bottom: 1px solid #d7d7d7; }

.nav-tabs .nav-link {
    border: initial;
    padding-top: 1rem; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background: white; }

.nav-tabs .nav-link.active::before,
.nav-tabs .nav-item.show .nav-link::before {
    content: " ";
    background: #145388;
    color: white;
    border-radius: 10px;
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    top: 0; }

.nav-tabs.separator-tabs .nav-link.active::before,
.nav-tabs.separator-tabs .nav-item.show .nav-link::before {
    content: " ";
    background: #145388;
    border-radius: 10px;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    top: unset; }

.nav-tabs.separator-tabs .nav-link {
    border: initial;
    background: initial;
    padding-left: 0;
    padding-top: 0.5rem;
    padding-right: 0;
    margin-right: 1.5rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #44566c; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border: initial;
    position: relative;
    color: #145388; }

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border: initial;
    color: #145388; }


/* Checkbox */

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: rgba(33, 33, 33, 0.25); }

.custom-control-input:active ~ .custom-control-label::before {
    background-color: transparent; }

.custom-checkbox .custom-control-label.indeterminate::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='encodecolor" "#fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='encodecolor" "#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='encodecolor" "#fff'/%3E%3C/svg%3E"); }

.custom-control-label,
.custom-control-input {
    outline: initial !important;
    box-shadow: initial !important; }

.custom-control-input {
    left: 1px;
    top: 3px;
    opacity: 0;
    z-index: 1;
    pointer-events: none; }

.custom-control-label::before {
    border: 1px solid #232B2B;
    background: initial; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #232B2B; }

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #232B2B;
    box-shadow: initial !important;
    border: 1px solid #232B2B; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #232B2B;
    box-shadow: initial !important; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #232B2B;
    border: 1px solid #ffffff;
    box-shadow: initial !important; }

.custom-control-label::after,
.custom-control-label::before {
    box-shadow: initial !important; }

.custom-control-label::before {
    top: 0.25rem; }

.custom-control-label::after {
    top: 0.25rem; }



.swal2-container{
    z-index: 100000000000000000000000000 !important;
    margin-left: 85px !important;
    min-width: 500px;
    height: 85px;
    display: flex !important;
    align-items: center !important;
}

.swal2-toast{
    width: 100% !important;
    justify-content: flex-start !important;
}

.swal2-header h2.swal2-title{
    color: #ffffff !important;
}

.swal2-content #swal2-content{
    color: #000000 !important;
    margin-left: 5px;
    text-align: left !important;
    object-fit: contain;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    padding: 8px;
}
.swal2-popup.swal2-toast{
    padding: 2px !important;
    border-radius: 0;
}
.swal2-icon{
    border: none !important;
}

.swal2-icon [class^=swal2-x-mark-line] {
    background-color: white !important;
}
.swal2-popup.swal2-toast .swal2-content{
    width: 100%;
    background: #ffffff;
    padding: 10px;
}


@media only screen and (max-width: 767px) {
    .swal2-container{
        min-width: max-content;
    }

    .swal2-content #swal2-content {
        font-size: 14px;
    }
}


.mouse-click {
    cursor: pointer;
}
.mouse-no-click {
    cursor: not-allowed !important;
}

.btn.disabled {
    opacity: .50;
}

.lsinput {
    background: #fff;
    border: 1px solid #d6d6d6;
    width: 100%;
    padding: 7px 1rem 7px 10px;
    border-radius: 2px;
    min-height: 20px;
}

.lsinput label {
    -moz-appearance: none;
    -webkit-appearance: none;
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #9e9e9e;
    font-size: 12px;
}

.lsinput input {
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    background: #fff;
    border: none;
    border: 2px solid #ffffff !important;
    outline: none;
    padding: 0;
    margin: 0;
    color: #232b2b;
    margin-left: -2px;
}
