﻿

.form-control:focus {
    box-shadow: 0 0 0 0.1rem rgba(13,110,253,.25);
    transition: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--white);
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px var(--input-bg) !important;
}

.basediv .form-check > .form-check-input {
    background-color: transparent;
    border: 2px solid var(--border-grey);
}

.basediv .form-check .form-check-input:checked[type=checkbox] {
    background-image: url(../img/form-custom-checkbox.png);
    background-repeat: no-repeat;
    background-size: 8px 8px;
    background-position: center;
    border: solid 2px var(--bright-green);
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e); */
    background-image: url(../img/form-custom-checkbox.png);
}

.custom-control-label::before {
    background-color: transparent;
    border-radius: 4px;
    border: solid 2px var(--border-grey);
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-radius: 4px;
    background-color: transparent;
    border: solid 2px var(--bright-green);
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: unset;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: var(--border-grey);
}

.basediv .form-check-input:focus {
    box-shadow: none;
}

.textbox1 {
    width: 100%;
    height: 63px;
    padding: 22px;
    border-radius: 14px;
    border: solid 0.4px var(--blue-grey);
    background-color: var(--input-bg) !important;
    color: var(--white);
}
.textbox1:focus{
    box-shadow: none !important;
}

    .textbox1.form-control:focus {
        color: var(--white);
        background-color: var(--input-bg) !important;
        border-color: var(--blue-grey);
        outline: 0;
    }

.textbox2 {
    width: 100%;
    height: 63px;
    padding: 19px;
    border-radius: 14px;
    background-color: var(--input-bg) !important;
    border: 0;
    color: var(--white);
}

    .textbox2.form-control:focus {
        color: var(--white);
        background-color: var(--input-bg) !important;
        border: 0;
        outline: 0;
    }

.input-border {
    border: solid 0.4px var(--bright-green) !important;
    border-radius: 14px;
}
.input-group-text {
    border-radius: 14px;
    background-color: var(--input-bg) !important;
    color: var( --blue-grey);
}

.input-group-textbox2 {
    border: 0;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: var(--input-bg) !important;
    margin-left: 0 !important;
}


    .input-group-textbox2 img {
        filter: brightness(0) sepia(0) hue-rotate(360deg) saturate(1);
    }

.textbox3 {
    width: 100%;
    height: 200px;
    padding: 26px;
    border-radius: 14px;
    border: solid 0.4px var(--blue-grey);
    background-color: var(--input-bg) !important;
}

    .textbox3.form-control:focus {
        color: var(--white);
        background-color: var(--input-bg) !important;
        border-color: var(--blue-grey);
        outline: 0;
    }

.textbox-error {
    border: solid 0.4px var(--bright-red);
    color: var(--bright-red);
}

    .textbox-error::placeholder {
        color: var(--bright-red);
    }

.textbox-dropdown {
    width: 100%;
    height: 63px;
    padding: 22px;
    border-radius: 14px;
    border: solid 0.4px var(--blue-grey);
    background-color: var(--textbox-bg-color);
    color: var(--white);
    float: left;
}

    .textbox-dropdown.form-control:focus {
        color: var(--white);
        background-color: var(--textbox-bg-color);
        border-color: var(--blue-grey);
        outline: 0;
    }

.selectBoxCustom {
    position: absolute;
    width: 22%;
    right: 20%;
    margin-top: 13px;
}

.input-group-text-custom {
    background-color: var(--textbox-bg-color) !important;
    color: var(--blue-grey) !important;
    border: solid 0.4px var(--blue-grey) !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.btn-group-custom {
    background-color: var(--textbox-bg-color) !important;
    color: var(--blue-grey);
    border: solid 0.4px var(--blue-grey) !important;
    border-left: 0 !important;
}

.dx-texteditor.dx-editor-outlined {
    background: var(--textbox-bg-color) !important;
    border: solid 0.4px var(--blue-grey) !important;
    border-left: 0 !important;
    border-radius: 14px;
    height: 63px;
}

.btn-group-custom {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px
}

.input-group-4 {
    background-color: var(--input-bg) !important;
    border-radius: 14px;
    border: solid 0.4px var(--blue-grey);
}

.textbox4 {
    width: 100%;
    height: 63px;
    padding: 19px;
    padding-left: 8px;
    border-radius: inherit;
    background: transparent;
    border: 0;
    opacity: 1;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.28px;
    text-align: left;
    color: var(--textbox-text-color);
}

.input-group-text4 {
    background-color: transparent !important;
    border: 0;
    border-right: 0;
    opacity: 1;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.28px;
    text-align: left;
    /* color: var(--blue-grey); */
    color: var(--textbox-text-color);
}

.textbox4:focus {
    color: var(--white) !important;
    outline: 0 !important;
    border: solid 0.4px var(--bright-green) !important;
    border-left: 0 !important;
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25);
}

.input-group-text4-focus {
    border: solid 0.4px var(--bright-green) !important;
    border-right: 0 !important;
    color: var(--white);
}


.textbox4.error {
    color: var(--bright-red) !important;
    outline: 0 !important;
    border: solid 0.4px var(--bright-red) !important;
    border-left: 0 !important;
}

.input-group-text4.error {
    color: var(--bright-red) !important;
    outline: 0 !important;
    border: solid 0.4px var(--bright-red) !important;
    border-right: 0 !important;
}

.textbox4:disabled {
    color: var(--textbox-text-color) !important;
    background: transparent !important;
}

.textbox5 {
    width: 198px;
    height: 63px;
    padding: 22px;
    border-radius: 14px;
    background-color: var(--input-bg) !important;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.28px;
    text-align: left;
    color: var(--white);
}

    .textbox5::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: var(--white);
        opacity: 0.5;
        font-family: OpenSans;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.28px;
        text-align: left;
    }

    .textbox5:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: var(--white);
        opacity: 0.5;
        font-family: OpenSans;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.28px;
        text-align: left;
    }

    .textbox5::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: var(--white);
        opacity: 0.5;
        font-family: OpenSans;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.28px;
        text-align: left;
    }

    .textbox5:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: var(--white);
        opacity: 0.5;
        font-family: OpenSans;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.28px;
        text-align: left;
    }

    .textbox5::-ms-input-placeholder { /* Microsoft Edge */
        color: var(--white);
        opacity: 0.5;
        font-family: OpenSans;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.28px;
        text-align: left;
    }

    .textbox5::placeholder { /* Most modern browsers support this now. */
        color: var(--white);
        opacity: 0.5;
        font-family: OpenSans;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.28px;
        text-align: left;
    }

    .textbox5:focus {
        box-shadow: unset;
        border: solid 0.4px var(--bright-green);
    }

    .textbox5.error {
        color: var(--bright-red) !important;
        outline: 0 !important;
        border: solid 0.4px var(--bright-red) !important;
    }

    .textbox5:disabled {
        color: transparent;
    }

.input-group-copy {
    border: solid 0.4px var(--bright-green);
    border-radius: 14px;
    background-color: var(--textbox-purple-bg-color);
    color: var(--white);
}

.textboxCopy {
    width: 532px;
    height: 63px;
    padding: 22px;
    border-radius: inherit;
    border: 0;
    background-color: inherit;
    color: var(--grey);
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.28px;
    text-align: left;
}

.input-group-text-copy {
    background-color: inherit !important;
    border-left: 0 !important;
    border: 0;
    padding-right: 22px;
}

.textboxCopy:focus {
    background-color: var(--textbox-purple-bg-color);
    box-shadow: none;
}

.textboxCopy::-webkit-input-placeholder {
    opacity: 0.5;
    color: var(--grey);
}

.textboxCopy:-moz-placeholder {
    opacity: 0.5;
    color: var(--grey);
}

.textboxCopy::-moz-placeholder {
    opacity: 0.5;
    color: var(--grey);
}

.textboxCopy:-ms-input-placeholder {
    opacity: 0.5;
    color: var(--grey);
}

.textboxCopy::-ms-input-placeholder {
    opacity: 0.5;
    color: var(--grey);
}

.textboxCopy::placeholder {
    opacity: 0.5;
    color: var(--grey);
}

.has-error .form-control,
.has-error .input-group-textbox2 {
    border-color: var(--bright-red) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: var(--bright-red);
    font-style: normal;
    font-family: OpenSans;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.2px;
}

/*.custom-control-label::before {
    background-color: transparent;
}*/

.iti {
    display: block !important;
}
.iti__dropdown-content {
    background-color: var(--dropdown-bg-color) !important;
    border: solid 0.4px var(--bright-green) !important;
}
.iti__search-input {
    background: var(--dropdown-bg-color) !important;
}
.iti__country-list {
    overflow-y: auto !important;
}
