@font-face {
    font-family: "Comfortaa";
    src: url("../fonts/Comfortaa/Comfortaa-Regular.eot");
    src: url("../fonts/Comfortaa/Comfortaa-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Comfortaa/Comfortaa-Regular.woff2") format("woff2"),
    url("../fonts/Comfortaa/Comfortaa-Regular.woff") format("woff"),
    url("../fonts/Comfortaa/Comfortaa-Regular.ttf") format("truetype"),
    url("../fonts/Comfortaa/Comfortaa-Regular.svg#Comfortaa-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat Regular";
    src: url("../fonts/Montserrat/Montserrat-Regular.woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat Bold";
    src: url("../fonts/Montserrat/Montserrat-Bold.woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
:root {
    --vh: 0px;
    --primary-color: #0A70BA;
    --secondary-color: #5BBE87;
    --success-color: var(--secondary-color);
    --warning-color: #E8B315;
    --danger-color: #dc3545;
    --light-color: #fafafa;
    --muted-color: #919191;
    --muted-border: #d3d3d3;
    --dark-color: #171717;
    --body-font-family: 'Montserrat Regular', 'Open Sans', sans-serif;
    --heading-font-family: 'Comfortaa', 'Helvetica Neue', 'Arial', sans-serif;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@media (max-width: 480px) {
    html {
        font-size: 14px;
    }
}
@media (min-width: 480px) and (max-width: 768px) {
    html {
        font-size: 16px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    html {
        font-size: 16px;
    }
}
@media (min-width: 1366px) {
    html {
        font-size: 18px;
    }
}
@media (min-width: 1440px) {
    html {
        font-size: 18px;
    }
}
html,
body {
   height: 100%;
   width: 100%;
}
body {
    font-family: var(--body-font-family);
    font-size: 1rem;
    line-height: 1.5;
    background-color: var(--light-color);
    color: var(--dark-color);
    display: flex;
    flex-direction: column;
}
section {
    width: 100%;
}
main {
    flex: 1;
}
ul,
ol {
    list-style: none;
}
a {
    text-decoration: none;
    color: #171717 !important;
    cursor: pointer;
    font-weight: 500;
}
a:hover,
a.active {
    color: var(--primary-color);
}
.link {
    color: var(--primary-color);
    font-weight: 500;
}
button,
.buttonType1,
.buttonType2,
input,
select,
textarea {
    font-size: inherit;
    line-height: inherit;
    border: none;
    outline: none;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: unset;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    font-size: 1.1rem;
    font-family: 'Montserrat Regular', 'Open Sans', sans-serif;
    font-weight: 600;
}
h2 {
    font-size: 1rem;
    font-family: 'Montserrat Bold', 'Open Sans', sans-serif;
    font-weight: 700;
}
h3 {
    font-size: 0.75rem;
}
h4 {
    font-size: 0.7rem;
}
hr {
    height: 2px;
    background-color: #9b9b9b;
    border-radius: 10px;
}
.card, .card-img {
    border-radius: .5rem;
}
.card,
.card-header,
.card-body,
.card-footer {
    background-color: transparent;
    border: unset;
}
label.input-label {
    font-weight: 600;
    color: #424242;
}
input.inputType1.form-control {
    background-color: transparent;
}
input.inputType1.form-control:focus {
    background-color: transparent !important;
    outline: unset !important;
    box-shadow: unset !important;
    border-bottom-color: var(--primary-color) !important;
}
input.inputType1[type=text], input.inputType1[type=password], input.inputType1[type=email], input.inputType1[type=tel] {
    background-color: transparent !important;
    color: #171717 !important;
    border: 0px !important;
    border-bottom: 1.5px solid #d3d3d3 !important;
    padding: 0.3rem;
    border-radius: 0px !important;
    text-indent: 1.6rem;
}
input.inputType1[type=date]:focus {
    border-color: var(--primary-color) !important;
}
.dropdown-content {
    min-width: 200px;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(199, 199, 199, 0.25);
    border-radius: 6px;
    border: 1px solid var(--primary-color);
    z-index: 99999;
    top: 115% !important;
}
.dropdown-content .dropdown-items .dropdown-item {
    transition: background 0.25s ease;
    padding: 0.55rem 0.8rem;
    font-size: 0.9rem;
}
.dropdown-content .dropdown-items .dropdown-item:not(.no-hoverable):hover {
    background-color: #EFEFEF;
}
.dropdown-content .dropdown-items .dropdown-item:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.custom-select,
.custom-search-bar {
    background-color: transparent !important;
    color: #171717 !important;
    border: 1.5px solid #d3d3d3 !important;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem !important;
}
.custom-select:focus,
.custom-search-bar:focus {
    outline: unset !important;
    border-color: var(--primary-color) !important;
}
.custom-select-items,
.custom-search-bar-items:not(.mobile-content) {
    top: calc(100% + 0.65rem);
    left: 0;
    right: 0;
    background-color: var(--light-color);
    box-shadow: 0px 4px 4px rgba(170, 170, 170, 0.25);
    border-radius: 0.25rem !important;
    border: 1px solid var(--primary-color) !important;
    z-index: 9999999;
    overflow-y: auto;
}
.custom-select-items {
    max-height: 20.8125rem;
}
.custom-select-items span {
    font-size: 0.875rem;
    line-height: 1.5rem;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    min-height: 2.4rem;
    color: rgb(66, 70, 77);
    cursor: pointer;
    transition: background 0.15s ease 0s;
}
.custom-select-items span:hover, .custom-select-items span:active {
    background-color: rgba(0, 0, 0, 0.05);
}
.custom-select-items.custom-select-up {
    transform: translate(0%, calc(-100% + 1.1rem));
    top: 0;
}
button,.buttonType1,.buttonType2 {
    max-width: 450px;
    border: 0px !important;
}
button:focus,.buttonType1:focus,.buttonType2:focus {
    box-shadow: none !important;
}
.buttonType1 {
    transition: width 0.25s ease, background 0.25s ease, color 0.25s ease;
    background-color: transparent !important;
    color: var(--primary-color) !important;
    border-radius: 2rem !important;
    border: 2px solid var(--primary-color) !important;
    filter: drop-shadow(0px 4px 4px rgba(160, 160, 160, 0.25));
}
.buttonType1.secondary-color {
    color: var(--secondary-color) !important;
    border: 2px solid var(--secondary-color) !important;
}
.buttonType1.btn-danger {
    stroke: #fff !important;
    border: 2px solid var(--danger-color) !important;
    color: var(--danger-color) !important;
}
.buttonType1.btn-danger svg path {
    stroke: var(--danger-color);
    transition: stroke .25s ease !important;
}
.buttonType1:not(.btn-danger) svg path {
    stroke: var(--primary-color);
    transition: stroke .25s ease !important;
}
.buttonType1.secondary-color:not(.btn-danger) svg path {
    stroke: var(--secondary-color);
}
.buttonType1 span {
    font-size: 1.15rem;
    font-weight: 600;
}
.buttonType1:hover:not(.btn-danger):not(.btn-danger):not(.btn-secondary) {
    background-color: var(--primary-color) !important;
    color: #fafafa !important;
}
.buttonType1.secondary-color:hover:not(.btn-danger):not(.btn-danger):not(.btn-secondary) {
    background-color: var(--secondary-color) !important;
    color: #fafafa !important;
}
.buttonType1.btn-danger:hover, .buttonType1.btn-danger:active {
    background-color: var(--danger-color) !important;
    color: #fafafa !important;
}
.buttonType1:hover svg path:not(.btn-danger), .buttonType1:active:not(.btn-danger) svg path{
    stroke: #fff;
}
.buttonType2 {
    background-color: transparent !important;
    color: #171717 !important;
    border-radius: 6px !important;
    border: 1.5px solid #d3d3d3 !important;
    filter: drop-shadow(0px 4px 4px rgba(160, 160, 160, 0.25));
    padding: 0.5rem 0 !important;
}
.buttonType2 span {
    font-size: 1.15rem;
}
.buttonType2:hover, .buttonType2:active, .buttonType2:focus {
    border-color: var(--primary-color) !important;
    background: #fff !important;
}
.buttonType2.secondary-color:hover, .buttonType2.secondary-color:active, .buttonType2.secondary-color:focus {
    border-color: var(--secondary-color) !important;
    background: #fff !important;
}
.categoryBadge {
    background-color: #EDEDED;
    border: 1px solid #D6D6D6;
    color: var(--dark-color);
    border-radius: 4rem;
    padding: 0.2rem 0.6rem;
    font-weight: 500;
    transition: color 0.3s ease, border .3s ease, background .3s ease !important;
}
.categoryBadge.badge:not(.no-hoverable):hover {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #FFF !important;
}
.iconExpandSelect {
    transition: transform 0.3s ease;
}
.rotateIconExpandSelect {
    transform: rotate(180deg);
}
.primary-color {
    color: var(--primary-color) !important;
}
.secondary-color {
    color: #5BBE87 !important;
}
.warning-color {
    color: #E8B315 !important;
}
.muted-color {
    color: #6b6b6b !important;
}
.text-dark {
    color: #171717 !important;
}
.bg-dark {
    background-color: #171717 !important;
}
.bg-primary {
    background-color: var(--primary-color);
}
.bg-light {
    background-color: #EFEFEF !important;
}
.stroke-primary {
    stroke: var(--primary-color);
}
.bg-danger {
    background-color: var(--danger-color) !important;
}
.cP {
    cursor: pointer;
}
.h-100vh {
    height: calc(100 * var(--vh));
}
.card-img-top {
    height: 100%;
}
.message-card {
    max-width: 900px;
}
.video-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-overflow {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.overflow-x-auto {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: auto;
}
.overflow-y-auto {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: auto;
}
.overflow-auto {
    -ms-overflow-style: none;
}
.overflow-auto::-webkit-scrollbar,
.overflow-x-auto::-webkit-scrollbar {
    height: 0;
    width: 0;
    background-color: transparent;
}
.overflow-x-hidden {
    overflow-x: hidden; !important;
}
.container-size {
    max-width: 550px;
}
.input-icon {
    transform: translateY(-50%);
}
.switch-input {
    position: relative;
    width: 100px;
    height: 34px;
}
.switch-input input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch-input .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch-input .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch-input input:checked + .slider:before {
    -webkit-transform: translateX(64px);
    -ms-transform: translateX(64px);
    transform: translateX(64px);
}
.switch-input .slider.round:before {
    border-radius: 50%;
    background-color: var(--muted-color);
}
.switch-input input:checked + .slider.round:before {
    background-color:  var(--primary-color);
}
.switch-input .slider.round {
    border-radius: 34px;
    background-color: #e8e8e8;
}
.switch-input input:checked + .slider.round {
    background-color: rgba(10, 112, 186, 0.3);
}
#modal-message-container {
    position: fixed;
    width: 300px;
    max-width: 50vw;
    z-index: 1000;
    top: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: .2rem;
    color: var(--dark-color);
    font-weight: bolder;
    opacity: 0;
    transform: scale(.8);
    visibility: hidden;
    -webkit-transition: opacity .4s ease, transform .4s ease;
    -moz-transition: opacity .4s ease, transform .4s ease;
    -o-transition: opacity .4s ease, transform .4s ease;
    -ms-transition: opacity .4s ease, transform .4s ease;
    transition: opacity .4s ease, transform .4s ease;
    letter-spacing: .02em;
    font-size: .8rem;
}
@media (min-width: 1200px) {
    #modal-message-container {
        right: 2vw;
    }
}
@media (max-width: 1200px) {
    #modal-message-container {
        right: 3.8vw;
    }
}
#modal-message-container.border-success {
    border: 1px solid var(--secondary-color);
}
#modal-message-container.border-error {
    border: 1px solid var(--danger-color);
}
#modal-message-container.open-modal {
    animation: openSimpleModal .4s ease forwards;
}
#modal-message-container.border-success {
    color: var(--secondary-color);
}
#modal-message-container.border-error{
    color: var(--danger-color);
}
.warning-message-card .card-body {
    padding: .75rem .5rem !important;
}
.warning-message-card .card-footer {
    background-color: #ffffff !important;
    height: 3px;
    border-radius: 0px;
}
main .section-title {
    font-weight: bold;
}
.search-bar-content {
    --search-item-border-color: #e4e4e4;
    --search-item-border-color-hover: #dcdcdc;
}
.search-bar-content li .item-border {
    border: 2px solid var(--search-item-border-color);
    border-radius: .3rem;
}
.search-bar-content li .item-border.item-hover:hover,
.search-bar-content li .item-border.item-hover:focus {
    border-color: var(--primary-color);
    background-color: #fff;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    transform: translateY(-.1rem);
}
.p1-1 {
    padding-top: 100%;
}
.skeleton {
    animation: skeleton-loading 1s linear infinite alternate;
}
@keyframes skeleton-loading {
    0% {
        background-color: rgba(0, 0, 0, 0.1);
    }
    100% {
        background-color: rgba(0, 0, 0, 0.2);
    }
}
.skeleton-text {
    width: 100%;
    height: 0.7rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}
.skeleton-text-body {
    width: 75%;
}
.skeleton-button {
    width: 33%;
    height: 1.2rem;
    border-radius: .25rem;
}
.skeleton-footer {
    width: 30%;
}
.occult-element {
    overflow: hidden;
    width: 0 !important;
    height: 0 !important;
    position: absolute;
}
@media (min-width: 1366px) {
    main .section-title {
        font-size: 1.2rem;
    }
}
@media (min-width: 1440px) {
    main .section-title {
        font-size: 1.4rem;
    }
}
@keyframes openSimpleModal {
    0%{
        transform: scale(.8);
        opacity: 0;
    }
    100% {
        visibility: visible;
        transform: scale(1);;
        opacity: 1;
    }
}
@keyframes growLoading {
    0% {
        width: 1%;
    }
    100% {
        width: 100%;
    }
}
.warning-message-card .msg-loading {
    width: 1%;
    height: 3px;
    animation: growLoading 40s linear forwards;
}
@media (min-width: 1366px) {
    main {
        width: 80vw !important;
        margin: auto;
    }
}
@media (min-width: 1440px) and (max-width: 1700px) {
    main {
        width: 88vw !important;
    }
}
input:read-only{
    opacity: .9;
    filter:brightness(.9);
}

.buttonType1grow {
    max-width: 60vw;
    width: 350px !important;
    font-size: .95rem !important;
    padding-top: .45rem;
    padding-bottom: .45rem;
    border: 1px solid var(--primary-color) !important;
    font-weight: 600 !important;
}
@media (min-width: 1366px) {
    .buttonType1grow {
        max-width: 55vw !important;
        font-size: 1.1rem !important;
        border-width: 2px !important;
    }
    .buttonType1grow:hover {
        width: 400px !important;
    }
}
.buttonType1grow svg g {
    transition: stroke 0.25s ease;
    stroke: var(--primary-color) !important;
}
.buttonType1grow:hover svg g {
    stroke: #fff !important;
}
.buttonType1grow p {
    font-size: 1rem;
    color: #6b6b6b;
}
@media (max-width: 768px) {
    .buttonType1grow p {
        font-size: 0.85rem;
    }
}
@media (max-width: 768px) {
    .spacer{
        margin-bottom: 60px;
    }
}
