﻿.modal-header {
    color: #FFF;
    background-color: #0c2e8a;
    padding: 1rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.modal-header h5 {
    font-size:18px;
}
.modal-content {
    border: none;
    border-radius:8px;
}
.modal-content p {
   padding: 0;
   margin: 0 0 10px 0;
}
.close {
    color: #86c440;
    opacity: 1;
    text-shadow: none;
}
.close:hover {
    color: #FFF;
}
.curb-blue {
    color: #0c2e8a;
}
.curb-green {
    color: #86c440;
}
.curb-button-green {
    background: #86c440;
    border-color: #86c440;
    border: 0;
    border-radius: 20px;
    padding: 10px 15px;
    color: #fff !important;
    transition: 0.4s;
    cursor: pointer;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.curb-button-green:hover{background: #7bbe2f;}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    
}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
   
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .modal-dialog {
        max-width: 650px !important;
    }
    
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .modal-dialog {
        max-width: 750px !important;
    }   
}
