/*
Teamplate Name: ofisimo Fast
Version: 1.0
*/
/* Type your CSS Here */
/* TEKLÄ°F AL MODAL CSS KODLARI */
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
@media (min-width: 768px) {
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}
    
}
.modal-header-iconed {
    padding: 28px 10px 23px 105px;
    position: relative;
    background-color: var(--genel);
}
.modal-header {
    border-bottom: none;
}
.modal-header {
    min-height: 16.43px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header-iconed i {
    position: absolute;
    top: 23px;
    left: 52px;
    font-size: 37px;
    color: #fff;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}.modal-header-iconed h3 {
    text-transform: uppercase;
    color: #fff;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}.modal-header-iconed .test-drive-car-name {
    margin-top: -5px;
    color: #aaaaaa;
}
#request-trade-offer-form .modal-body, #get-car-price-form .modal-body, #request-test-drive-form .modal-body {
    padding: 44px 37px 15px;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.form-modal-label {
    margin-bottom: 3px;
    font-size: 13px;
    color: #888;
}
.modal-body input:not([type=submit]) {
    height: 37px;
    line-height: 37px;
}
.stm-template-car_dealer_two .stm-button, .stm-template-car_dealer_two input[type=submit], .stm-template-car_dealer_two button:not(.lg-prev):not(.lg-next), .stm-template-car_dealer_two .button, .stm-template-car_dealer_two .load-more-btn {
    background-color: #dd3333;
    box-shadow: none;
    position: relative;
    overflow: hidden;
}
.modal-body button {
    display: inline-block;
}
.stm-request-test-drive {
    margin-top: 13px;
    width: 100%;
}
input[type=text], input[type=number], input[type=tel], input[type=email], input[type=search], input[type=password] {
    display: block;
    width: 100%;
    height: 47px;
    line-height: 47px;
    padding: 0 21px;
    font-weight: 400;
    color: #888888;
    border: 2px solid #eceff3;
    font-size: 14px;
    outline: none !important;
    background-color: #eceff3;
}