/**
* @created date 12/12/2023 
* bootstrap modal.css 
*/
/*bootstrap modal start here*/

#modal_example_form {
    max-width: 930px;
}

#modal_example_form label {
    display: none;
}

#modal_example_form .option {
    display: inline-block !important;
    margin-left: 5px;
}

#modal_example_form input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #f4f6f6;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    height: 50px;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#modal_example_form .form-text,
#modal_example_form .form-email,
#modal_example_form .form-tel {
    background-color: #f9fafa;
    font-style: italic;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#modal_example_form .form-item-company {
    padding-left: 5px;
    padding-right: 4px;
    width: 100%;
}

#modal_example_form .fieldset-legend {
    font-family: LFTEtica;
    font-size: 18px;
    font-weight: bold;
}
#modal_example_form .form-item-image-requested {
    background-color: #c9d4da;
}

#modal_example_form .form-item-image-requested label {
    display: inline-block !important;
    font-size: 18px;
    font-family: LFTEtica-Bold;
}

#modal_example_form .form-item-copyright label {
    display: inline-block !important;
    font-size: 18px;
    font-family: LFTEtica-Bold;
}
/*---------------------------*/

/*--------------Modal_NewCode Begins-------------*/
.modal-box {
    display: none;
    position: absolute;
    z-index: 1200;
    width: 98%;
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 0px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    top: 50px;
}

.modal-box .btn {
    font-size: 3vmin;
    padding: 0.75em 1.5em;
    background-color: #fff;
    border: 1px solid #bbb;
    color: #333;
    text-decoration: none;
    display: inline;
    border-radius: 0px;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

.modal-box .btn:hover {
    background-color: #ddd;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

.modal-box .btn-small {
    padding: 0.75em 1em;
    font-size: 0.8em;
}

.modal-box header,
.modal-box .modal-header {
    padding: 1.25em 1.5em;
    border-bottom: none !important;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
    margin: 0;
}

.modal-box h4 {
    color: #3d5567;
    font-weight: bold;
}

/*.modal-box .modal-body  { padding: 2em 1.5em; }*/

.modal-box .modal-body p {
    color: #000;
    font-size: 18px;
}

.modal-box footer,
.modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}

.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -800;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important;
}

.modal-box a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 5%;
    right: 2%;
    text-decoration: none;
    color: #bbb;
}

.modal-box a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}

.modal-box .close {
    position: relative !important;
    top: -50px !important;
    left: 20px !important;
    color: #e87722 !important;
    text-shadow: none;
    font-size: 30px !important;
    opacity: unset !important;
}

.modal-box .modal-footer {
    padding: 0 !important;
    font-size: 14px !important;
}

.modal-footer > * {
    margin: 0rem !important;
}

.modal-box .modal-footer .btn-link {
    font-weight: 400;
    text-decoration: none;
    color: darkGrey !important;
    text-decoration: none !important;
    font-size: 14px !important;
}

.modal-box .modal-footer a:hover {
    text-decoration: none;
}

.modal-box .modal-footer p {
    background-color: #f4f6f6;
    height: 50px;
}

.modal-box .modal-footer p:hover {
    background-color: #e7ecee !important;
    color: #000;
}

/*-------------------------------------------*/
@media (max-width: 575px) {
    .modal-box header h4 {
        text-align: center;
    }

    .modal-box .modal-body p {
        font-size: 15px;
    }
}
/*-------------------------------------------*/
.modal-box {
    display: none;
    position: absolute;
    z-index: 1200;
    width: 98%;
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
}

.modal-box header,
.modal-box .modal-header {
    padding: 1.25em 1.5em;
    border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
    margin: 0;
}

.modal-box .modal-body {
    padding: 0.75em 1.5em;
}

.modal-box footer,
.modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}

.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -800;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important;
}

/*-----------------------*/
/* Speed Bump start */

div#speedbump-hcp {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
}

#speedbump-hcp h4.modal-title {
    text-align: center;
    text-transform: uppercase;
    color: #004795;
    font-size: 2.5em;
}

.modal-body p {
    text-align: center;
    font-size: 1em;
}

button.btn-modal:hover {
    cursor: pointer;
}

button.btn-modal.btn-continue {
    background-color: #8bc63e;
    border: 0px;
    margin: 1% 0;
}

button.btn-modal.btn-close {
    background-color: inherit;
    border: 1px solid #030000;
    color: #030000;
    font-weight: 400;
}

.modal-header .close {
    font-size: 3.5em;
}

/* Speed Bump end */

/* speedbump styling start*/
#speedbump-hcp .modal-body,
#speedbump-hcpe .modal-body,
#speedbump-pc .modal-body,
.speedbump-modal-location .modal-body {
    color: #000 !important;
    padding: 0.4rem 1.5rem;
}

#speedbump-hcp .modal-body p,
#speedbump-hcpe .modal-body p,
#speedbump-pc .modal-body p,
.speedbump-modal-location .modal-body p {
    text-align: left;
}

#speedbump-hcp .modal-footer .btn,
#speedbump-hcpe .modal-footer .btn,
#speedbump-pc .modal-footer .btn,
.speedbump-modal-location .modal-footer .btn {
    background-color: #f4f6f6 !important;
    height: 50px !important;
    width: 50% !important;
    border-right: solid 1px #c9d4da !important;
    border-radius: 0px !important;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #123663;
}

#speedbump-hcp .modal-footer .btn:hover,
#speedbump-hcpe .modal-footer .btn:hover,
#speedbump-pc .modal-footer .btn:hover,
.speedbump-modal-location .modal-footer .btn:hover {
    background-color: #e7ecee !important;
}

#speedbump-hcp .modal-footer,
#speedbump-hcpe .modal-footer,
#speedbump-pc .modal-footer,
.speedbump-modal-location .modal-footer {
    padding: 0rem;
}

#speedbump-hcp .modal-header .close,
#speedbump-hcpe .modal-header .close,
#speedbump-pc .modal-header .close,
.speedbump-modal-location .modal-header .close {
    font-size: 38px;
    color: #e87722;
    content: "\d7";
    opacity: 1;
    font-weight: 500;
    padding: 5px 10px;
}

#speedbump-hcp .modal-header,
#speedbump-hcpe .modal-header,
#speedbump-pc .modal-header,
.speedbump-modal-location .modal-header {
    border-bottom: 0px !important;
    padding: 1rem 1.5rem;
}

#speedbump-hcp .modal-footer .btn-close,
#speedbump-hcpe .modal-footer .btn-close,
#speedbump-pc .modal-footer .btn-close,
.speedbump-modal-location .modal-footer .btn-close {
    border: 0px solid #030000;
}

#speedbump-hcp .modal-header h5,
#speedbump-hcpe .modal-header h5,
#speedbump-pc .modal-header h5,
.speedbump-modal-location .modal-header h5 {
    font-size: 1.3rem;
    color: #123663;
    font-family: LFTEtica !important;
    font-weight: bold;
}

/* speedbump styling end */

/* Speed bump placement start */
#speedbump-hcp .modal-dialog,
#speedbump-hcpe .modal-dialog,
#speedbump-pc .modal-dialog,
.speedbump-modal-location .modal-dialog {
    top: 25%;
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    #speedbump-hcp .modal-dialog,
    #speedbump-hcpe .modal-dialog,
    #speedbump-pc .modal-dialog,
    .speedbump-modal-location .modal-dialog {
        top: 11%;
    }
}

@media (max-width: 767px) {
    #speedbump-hcp .modal-dialog,
    #speedbump-hcpe .modal-dialog,
    #speedbump-pc .modal-dialog,
    .speedbump-modal-location .modal-dialog {
        top: 14%;
    }
}

/* Speed bump placement end */
