.cm_text-green {
    color: #7accb7 !important;
}

.cm_bg-green {
    background: #7accb7 !important;
}

.cm_text-muted {
    color: #6a7e8d !important;
}

.cm_bg-muted {
    background: #6a7e8d !important;
}

.cm_text-black {
    color: #3f4f5b !important;
}

.cm_bg-black {
    background: #3f4f5b !important;
}

.cm_text-orange {
    color: #f89d7e !important;
}

.cm_bg-orange {
    background: #f89d7e !important;
}

.cm_text-white {
    color: #fff !important;
}

.cm_bg-white {
    background: #fff !important;
}

.cm_fs-xs {
    font-size: 12px !important;
}

.cm_fs-sm {
    font-size: 16px !important;
}

.cm_fs-md {
    font-size: 20px !important;
}

.cm_fs-panel {
    font-size: 20px !important;
    font-weight: bold;
}

.cm_fs-lg {
    font-size: 28px !important;
    font-weight: bold;
}

.cm_fs-xl {
    font-size: 30px !important;
    font-weight: bold;
}

.cm_fl::first-letter {
    text-transform: uppercase;
}

.cm_modal-p {
    padding-left: 0 !important;
    padding-right: 10px !important;
}

.cm_modal-table-wrapper {
    max-height: 220px;
    overflow-y: auto;
    border-radius: 10px;
    border: 1px solid #6a7e8d;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 5px 1px #ecedec;
    -moz-box-shadow: 0px 0px 5px 1px #ecedec;
    box-shadow: 0px 0px 5px 1px #ecedec;
}

.cm_pointer{
    cursor: pointer !important;
}

.cm_modal-table-wrapper tr td {
    padding: 5px;
}

.cm_modal-p:last-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cm_modal #min-amount,
.cm_modal #max-amount {
    color: #999999;
    font-weight: bold;
    font-size: 14px;
    width: 50%;
    float: left;
    margin-top: 5px;
    display: block;
}

.cm_modal .cm_modal-success,
.cm_modal .cm_modal-error {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 auto;
    padding: 4px;
    width: 100%;
    color: #ff4330 !important;
}

.cm_modal-success {
    color: #7accb7 !important;
}

.cm_modal-icon,
.cm_modal-header-body {
    display: table-cell;
    vertical-align: middle;
}

.cm_modal-icon-left {
    padding-right: 10px;
}

.cm_modal-icon-right {
    padding-left: 10px;
}

.cm_break-line-sm {
    border-top: 1px solid #e5e5e5;
    width: 8%;
}

.cm_break-line {
    border-bottom: 3px solid #e5e5e5;
    margin: 0 auto;
}

.cm_btn-round {
    border-radius: 25px !important;
}

.popup_container_open,
.cm_modal-open {
    overflow: hidden;
}

.cm_modal-close {
    display: block;
    text-indent: -9999px;
    width: 23px;
    height: 23px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAMAAADX9CSSAAAATlBMVEVMaXHCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsIYujhUAAAAGXRSTlMABgLQRPCc+UuXYk79Zta39UbVGFuBk5AmN7t+pgAAALlJREFUeF51ktsOgyAQREduAiq29jr//6ONuwX0wXmA5BzYTAjQGJesp7fJGRwSN9ZssdEh8Zg0/PHKc1YVgeT8GZV9biSDzN7xE1FEhttFBMwmGCIyIKIYOL0nIsv+IukgXRYBD1mnkWSCZRMd08KziY7pQc381VE3aur5DE2s523FJ2GROn50kQ79p3Fp/e8whZyzYG11H8ligEgRWnARzKm951swKXu4fH8V4YTD0EuXRksUcvUffhz1GgE8xRRxAAAAAElFTkSuQmCC') no-repeat;
    margin: 0;
}

.cm_modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

#popup_container a,
.cm_modal a {
    color: #7accb7;
    text-decoration: none !important;
}

.popup_container_open #popup_container,
.cm_modal-open .cm_modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.cm_modal-dialog {
    position: relative;
    margin: 50px auto !important;
    line-height: 1.2;
}

.cm_modal-content {
    min-height: 200px;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    padding: 10px 30px 30px;
}

.cm_modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
    opacity: 0;
    filter: alpha(opacity=0);
}

.cm_modal-backdrop.in {
    opacity: 0.5 !important;
    filter: alpha(opacity=50) !important;
}

.cm_modal-header {
    position: relative;
    padding: 15px 0;
    min-height: 16.42857143px;
}

.cm_btn-close, .jalert-popup-close {
    padding: 0 !important;
    cursor: pointer;
    background: transparent !important;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: transparent !important;
    text-shadow: none !important;
    border: none !important;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 3px;
    right: -15px;
    pointer-events: all;
    z-index: 9999;
}

.cm_modal-title {
    margin: 0;
    line-height: 1.42857143;
}

/*.cm_modal-title:after {*/
/*    content: '.';*/
/*    color: black;*/
/*    font-weight: bold;*/
/*}*/

.cm_modal-messages {
    display: none;
}

.cm_modal-body {
    position: relative;
    padding: 15px 0;
}

.cm_modal-body ul > li > div:nth-of-type(n),
.cm_modal-body > div:nth-of-type(n):not(.container-fluid) {
    padding-bottom: 15px;
}

.cm_modal-btn {
    min-width: 190px;
    min-height: 50px;
    padding: 5px 15px;
    font-size: 16px !important;
    font-weight: bold;
}

.cm_modal-form-group {
    position: relative;
    vertical-align: middle;
}

.cm_modal-form-group:first-child {
    margin-top: 0;
}

.cm_modal-form-group:nth-child(n) {
    margin-top: 10px;
}

.cm_modal-footer .cm_modal-btn:first-child {
    margin-left: 0 !important;
}

.cm_modal-footer .cm_modal-form-group .cm_modal-btn {
    margin-left: 0;
}

.cm_modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.cm_modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

/*Cmodal Spinner */
.cm_spinner {
    position: relative;
    width: 88px;
    height: 88px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.cm_block_sp {
    position: absolute;
    background-color: rgb(255, 255, 255);
    width: 26px;
    border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    animation-name: cm_fade_sp;
    -o-animation-name: cm_fade_sp;
    -ms-animation-name: cm_fade_sp;
    -webkit-animation-name: cm_fade_sp;
    -moz-animation-name: cm_fade_sp;
    animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    border-top: 22px solid #7accb7;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.cm_sp_center {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    width: 55px;
    height: 55px;
    z-index: 45;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transform: translateY(-50%);
}

.cm_rotate_sp1 {
    left: -5px;
    top: 32px;
    animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.cm_rotate_sp2 {
    left: 6px;
    top: 8px;
    animation-delay: 0.15s;
    -o-animation-delay: 0.15s;
    -ms-animation-delay: 0.15s;
    -webkit-animation-delay: 0.15s;
    -moz-animation-delay: 0.15s;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.cm_rotate_sp3 {
    left: 31px;
    top: -2px;
    animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.cm_rotate_sp4 {
    right: 6px;
    top: 8px;
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.cm_rotate_sp5 {
    right: -5px;
    top: 32px;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.cm_rotate_sp6 {
    right: 6px;
    bottom: 8px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
}

.cm_rotate_sp7 {
    bottom: -2px;
    left: 31px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.cm_rotate_sp8 {
    left: 6px;
    bottom: 8px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
    transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
}

@keyframes cm_fade_sp {
    0% {
        border-top-color: #d7efe9;
    }

    100% {
        border-top-color: #7accb7;
    }
}

@-o-keyframes cm_fade_sp {
    0% {
        border-top-color: #d7efe9;
    }

    100% {
        border-top-color: #7accb7;
    }
}

@-ms-keyframes cm_fade_sp {
    0% {
        border-top-color: #d7efe9;
    }

    100% {
        border-top-color: #7accb7;
    }
}

@-webkit-keyframes cm_fade_sp {
    0% {
        border-top-color: #d7efe9;
    }

    100% {
        border-top-color: #7accb7;
    }
}

@-moz-keyframes cm_fade_sp {
    0% {
        border-top-color: #d7efe9;
    }

    100% {
        border-top-color: #7accb7;
    }
}

/* End Spinner */

/* Cmodal animation */
.cm_modal-animation {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.33s;
    -moz-animation-duration: 0.33s;
    -ms-animation-duration: 0.33s;
    -o-animation-duration: 0.33s;
    animation-duration: 0.33s;
}

.cm_bounce-delay {
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -ms-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.cm_modal-fade.in {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.cm_modal-fade {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.cm_modal-fade-Y.in {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
}

@-moz-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
}

@-o-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -o-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -o-transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

.cm_modal-fade-Y {
    -webkit-animation-name: fadeOutDown;
    -moz-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3);
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1.05);
    }

    70% {
        -moz-transform: scale(.9);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3);
    }

    50% {
        opacity: 1;
        -o-transform: scale(1.05);
    }

    70% {
        -o-transform: scale(.9);
    }

    100% {
        -o-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
    }
}

.cm_modal-bounce.in {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }
}

@-moz-keyframes bounceOut {
    0% {
        -moz-transform: scale(1);
    }

    25% {
        -moz-transform: scale(.95);
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(.3);
    }
}

@-o-keyframes bounceOut {
    0% {
        -o-transform: scale(1);
    }

    25% {
        -o-transform: scale(.95);
    }

    50% {
        opacity: 1;
        -o-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -o-transform: scale(.3);
    }
}

@keyframes bounceOut {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        transform: scale(.3);
    }
}

.cm_modal-bounce {
    -webkit-animation-name: bounceOut;
    -moz-animation-name: bounceOut;
    -o-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes bounceInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(-30px);
    }

    80% {
        -moz-transform: translateY(10px);
    }

    100% {
        -moz-transform: translateY(0);
    }
}

@-o-keyframes bounceInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -o-transform: translateY(-30px);
    }

    80% {
        -o-transform: translateY(10px);
    }

    100% {
        -o-transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        transform: translateY(-30px);
    }

    80% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

.cm_modal-bounce-Y.in {
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
}

@-moz-keyframes bounceOutDown {
    0% {
        -moz-transform: translateY(0);
    }

    20% {
        opacity: 1;
        -moz-transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
}

@-o-keyframes bounceOutDown {
    0% {
        -o-transform: translateY(0);
    }

    20% {
        opacity: 1;
        -o-transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }
}

@keyframes bounceOutDown {
    0% {
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}

.cm_modal-bounce-Y {
    -webkit-animation-name: bounceOutDown;
    -moz-animation-name: bounceOutDown;
    -o-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

.cm_spin {
    transition: transform 0.5s cubic-bezier(.16, .81, .32, 1);
}

.cm_spin:hover {
    transform-origin: center center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* End animation */

/*Cmodal Preloader */
.cm_wrapper-preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 9999;
    pointer-events: none;
    border-radius: 6px;
    background-clip: padding-box;
    outline: 0;
    display: none;
}

.cm_center-block {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.cm_preloader-title,
.cm_preloader-info {
    padding: 15px 0;
}

/* Cmodal form */

.cm_modal .validation-error {
    border: 1px solid !important;
    border-color: #ff4330 !important;
}

.cm_modal .validation-success {
    border: 1px solid !important;
    border-color: #7accb7 !important;
}

.cm_form-alert {
    border: 1px solid red;
    font-weight: 700;
    border-radius: 12px;
    background-color: white;
    font-size: 15px;
    color: red;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cm_modal .panel-body {
    padding: 2px !important;
}

.cm_modal .ui-slider-horizontal {
    height: 8px !important;
    margin-top: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #dddddd;
}

.cm_modal .ui-slider-horizontal .ui-slider-handle {
    top: -2px;
    width: 16px;
    height: 16px;
    background: #f89d7e !important;
    border: none !important;
    outline: none !important;
    color: #fff;
    border-radius: 50% !important;
}

.cm_modal .ui-slider-horizontal .ui-slider-handle:after {
    content: '';
    font-size: 16px;
    color: #fff;
    display: block;
    transform: translateY(-50%);
    width: 2px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    background: #fff;
}

.cm_modal .ui-slider-horizontal .ui-slider-handle:before {
    content: '';
    font-size: 16px;
    color: #fff;
    display: block;
    transform: translateY(-50%);
    width: 2px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 4px;
    right: 0;
    margin: 0 auto;
    background: #fff;
}

.cm_modal .ui-slider .ui-slider-range {
    background: #7accb7;
    border-radius: 5px !important;
}

.cm_modal .custom-input-text {
    color: #7accb7 !important;
    font-size: 18px !important;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    margin: 0;
    border: 1px #7accb7 solid !important;
}

.cm_modal label {
    font-weight: normal;
    color: #3f4f5b !important;
    margin-bottom: 5px;
}

#popup_content .input-group-addon,
.cm_modal .input-group-addon,
#popup_content .form-control,
.cm_modal .form-control {
    -webkit-box-shadow: 0px 0px 5px 1px #ecedec;
    -moz-box-shadow: 0px 0px 5px 1px #ecedec;
    box-shadow: 0px 0px 5px 1px #ecedec;
    border-color: #ecedec;
    height: 35px !important;
}

#popup_content .input-group-addon,
.cm_modal .input-group-addon {
    background: transparent;
    padding: 0 8px;
    text-decoration: none;
    display: table-cell !important;

}

.cm_modal-radio input[type = 'radio'],
.cm_modal-checkbox input[type = 'checkbox'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cm_modal-checkbox {
    position: relative;
    display: block;
    padding-left: 35px;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 1.3;
}

.cm_modal-checkbox input[type='checkbox'] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    display: block;
    margin: 0 !important;
    outline: 0 none !important;
    border: none !important;
}

.cm_modal-checkbox > input[type='checkbox'] + span {
    color: #777;
    vertical-align: initial;
    margin: 0;
}

.cm_modal-checkbox > input[type='checkbox']:checked + span {
    color: #333;
}

.cm_modal-checkbox input[type='checkbox']:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(63, 79, 91, 0.3);
    -moz-box-shadow: 0px 0px 5px 1px rgba(63, 79, 91, 0.3);
    box-shadow: 0px 0px 5px 1px rgba(63, 79, 91, 0.3);
}

.cm_modal-checkbox input[type='checkbox']:checked:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 20px;
    text-align: center;
    color: #7accb7;
}

.cm_modal-checkbox,
.cm_modal-radio {
    margin-left: 15px !important;
    cursor: pointer !important;
}

.cm_modal-checkbox:nth-child(1):not(.cm-list),
.cm_modal-radio:nth-child(1):not(.cm-list) {
    margin-left: 0 !important;
}

.cm_modal-radio {
    position: relative;
    display: block;
    padding-left: 35px;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 1.3;
}

.cm_modal-radio input[type='radio'] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    display: block;
    margin: 0;
    outline: 0 none !important;
    border: none !important;
}

.cm_modal-radio > input[type='radio'] + span {
    color: #6a7e8d;
    vertical-align: initial;
    margin: 0;
    line-height: 1.5;
}

.cm_modal-radio > input[type='radio']:checked + span {
    color: #3f4f5b;
}

.cm_modal-radio input[type='radio']:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(63, 79, 91, 0.3);
    -moz-box-shadow: 0px 0px 5px 1px rgba(63, 79, 91, 0.3);
    box-shadow: 0px 0px 5px 1px rgba(63, 79, 91, 0.3);
}

.cm_modal-radio input[type='radio']:checked:before {
    text-align: center;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(63, 79, 91, 0.3);
    -moz-box-shadow: 0px 0px 5px 1px rgba(63, 79, 91, 0.3);
    box-shadow: 0px 0px 5px 1px rgba(63, 79, 91, 0.3);
    background: #7accb7;
    background-clip: content-box;
    padding: 4px;
}

/* End form */

/* Alert Pop-Up */

#popup_panel #popup_cancel,
#popup_panel #popup_ok {
    line-height: normal !important;
    box-sizing: border-box;
    text-transform: capitalize;
    min-width: 160px;
    margin: 0 auto;
}

#popup_container .popup-close {
    display: none;
    text-indent: -9999px;
    width: 23px;
    height: 23px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAMAAADX9CSSAAAATlBMVEVMaXHCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsLCwsIYujhUAAAAGXRSTlMABgLQRPCc+UuXYk79Zta39UbVGFuBk5AmN7t+pgAAALlJREFUeF51ktsOgyAQREduAiq29jr//6ONuwX0wXmA5BzYTAjQGJesp7fJGRwSN9ZssdEh8Zg0/PHKc1YVgeT8GZV9biSDzN7xE1FEhttFBMwmGCIyIKIYOL0nIsv+IukgXRYBD1mnkWSCZRMd08KziY7pQc381VE3aur5DE2s523FJ2GROn50kQ79p3Fp/e8whZyzYG11H8ligEgRWnARzKm951swKXu4fH8V4YTD0EuXRksUcvUffhz1GgE8xRRxAAAAAElFTkSuQmCC") no-repeat;
    top: 20px;
    right: 20px;
    margin: 0;
    position: absolute;
    z-index: 1000;
    cursor: pointer;
}

#popup_container #popup_title {
    background: none;
    border-radius: 0;
    line-height: normal;
    margin: 0 auto;
    text-align: center;
    padding: 10px 20px;
    padding-right: 31px;
}

#popup_container .cm_break-line {
    width: 94%;
}

#popup_container .jalert-popup-close {
    top: 10px;
    right: 10px;
}

#popup_container #popup_content {
    background: none !important;
    border: none;
    padding: 10px 20px;
}

#popup_container #popup_message {
    padding: 0;
    overflow: hidden;
    line-height: 1.5;
    max-height: initial !important;
}

#popup_container #popup_panel {
    margin: 0 auto;
    padding: 10px 0;
}

#popup_container ul {
    margin: 0;
}

#popup_container li {
    list-style-type: none;
    font-size: 14px;
    color: #333;
}

#popup_content.prompt {
    background: none !important;
}

#popup_message p {
    color: #000;
}

#popup_container .right-box {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #ccc;
    box-sizing: border-box !important;
}

#popup_container .right-box li {
    padding: 9px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e3f3fb;
    background: #f7fdff;
    color: #333;
    font-size: 15px;
    white-space: normal !important;
    word-break: break-all !important;
    margin: 0;
}

#popup_container .left-box {
    width: 50%;
    float: left;
}

#popup_container .left-box span {
    color: #999;
    padding: 5px;
    display: block;
}

#popup_container .left-box li {
    padding-left: 23px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAJCAMAAADTuiYfAAAAdVBMVEVmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTNmmTOy3LOkAAAAJnRSTlMAdwHX/EE+G51I3Oc94hkhA8BszQiGs+6owf7gEgz5Nyr1b1bolmrExWQAAABOSURBVHheNYxFDsBAEMOmzMzM/v8T21W1ucRSFIuOYbkaHZtQPD/4MI2wY0noMskLMERKqOoGWvObexhGplm9FgtYt1+xH3Bq33U/puoX8cQFUHott2YAAAAASUVORK5CYII=") no-repeat 7px 50%;
}

#popup_container .subtitle {
    padding-bottom: 15px;
}

#popup_container #popup_cancel.addMoreFunds {
    display: block;
    height: 51px;
    padding: 10px 20px 10px 10px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0;
}

.page-id-264 #popup_container {
    left: 400px;
    top: 200px;
}

/* End Alert Pop-Up */

/*
Exception
 */

.disable-user-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.popup-buttons button {
    transition: box-shadow 0.3s ease-in-out;
}

.popup-buttons button:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.35);
}

.cm_modal #term_and_condition h2 {
    font-size: 24px;
}

.cm_modal #term_and_condition,
.cm_modal #isa_declaration {
    width: 550px;
    height: 200px;
    padding: 10px;
    border: 1px solid;
    overflow-y: scroll;
}

/*@media screen and (max-width: 897px) {

    #popup_container{
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 98% !important;
    }
}*/

/* Cmodal Media Query */
@media (max-width: 767px) {
    .cm_modal-btn {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .cm_modal-btn:last-child {
        margin-bottom: 0;
    }

    .cm_modal-content {
        padding: 5px 20px 20px;
    }

    .cm_btn-close {
        right: -10px;
    }

    .cm_modal .cm_modal-icon, .cm_modal .cm_modal-header-body {
        display: block;
        text-align: center;
        vertical-align: middle;
    }

    .cm_modal .cm_modal-icon {
        font-size: 40px;
    }

    #popup_panel #popup_cancel, #popup_panel #popup_ok {
        width: 100%;
        margin-top: 6px;
    }

    #popup_container #popup_message {
        overflow: visible;
    }

    .cm_fs-panel,
    .cm_fs-md {
        font-size: 16px !important;
    }

    .cm_fs-lg,
    .cm_fs-xl {
        font-size: 22px !important;
    }

    .cm_modal-checkbox {
        width: 100%;
    }

    #popup_container .left-box,
    #popup_container .right-box {
        width: 100%;
        float: none;
        padding: 0;
        border: none;
    }

    .cm_break-line-sm {
        width: 100%;
        margin: 0 auto;
    }

    .cm_modal-body ul > li > div:nth-of-type(n),
    .cm_modal-body > div:nth-of-type(n):not(.container-fluid) {
        padding-bottom: 10px;
    }

    #popup_container #popup_title i {
        display: block;
    }
}

@media (min-width: 768px) {
    .cm_modal-dialog {
        width: 600px;
        margin: 30px auto !important;
    }

    .cm_modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .cm_modal-sm {
        width: 300px;
    }

    .cm_modal-left,
    .cm_modal-right {
        float: right;
        max-width: 50%;
    }

    .cm_modal-left {
        float: left;
    }

    #popup_container {
        border-radius: 10px !important;
        margin: 30px auto !important;
    }

    #popup_container #popup_panel button {
        margin: 10px auto;
    }

    #popup_container #popup_title i {
        padding-right: 8px;
    }

    .cm_modal-footer .cm_modal-btn {
        margin-left: 15px;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .cm_modal-lg {
        width: 900px;
    }
}