﻿
/*===========alert msg======*/


.alert {
    padding: .7143rem 1.071rem;
    margin-bottom: 1.429rem;
    border-radius: 2px;
    border: 1px solid transparent;
    color: #FFF;
}

    .alert.alert-square {
        border-radius: 0;
    }

    .alert .close {
        position: relative;
    }

    .alert.alert-dismissable,
    .alert.alert-dismissible {
        padding-right: 2.5rem;
    }

        .alert.alert-dismissable .close,
        .alert.alert-dismissible .close {
            top: -2px;
            right: -4px;
            color: inherit;
        }

    .alert.alert-primary {
        background-color: #2196F3;
        border-color: #2196F3;
    }

    .alert.alert-secondary {
        background-color: #323a45;
        border-color: #323a45;
    }

    .alert.alert-success {
        background-color: #53c500;
        border-color: #64DD17;
    }

    .alert.alert-info {
        background-color: #29B6F6;
        border-color: #29B6F6;
    }

    .alert.alert-warning {
        background-color: #FFD600;
        border-color: #FFD600;
    }

    /*.alert.alert-danger {
        background-color: #23d8d8;
        border-color: #23d8d8;
    }*/

/* #ff4040
            .modal {
            position: fixed;
            z-index: 999;
            height: 100%;
            width: 100%;
            top: 0;
            background-color: Black;
            filter: alpha(opacity=60);
            opacity: 0.6;
            -moz-opacity: 0.8;
        }*/

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.p-2 {
    padding: .5rem !important;
}

.text-white {
    color: #fff !important;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.modalpopup1 {
    width: 70%;
    margin: 0 auto;
}

/*.closeButton {
    position: absolute;
    cursor: pointer;
    background: #ffffff;
    background-color: #20a7b4;
    border-radius: 22.5px;
    color: #fff;
    border: none;
    right: 230px;
    top: 34px;
}*/
/*rgb(199, 52, 52)    rgb(125 57 24 / 30%); rgb(125, 57, 24);*/
.btn-msg {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-sm-msg {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.text-white {
    color: #fff !important;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
