:root {
    --orange: 255, 188, 1;
    --value-color-1: 28, 16, 145;
    --value-color-3: 22, 69, 221;

    --color-1: rgb(var(--value-color-1));
    --color-2: rgb(232, 59, 48);
    --color-3: rgb(var(--value-color-3));
    --color-4: rgb(249, 187, 0);
    --color-5: rgb(2, 41, 126);

    --bg-1: rgb(32, 54, 127);
    --bg-2: rgb(56, 182, 255);
    --bg-3: rgb(74, 151, 221);
    --bg-4: rgb(var(--value-color-3));

    --gradient-1: linear-gradient(rgb(255, 106, 0), rgb(238, 9, 121));
    --gradient-2: linear-gradient(rgb(54, 209, 220), rgb(91, 134, 229));
}

body {
    font-size: 15px;
    line-height: 21px;
}

.w-80 {
    width: 80% !important;
}

.ladi-form-control,
.pointer-events-all {
    pointer-events: all !important;
}

div#GROUP1434 {
    border-radius: 8px;
    overflow: hidden;
}

@media (min-width: 768px) {
    #FORM1286 {
        top: 190px;
    }
}

/** Contact Form */

.note-box {
    background-color: #fee02e;
    border-radius: 2px;
    margin: 8px 0 15px;
    padding: 8px;
}

.bg-form {
    color: #fff;
    background-image: url(../images/bg-form.jpg);
}

/* Popup Box */

.popup-contact-box {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;

    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
    height: 100%;

    background-color: #00000091;
}

.popup-contact-box.open {
    display: flex;
}

.popup-bg-box {
    border-radius: 8px;
    width: 90%;
    /* height: fit-content; */
    max-width: 415px;
    background-color: rgb(219, 246, 255);
    padding: 15px;
}

.contact-form-box .header-popup {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    padding: 20px;
    border-bottom: 3px solid rgb(181, 181, 181);
}

.popup-box .popup-close-box {
    display: flex;
    align-items: center;

    position: absolute;
    background-color: #ff0000a8;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    right: 0;
    top: 0;
    height: 30px;
    width: 30px;
}

.contact-form-box .contact-form {
    padding: 20px 40px 40px;
}

.contact-form-box .contact-form .text-note {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;

    word-break: break-word;
}

.contact-form-box .input-box {
    display: grid;
    gap: 10px;
}

.contact-form-box .contact-form input,
.contact-form-box .contact-form textarea {
    width: 100%;
    padding: 10px;
}

.contact-form-box .contact-form textarea {
    width: 100%;
    padding: 10px;
    height: 80px;
    resize: none;
}

.btn-send_contact {
    background-image: linear-gradient(to top, #f67d0d, #ffe006);
    border-radius: 30px;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    color: var(--color-5);
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.contact-form-box .box-text-success {
    line-height: 1.6;
    font-size: 15px;
    padding-top: 15px;
}

/* Text */

.color-3 {
    color: var(--color-3) !important;
}

.text-danger {
    color: var(--color-2) !important;
}

.text-yellow {
    color: #ffe006 !important;
}

.text-orange-yellow {
    color: rgb(255, 188, 1) !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-center {
    text-align: center !important;
}

.text-bold {
    font-weight: bold !important;
}

/* Border */

.border-danger {
    border: 1px solid #fd397a !important;
}

/* Button */
.btn-gradient-round {
    background-image: linear-gradient(to top, #ef0c75, #ff6902);
    border-radius: 50vh;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.btn-gradient-red {
    background-image: var(--gradient-1);
}

.btn-gradient-blue {
    background-image: var(--gradient-2);
}

/* Background */

.background-css {
    background-size: cover;
    /* background-origin: content-box; */
    background-position: center center;
    background-repeat: repeat;
    background-attachment: scroll;
}

/* List */

ol {
    list-style: disc;
    padding-left: 20px;
}

/* Update loading */
#loader .loading {
    color: #fff;
}

/* Row gap */

.row-gap-4_5 {
    row-gap: 2rem;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* action button fixed*/

.action-btn-box {
    left: 40px;
    right: 40px;
    bottom: 15px;
    position: fixed;
    z-index: 1;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.action-btn-box .action-item.action-circel {
    position: relative;
}

.action-btn-box .action-item.action-circel > div {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.action-btn-box .action-item.action-circel:first-child > div {
    background-color: rgb(255, 22, 22);
}

.action-btn-box .action-item.action-circel .border-circle {
    width: 75px;
    height: 75px;

    border-width: 1px;
    border-radius: 99px;
    border-style: solid;
    background-color: unset !important;
    position: absolute;
    z-index: 0;
}

.action-btn-box .action-item.action-circel:first-child .border-circle {
    border-color: rgb(255, 22, 22);
}

.action-btn-box .action-item.action-circel:last-child .border-circle {
    border-color: var(--color-3);
}

.action-btn-box .action-item.action-circel > div svg {
    width: 40px;
    height: 40px;
}

.action-btn-box .action-item .js-show-popup {
    width: 250px;
}

@media (max-width: 500px) {
    .action-btn-box {
        left: 20px;
        right: 20px;
    }
}

@media (max-width: 467px) {
    .action-btn-box .action-item.action-circel > div {
        width: 50px;
        height: 50px;
    }

    .action-btn-box .action-item.action-circel .border-circle {
        width: 60px;
        height: 60px;
    }

    .action-btn-box .action-item.action-circel > div svg {
        width: 60%;
        height: 60%;
    }

    .action-btn-box .action-item .js-show-popup {
        max-width: 170px;
        font-size: 14px;
    }
}
