﻿
.swal2-modal .swal2-title {
    font-size: 22px;
    line-height: 35px;
}

.swal2-modal .swal2-content {
    padding-top: 6px;
}
.swal-text {
    text-align: center !important;
    font-size: 18px;
    font-weight: bold;
    color: green;
}

.swal2-modal .swal2-title {
    font-size: 22px;
    line-height: 35px;
}

.swal2-modal .swal2-content {
    padding-top: 6px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    transition: all 0.5s;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    transition: all 0.5s;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.verify-e-mail-alert-area .alert {
    height: auto !important;
    background-color: #ebf9fe !important;
    padding: 20px;
    display: flex;
    align-items: flex-start;
}

.company-send {
    max-width: 75%;
    margin: 0 auto;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.verify-e-mail-alert-area .alert p {
    font-style: normal;
    font-weight: 400;
    font: 16px 'Open Sans', sans-serif;
    line-height: 18px;
    display: flex;
    align-items: center;
    letter-spacing: .5px;
    color: #364153 !important;
    margin: 0;
}

.btn.btn-blue {
    font-size: 14px;
    padding: 12px 20px;
    font-weight: 500;
    box-sizing: border-box;
    background-color: #00245d !important;
    color: #fff !important;
    border-radius: 6px;
    transition: background-color .4s;
}
.modal-header::before{
  content:none;
}
.modal-header::after {
    content: none;
}

.cssload-speeding-wheel {
    display: none;
    width: 18px;
    height: 18px;
    margin: 0 auto;
    border: 2px solid #333;
    border-radius: 10px !important;
    border-right-color: transparent;
    animation: cssload-spin 1175ms infinite linear;
    -o-animation: cssload-spin 1175ms infinite linear;
    -ms-animation: cssload-spin 1175ms infinite linear;
    -webkit-animation: cssload-spin 1175ms infinite linear;
    -moz-animation: cssload-spin 1175ms infinite linear;
    border-color: white;
    border-right-color: rgba(0, 0, 0, 0);
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}