.hide {
    display: none;
}

.form-input.is-select-input {
    background-color: transparent !important;
}

.thumb-property-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-top: 10px;
    margin-right: auto;
}

.guarantr-text {
    text-align: center;
    color: #fff;
}

.guarantor-terms p {
    margin-bottom: 15px;
}

.div-block-6 {
    background: #fcdb3a;
}

.div-block-4 .yellow-button.current {
    background: #f9a939;
}

.faq4_answer p {
    margin-bottom: 2rem;
}

.white-text {
    color: #ffffff;
}

.tooltip {
    position: relative;
    display: inline-block;
    font-size: 12px;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 180px;
    max-width: 100%;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 15px 15px;
    border-radius: 6px;
    font-size: 12px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #2ab934;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.on {
    display: none;
}

.on,
.off {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

input:checked + .slider .on {
    display: block;
}

input:checked + .slider .off {
    display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.terms-section td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

.terms-section p {
    margin-bottom: 2rem;
}

.mb-20 {
    margin-bottom: 20px;
}

.modal {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 1001;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding-right: 16px;
    transform: none !important;
    background-color: rgba(66, 67, 67, 0.7);
}

.modal.show {
    display: none;
}

.modal-dialog {
    position: relative;
    z-index: 2;
    max-width: 890px;
    margin: 30px auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.modal-text {
    font-size: 1rem;
}

.absolute-nomination {
    min-height: 550px;
}

.green_background.yellow {
    background: #fcdb3a;
}

.modal-content {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 20px;
    background-color: #fcdb3a;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    font-size: 15px;
}

.model-header {
    margin-bottom: 60px;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 46px;
    font-weight: 700;
    text-align: center;
}

.model-header.less-margin {
    margin-bottom: 30px;
}

.model-close {
    position: absolute;
    left: auto;
    top: 40px;
    right: 40px;
    bottom: auto;
    cursor: pointer;
}

.model-close-icon {
    display: block;
}

/* select{
    -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
} */

.modal.show {
    display: block;
}

.green_background {
    background: #71e8bb;
}

.content_success {
    width: 475px;
    margin: 0 auto;
    max-width: 100%;
}

.iconify {
    font-size: 20px;
}

.gray-text {
    color: #999999;
}
.calendar.w-input {
    cursor: pointer;
}

.is-invalid {
    background-color: rgba(233, 60, 53, 0.2);
}
.text-field.calendar.w-input.is-invalid {
    color: #fff;
}

.image-upload img {
    cursor: pointer;
}

.image-upload > input {
    visibility: hidden;
    width: 0;
    height: 0;
    display: none;
}

.image-upload img {
    padding: 20px 20px 0px 20px;
}

.required-text {
    width: 65%;
    margin: 0 auto;
    margin-bottom: 20px;
}

:root {
    --main-light-color: #ffe800;
    --main-dark-color: #321f59;
    --main-active-color: #642eff;
}
.datepicker-dropdown {
    font-family: "Noto Sans", sans-serif;
    border-radius: 20px !important;
    box-shadow: 9px 9px 3px 0 #000;
    outline-color: #000;
    outline-offset: 0px;
    outline-style: solid;
    outline-width: 2px;
    box-sizing: border-box;
}
.datepicker-panel > ul[data-view="week"] > li {
    color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    height: initial;
    padding-top: 3px;
    margin-bottom: 4px;
}
.datepicker-panel > ul[data-view="week"] > li:hover {
    background-color: var(--main-light-color);
    color: var(--main-dark-color);
    border-radius: 0px;
}
.datepicker-panel > ul[data-view="week"] li:first-child {
    border-radius: 20px 0 0 20px;
}
.datepicker-panel > ul[data-view="week"] li:last-child {
    border-radius: 0 20px 20px 0;
}
.datepicker-top-left::before,
.datepicker-top-left::after {
    display: none;
}
.datepicker-panel > ul > li[data-view="day"] {
    font-size: 9px;
    color: #000000;
    font-weight: 700;
}
.datepicker-panel > ul > li.muted {
    font-size: 9px;
    font-weight: 700;
}
.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.highlighted,
.datepicker-panel > ul > li.picked:hover {
    color: var(--main-active-color);
    background: var(--main-light-color);
    border-radius: 50%;
    font-style: normal;
    font-size: 9px;
    font-weight: 700;
}

.datepicker-panel > ul > li.highlighted {
    color: #fff;
    background: #666;
}

li[data-view="month current"],
li[data-view="year current"] {
    text-align: left;
    color: #000000;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    /* line-height: 24px; */
    padding-left: 15px;
    border-radius: 10px;
}
.datepicker-panel > ul > li:hover {
    background: var(--main-light-color);
    border-radius: 50%;
}
li[data-view="month current"],
li[data-view="year current"],
li[data-view="years current"] {
    margin-bottom: 4px !important;
}
ul[data-view="week"] > li {
    font-size: 7px;
}
@media screen and (min-width: 768px) {
    .w-node-e56b0b53-4f57-818c-3eef-bc839ebdcd1a-9ebdcd16 {
        max-width: 50%;
    }

    .datepicker-dropdown {
        width: 247px;
        padding: 12px;
    }
    .datepicker-panel > ul > li {
        width: 30px;
        height: 30px;
    }
    li[data-view="month next"],
    li[data-view="year next"],
    li[data-view="years next"] {
        position: absolute;
        right: 18px;
    }
    li[data-view="month prev"],
    li[data-view="year prev"],
    li[data-view="years prev"] {
        position: absolute;
        right: 66px;
    }
    ul[data-view="months"] li,
    ul[data-view="years"] li {
        padding-top: 0px;
        width: 57px !important;
    }
}
@media screen and (max-width: 768px) {
    .datepicker-panel {
        transform: scale(0.97);
    }
}
