﻿.bg-accent {
    background: transparent linear-gradient(-225deg, #00CCCC 0%, #111132 100%) 0% 0% no-repeat padding-box;
}

.bg-accent-lease {
    background: transparent linear-gradient(241deg, #A1B720 0%, #29659C 100%) 0% 0% no-repeat padding-box;
}

.checkbox-custom {
    transform: scale(1.3) translate(2px, -2px);
}

.color-gray, a.color-gray:hover, .form-control::placeholder {
    color: #707070;
}

.separator {
    border: 1px solid #707070;
}

.btn.btn-proceed {
    background-color: #00CCCC;
    color: white;
}

.shadow-lg {
    box-shadow: 0px 3px 10px #00000029 !important;
}

.min-px-200 {
    min-width: 200px;
}

.min-px-350 {
    min-width: 350px;
}

.w-px-50{
    width: 50px;
}

.blackOnHover:hover {
    background-color: #111132 !important;
    color: white !important;
}
