﻿.hide {
    display: none;
}

.hide-label {
    display: none;
}

.btnColor {
    background-color: cornflowerblue;
    cursor: pointer;
}

#select_one .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

#select_one .modal-content {
    background-color: black;
    color: white;
    margin: 2% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
    height: 210%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.hover {
    cursor: pointer
}

#modalTermsAndCondition {
    color: #000;
    font-size: 14px;
}

#modalTermsAndCondition .modal-dialog {
    max-width: 60%;
}

#modalTermsAndCondition .modal-content {
    max-height: 80vh;
}

#modalTermsAndCondition .modal-body {
    overflow: auto;
}

#modalTermsAndCondition .btn-default {
    border: 1px solid #CED4DA;
}

#modalTermsAndCondition .btn-default:hover {
    background: #f3f3f3;
}

#modalTermsAndCondition .btn-success {
    background: #C335D9;
    border-color: #C335D9;
}

#modalTermsAndCondition .btn-success:hover {
    background: #581362;
    border-color: #581362;
}

#modalTermsAndCondition .btn {
    border-radius: 2px;
    font-size: 14px;
    padding: 0.5rem 0.9rem;
    width: 110px;
}

#modalTermsAndCondition .btn:focus {
    box-shadow: none;
}

@media only screen and (max-width: 600px) {
    #select_one .modal-content {
        width: 80%;
        height: 570%;
    }

    #modalTermsAndCondition .modal-dialog {
        margin: 0;
        max-height: 85vh;
        max-height: 100dvh;
        max-width: 100%;
    }

    #modalTermsAndCondition .modal-content {
        max-height: 85vh;
        max-height: 100dvh;
    }
}

@media only screen and (min-width: 600px) {
    #select_one .modal-content {
        width: 80%;
        height: 700%;
    }
}

@media only screen and (min-width: 768px) {
    #select_one .modal-content {
        width: 60%;
        height: 250%;
    }
}

@media only screen and (min-width: 992px) {
    #select_one .modal-content {
        width: 60%;
        height: 200%;
    }
}
