@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');

body {
    background: #e7eaf1;
    font-family: 'Roboto', sans-serif;
}

.btn-pop {
    border-radius: 4px;
    padding: 8px;
    color: #fff;
    font-size: 16px;
    background-color: rgb(70, 208, 153);
    display: inline-block;
    width: auto;
    border: 0;
}

.alert-button {
    border-radius: 4px;
    padding: 8px;
    color: #fff;
    font-size: 16px;
    background-color: rgb(70, 208, 153);
    display: inline-block;
    width: auto;
    border: 0;
}

.popup-container {
    width: 100%;
    float: left;
    margin-top: 40px;
    display: none;
}

.popup-container .gradiant-bg {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 99999;
    left: 0;
    right: 0;
}

.popup-container .pop-box {
    width: 400px;
    color: #4f4f4f;
}

.popup-container .pop-box .heading {
    border-radius: 10px 10px 0px 0px;
    background: #f2effd;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 16px 0px;
    position: relative;
}

.popup-container .pop-box .pop-content,
.bootbox-confirm .modal-dialog .modal-content {
    border-radius: 0 0 10px 10px;
    background: #fff;
    padding: 35px 25px;
    text-align: center;
    font-size: 15px;
    line-height: 28px;
}

.bootbox-confirm .modal-dialog .modal-content {
    border-radius: 10px;
    color: #4f4f4f;
    box-shadow: none;
    border: 0;
}

.bootbox-confirm .modal-dialog .modal-body .close {
    opacity: 1;
    margin-top: -24px !important;
    margin-right: -10px;
    background: inherit;
}

.bootbox-confirm .modal-dialog .modal-body .close img {
    width: 15px;
}

.bootbox-confirm .modal-dialog .modal-body {
    padding: 0;
}

.popup-container .pop-box .pop-content p {
    padding: 0;
    margin: 0;
}

.popup-container .pop-box .pop-content .btn-bx-wrapper,
.bootbox-confirm .modal-dialog .modal-footer {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    padding: 0;
    border: 0;
}

.popup-container .pop-box .pop-content .btn-bx-wrapper button,
.bootbox-confirm .modal-dialog .modal-footer button {
    border-radius: 2px !important;
    padding: 4px 0px;
    margin-right: 15px;
    color: #8e8e8e;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #cccccc;
    width: 100px;
    background: #fff;
    line-height: 26px;
    text-align: center;
}

.popup-container .pop-box .pop-content .btn-bx-wrapper button.yes-btn,
.bootbox-confirm .modal-dialog .modal-footer button.btn-success {
    background-color: #341f97;
    border: 1px solid #341f97;
    color: #fff;
}

.close-pop {
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
}

.close-pop img {
    width: 28px;
}

.min-height-section .close-pop img {
    width: 15px;
}

#success_msg,
#error_msg {
    z-index: 9;
}

.alert-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    top: -40px;
    position: absolute;
    left: 0;
    right: 0;
}

.alert-box {
    border-radius: 2px;
    background-color: rgb(106 82 219);
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.22);
    height: 60px;
    position: fixed;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    top: 30px;
    display: none;
    z-index: 99;
}

.alert-box .icon-box {
    width: 60px;
    background-color: rgb(52 31 151);
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin-right: 10px;
    display: inline-block;
}

.alert-box .icon-box img {
    width: 20px;
}

.alert-box #message_error.text-content strong {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.alert-box .text-content {
    display: inline-block;
    height: 60px;
    padding-right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert-box .text-content strong {
    font-weight: normal;
}

.alert-box .text-content p {
    margin: 0;
}

.btn-dismiss {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 20px;
}

.btn-dismiss.btn-info {
    background: none;
    border: 0;
}

.btn-dismiss:hover {
    color: #fff;
}

/* #small-alert, #large-alert{display: none;} */
#small-alert.dblock,
#large-alert.dblock {
    display: block;
}

.dblock {
    display: block;
}

.pos-rel-padd-right {
    position: relative;
    padding-right: 100px;
    width: 100%;
    display: flex;
}

.bootbox-confirm {
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

.bootbox-confirm .modal-dialog {
    width: 400px;
}


/* The Modal (background) */
.responseModelClass {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 99;
    /* Sit on top */
    /*padding-top: 100px; */
    padding-top: 2%;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.responseModelClassContent {
    border-radius: 2px;
    background-color: rgb(0, 91, 127);
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.22);
    margin: auto;
    width: 45%;
    left: 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: #e3eff9;
    font-family: 'Roboto', sans-serif;
    position: relative;
    padding: 20px 15px;
}

.add-sch-logo .responseModelClassContent {
    left: 0;
}

.responseModelClassContent p {
    margin: 0;
}

.closebtn {
    font-size: 14px;
    font-weight: 400;
    color: #adcae1;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 23px;
    padding: 0;
    line-height: normal;
    background: transparent;
    border: 0;
    border-radius: none;
}

.closebtn.btn-danger:hover,
.closebtn.btn-info:hover {
    background: transparent;
    border: 0;
    color: #fff;
}

.responseMessage {
    width: 100%;
    float: left;
    padding: 15px 0;
}


@media (max-width: 768px) {

    .large-alert,
    .small-alert {
        width: 90%;
        padding: 0px;
        margin-left: 5%;
    }

    .alert-box,
    .alert-box .text-content {
        padding: 15px;
    }

    .pos-rel-padd-right {
        padding-right: 0;
    }

    .alert-box .text-content {
        width: 100%;
    }

    .close-btn {
        display: block;
    }

    .alert-box .icon-box {
        display: none;
    }

    .alert-box,
    .alert-box .text-content {
        height: auto;
    }

    .btn-dismiss {
        float: left;
        margin: 0;
        padding: 0 0px 0px 15px;
        position: relative;
        top: initial;
        right: inherit;
    }

    .responseModelClassContent {
        width: 90%;
        padding: 8px;
    }
}

@media (max-width: 640px) {}

@media (max-width: 480px) {
    .popup-container .pop-box {
        width: 90%;
    }

    .popup-container .pop-box .heading {
        padding: 18px 0px;
        font-size: 16px;
    }

    .popup-container .pop-box .pop-content {
        padding: 25px;
    }

    .popup-container .pop-box .pop-content .btn-bx-wrapper {
        margin-top: 20px;
    }
}


.width-container {
    width: 464px !important;
}

.title-heading {
    color: #969696;
    font-size: 16px;
    margin-bottom: 6px !important;
}

/* input::placeholder{color:#8e8e8e; font-size:16px} */