.btn {
    color: white;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 7px 16px !important;
    background-color : #00b8db;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.theme-primary,
.theme-bg-primary,
.btn.btn-primary {
    background-color : #00b8db !important;
    color: white !important;
    border: 1px solid #00b8db !important;
}
.theme-primary:hover,
.btn.btn-primary:hover {
    background-color : #1acff1 !important;
    border: 1px solid #1acff1 !important;
}
form .btn.btn-primary,
plainform .btn.btn-primary,
dialogform .btn.btn-primary,
buttonform .btn.btn-primary{
    background-color : #00b8db !important;
    color: white !important;
    border: 1px solid #00b8db !important;
}
form .btn:hover,
plainform .btn:hover,
dialogform .btn:hover,
buttonform .btn:hover{
    color: white !important;
    border: 1px solid #00b8db !important;
    background-color: #00b8db !important;
}

/* default button colors */
form .btn.btn-secondary,
plainform .btn.btn-secondary,
dialogform .btn.btn-secondary,
buttonform .btn.btn-secondary{
    padding: 10px 25px;
    color: #fff !important;
    border: 1px solid #6c757d !important;
    background-color: #6c757d !important;
}
form .btn.btn-secondary:hover,
plainform .btn.btn-secondary:hover,
dialogform .btn.btn-secondary:hover,
buttonform .btn.btn-secondary:hover{
    color: #6c757d !important;
    border: 1px solid #6c757d !important;
    background-color: transparent!important;
    padding: 10px 25px;
}

form .btn.btn-info,
plainform .btn.btn-info,
dialogform .btn.btn-info,
buttonform .btn.btn-info{
    color: #000 !important;
    border: 1px solid #0dcaf0 !important;
    background-color: #0dcaf0 !important;
}
form .btn.btn-info:hover,
plainform .btn.btn-info:hover,
dialogform .btn.btn-info:hover,
buttonform .btn.btn-info:hover{
    color: #0dcaf0 !important;
    border: 1px solid #0dcaf0 !important;
    background-color: transparent!important;
}
form .btn.btn-success,
plainform .btn.btn-success,
dialogform .btn.btn-success,
buttonform .btn.btn-success{
    color: #fff !important;
    border: 1px solid #28a745 !important;
    background-color: #28a745 !important;
    padding: 10px 25px;
}
form .btn.btn-success:hover,
plainform .btn.btn-success:hover,
dialogform .btn.btn-success:hover,
buttonform .btn.btn-success:hover{
    color: #28a745 !important;
    border: 1px solid #28a745 !important;
    background-color: transparent!important;
}
form .btn.btn-warning,
plainform .btn.btn-warning,
dialogform .btn.btn-warning,
buttonform .btn.btn-warning{
    color: #000 !important;
    border: 1px solid #ffc107 !important;
    background-color: #ffc107 !important;
    padding: 10px 25px;
}
form .btn.btn-warning:hover,
plainform .btn.btn-warning:hover,
dialogform .btn.btn-warning:hover,
buttonform .btn.btn-warning:hover{
    color: #ffc107 !important;
    border: 1px solid #ffc107 !important;
    background-color: transparent!important;
}

form .btn.btn-danger,
plainform .btn.btn-danger,
dialogform .btn.btn-danger,
buttonform .btn.btn-danger{
    color: var(--whiteColor)!important;
    border: 1px solid #dc3545 !important;
    background-color: #dc3545 !important;
    padding: 10px 25px;
}
form .btn.btn-danger:hover,
plainform .btn.btn-danger:hover,
dialogform .btn.btn-danger:hover,
buttonform .btn.btn-danger:hover{
    color: #dc3545 !important;
    border: 1px solid #dc3545 !important;
    background-color: transparent!important;
}
/* wizard form button */
.main_form  .wizard_form .prevArrowBtn,
.main_form .wizard_form .nextArrowBtn{
    color: #00b8db !important;
}
.main_form .prevBtn,
.main_form .nextBtn{
    padding: 5px 15px;
    background-color: #00b8db !important;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    font-size: 15px;
    border: 1px solid #00b8db !important;
}
.main_form .prevBtn:hover,
.main_form .nextBtn:hover{
    background-color: #fff !important;
    color: #00b8db;
    border: 1px solid #00b8db !important;
}

/** Custom Form */
button.inline-block {display: inline-flex !important;align-items: center;}
.progress_form .circle.done .label{background-color: #00b8db !important;}
.progress_form .bar.done {background: #00b8db !important;}
plainform form,
plainform .form_builds{float: left;width: 100%;}
.hero-22-form plainform .form-control{margin-bottom: 15px;}
plainform form .formbuilder-button,
.modal .modal-body plainform form .formbuilder-button,
dialogform form .formbuilder-button{margin: 0 !important;padding: 15px;}
dialogform .modal .modal-body label{width: 100%;text-align: start;float: left;font-size: 16px;}
dialogform .modal .modal-body .formbuilder-button {text-align: left;}
.modal-open [data-aos=fade-up]{transform: unset !important;transition-property: unset !important;transition-duration: unset !important;}
.contact__form__inner{width: 100%;}
plainform form .rendered-form .form-group:not(.p-3),
dialogform form .rendered-form .form-group:not(.p-3){padding: 15px;}
dialogform form .rendered-form .form-group:not(.p-3) h2{padding : 0 !important;color: #424242;}
dialogform .modal-body{max-height: calc(100vh - 250px);overflow: auto;margin: 5px;}
dialogform .modal-body::-webkit-scrollbar {display:block !important;width: 4px;height: 0px;}
dialogform .modal-body::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);border-radius: 5px;}
dialogform .modal-body::-webkit-scrollbar-thumb {background-color: darkgrey;outline: 1px solid darkgrey;border-radius: 5px;}
.modal .modal-dialog{display: flex;align-items: center;min-height: calc(100% - var(--bs-modal-margin) * 2);}

.grp-wrapper-class .squeeze_main .squeeze_form{max-width: 100% !important;}
.modal .modal-body form .ele.img-cont video{width: 100%;height: 100%;}

/** form button ui */
.theme-primary,
.bg-\[\#0d6efd\],
.bg-\[\#198754\],
.bg-\[\#ffc107\],
.bg-\[\#dc3545\],
.bg-\[\#6c757d\],
.bg-\[\#212529\] {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.02em;
    line-height: 1.5rem;
}
.bg-\[\#0d6efd\]:hover{
    background-color: #0d6efdc9 !important;
}
.bg-\[\#198754\]:hover{
    background-color: #198754c9 !important;
}
.bg-\[\#ffc107\]:hover{
    background-color: #ffc107c9 !important;
}
.bg-\[\#dc3545\]:hover{
    background-color: #dc3545c9 !important;
}
.bg-\[\#6c757d\]:hover{
    background-color: #6c757dc9 !important;
}
.bg-\[\#212529\]:hover{
    background-color: #212529c9 !important;
}

.btn-lg {
    font-size: 18px;
    padding: 10px 20px !important;
}
.btn-md {
    font-size: 16px;
    padding: 7px 16px !important;
}
.btn-sm {
    font-size: 12px;
    padding: 4px 12px !important;
}

@keyframes trigger-btn-pulse {
    0% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.5); }
    70% { box-shadow: 0 0 0 10px rgba(59, 130, 246, 0); }
    100% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0); }
}

.trigger-btn-pulse {
    animation: trigger-btn-pulse 2s infinite;
}