.displaynone {
    display: none !important;
}

.formtxtsze {
    padding: 15px 15px 15px 50px !important;
}

.displayblock {
    display: block !important;
}

.dark-blue-btn {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    padding: 23px 10px;
    background-color: #212032;
    border: none;
    border-radius: 0.3125rem;
    color: white;
    overflow: hidden;
    top: -80px;
    float: right;
    margin-right: -5px;
    font-size: 14px;
}

    .dark-blue-btn:hover {
        text-decoration: none;
    }


@media(max-width:991px) {
    .dark-blue-btn {
        padding: 20px 10px;
        top: -75px;
    }
}

@media(max-width:480px) {
    .dark-blue-btn {
        padding: 20px 10px;
        top: -74px;
    }
    .button-cust { 
        padding: 27px 10px; 
        top: -74px; 
    }
}



.form-control:focus {
    border-color: #fe7c02;
    box-shadow: 0 0 0 0.2rem rgb(254 124 2 / 14%);
}
.button-cust {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    padding: 29px 10px;
    background-color: #FE7C02;
    border: none;
    border-radius: 3px;
    color: white;
    overflow: hidden;
    top: -79px;
    float: right;
}

    .button-cust:hover {
        color: #FE7C02;
        background-color: #fff;
        border: 1px solid #FE7C02;
    }

    .button-cust:focus {
        outline: 1px solid #FE7C02;
    }

    .button-cust:before {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-color: #fe7c0275;
    }

    .button-cust span {
        position: absolute;
        line-height: 0;
    }

        .button-cust span i {
            transform-origin: center center;
        }

        .button-cust span:nth-of-type(1) {
            top: 50%;
            transform: translateY(-50%);
        }

        .button-cust span:nth-of-type(2) {
            top: 100%;
            transform: translateY(0%);
            font-size: 24px;
            padding-top: 2px;
        }

        .button-cust span:nth-of-type(3) {
            display: none;
        }

    .button-cust.active {
        background-color: #fe7c0275;
    }

        .button-cust.active:before {
            width: 100%;
            transition: width 3s linear;
        }

        .button-cust.active span:nth-of-type(1) {
            top: -100%;
            transform: translateY(-50%);
        }

        .button-cust.active span:nth-of-type(2) {
            top: 50%;
            transform: translateY(-50%);
        }

            .button-cust.active span:nth-of-type(2) i {
                animation: loading 500ms linear infinite;
            }

        .button-cust.active span:nth-of-type(3) {
            display: none;
        }

    .button-cust.finished {
        background-color: #FE7C02;
    }

        .button-cust.finished .submit {
            display: block;
        }

        .button-cust.finished .loading {
            display: block;
        }

        .button-cust.finished .check {
            display: block !important;
            font-size: 24px;
            animation: scale 0.5s linear;
        }

            .button-cust.finished .check i {
                transform-origin: center center;
            }



.btn_new {
    color: #fff !important;
    background: #FE7C02;
    border: 1px solid #FE7C02;
}


    .btn_new:hover {
        color: #FE7C02 !important;
        background-color: #fff;
    }





@media(max-width:480px) {
    .button-cust {  
        padding: 27px 10px; 
        top: -74px; 
    }
}
