.comgate_select, .comgate_bank_select {
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px dashed #b9b8b8;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.comgate_select:hover, .comgate_bank_select:hover {
    background-color: #dddddd;
}

.comgate_select .comgate_select_input, .comgate_bank_select .comgate_select_input {
    padding: 9px;
}

.comgate_select img, .comgate_bank_select img {
    height: 45px;
    margin-right: 5px;
    margin-left: 10px;
    border-radius: 5px;
}

.comgate_select span, .comgate_bank_select span {
    font-weight: bold;
    font-size: 16px;
    padding-left: 5px;
}

.comgate-payment-subtitle {
    font-weight: 400 !important;
    font-size: 14px !important;
}


#comgate-iframe {
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    position: absolute;
}

.tcomgate_loader {
    border: 7px solid #f3f3f3;
    border-top: 7px solid #3498db;
    margin-left: 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#comgate_status_loader_wrap {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}


.stop-scrolling {
    height: 100%;
    overflow: hidden;
}