.confirm_action_modal {
    color: #636363;
    width: 100%;
}
.confirm_action_modal .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}
.confirm_action_modal .modal-header {
    border-bottom: none;
    position: relative;
    background-color: transparent;
}
.confirm_action_modal h4 {
    color: #636363;
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px !important;
    width: 100%;
}
.confirm_action_modal .form-control, .confirm_action_modal .btn {
    min-height: 40px;
    border-radius: 3px;
}
.confirm_action_modal .close {
    position: absolute;
    top: -5px;
    right: -5px;
}
.confirm_action_modal .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}
.confirm_action_modal .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #192e47;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.confirm_action_modal .icon-box i {
    font-size: 58px;
    position: relative;
    font-style: normal;
}
.confirm_action_modal.modal-dialog {
    margin-top: 80px;
}
.confirm_action_modal .btn {
    color: #fff;
    border-radius: 4px;
    background: #192e47;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}
.confirm_action_modal .btn:hover, .confirm_action_modal .btn:focus {
    background: #396292;
    outline: none;
}

.confirm_action_modal .vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.confirm_action_modal .vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.confirm_action_modal .modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}



.register_newsletter_modal {
    color: #636363;
    width: 100%;
}
.register_newsletter_modal .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}
.register_newsletter_modal .modal-header {
    border-bottom: none;
    position: relative;
    background-color: transparent;
}
.register_newsletter_modal h4 {
    color: #636363;
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px !important;
    width: 100%;
}
.register_newsletter_modal .form-control, .register_newsletter_modal .btn {
    min-height: 40px;
    border-radius: 3px;
}
.register_newsletter_modal .close {
    position: absolute;
    top: -5px;
    right: -5px;
}
.register_newsletter_modal .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}
.register_newsletter_modal .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #192e47;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.register_newsletter_modal .icon-box i {
    font-size: 58px;
    position: relative;
    font-style: normal;
}
.register_newsletter_modal.modal-dialog {
    margin-top: 80px;
}
.register_newsletter_modal .btn {
    color: #fff;
    border-radius: 4px;
    background: #192e47;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}
.register_newsletter_modal .btn:hover, .register_newsletter_modal .btn:focus {
    background: #396292;
    outline: none;
}

.register_newsletter_modal .vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.register_newsletter_modal .vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.register_newsletter_modal .modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}


.warning_modal {
    color: #636363;
    width: 100%;
}
.warning_modal .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}
.warning_modal .modal-header {
    border-bottom: none;
    position: relative;
    background-color: transparent;
}
.warning_modal h4 {
    color: #636363;
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px !important;
    width: 100%;
}
.warning_modal .form-control, .warning_modal .btn {
    min-height: 40px;
    border-radius: 3px;
}
.warning_modal .close {
    position: absolute;
    top: -5px;
    right: -5px;
}
.warning_modal .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}
.warning_modal .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #192e47;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.warning_modal .icon-box i {
    font-size: 58px;
    position: relative;
    font-style: normal;
}
.warning_modal.modal-dialog {
    margin-top: 80px;
}
.warning_modal .btn {
    color: #fff;
    border-radius: 4px;
    background: #82ce34;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}
.warning_modal .btn:hover, .warning_modal .btn:focus {
    background: #6fb32b;
    outline: none;
}

.warning_modal .vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.warning_modal .vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.warning_modal .modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

form .error {
    width: 100%;
    color: #ff0000;
    display: block;
    padding-left: 5%;
}

.icon-container {
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
}
.loader {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
    animation: around 5.4s infinite;
}

@keyframes around {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.loader::after, .loader::before {
    content: "";
    background: white;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: #333 #333 transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite;
}

.loader::after {
    animation: around 0.7s ease-in-out 0.1s infinite;
    background: transparent;
}
