/* .boxpayment_set {
    background: #497dd0;
} */

.toggle_radio {
    position: relative;
    /* background: rgba(99,123,105, .1); */
    margin: 4px auto;
    overflow: hidden;
    padding: 0 !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 10px;
    position: relative;
    /* height: 26px; */
    /* width: 318px; */
}

.toggle_radio>* {
    float: left;
}

.toggle_radio input[type=radio] {
    display: none;
    /*position: fixed;*/
}

.toggle_radio label {
    color: rgba(0, 0, 0, .9);
    z-index: 0;
    display: block;
    width: 100%;
    /* height: 20px; */
    margin: 3px 3px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 10px;
    cursor: pointer;
    z-index: 1;
    /*background: rgba(0,0,0,.1);*/
    text-align: center;
    padding: 10px;
    /*margin: 0 2px;*/
    /*background: blue;*/
    /*make it blue*/
}

.toggle_radio label img {
    height: 50px;
}

.toggle_radio label span {
    width: 100%;
    float: left;
    font-size: 12px;
    margin-top: 5px;
}

.toggle_option_slider {
    /*display: none;*/
    /*background: red;*/
    /* width: 33%; */
    width: 50%;
    height: 100%;
    position: absolute;
    top: 3px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 10px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

#first_toggle:checked~.toggle_option_slider {
    background: rgba(99, 123, 105, 1);
    left: 0%;
}

#second_toggle:checked~.toggle_option_slider {
    background: rgba(99, 123, 105, 1);
    /* left: 33.3%; */
    left: 50%;
}

#third_toggle:checked~.toggle_option_slider {
    background: rgba(99, 123, 105, 1);
    left: 66.6%;
}

#first_toggle:checked~label[for=first_toggle] {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    filter: brightness(0) invert(1);
}

#second_toggle:checked~label[for=second_toggle] {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    filter: brightness(0) invert(1);
}

#third_toggle:checked~label[for=third_toggle] {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    filter: brightness(0) invert(1);
}

.btn_topay {
    margin-top: 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.funkyradio-success input[type="radio"]:checked~label::before,
.funkyradio-success input[type="checkbox"]:checked~label::before {
    color: #fff;
    background-color: #637B69;
    padding-top: 50px;
}

.boxslip .file-upload {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.boxslip .file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #637B69;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    /* font-weight: 700; */
}

.boxslip .file-upload-btn:hover {
    background: #637B69;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.boxslip .file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.boxslip .file-upload-content {
    display: none;
    text-align: center;
}

.boxslip .file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.boxslip .image-upload-wrap {
    margin-top: 20px;
    border: 4px dashed #637B69;
    position: relative;
}

.boxslip .image-dropping,
.boxslip .image-upload-wrap:hover {
    background-color: #637B69;
    border: 4px dashed #ffffff;
}

.boxslip .image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.boxslip .drag-text {
    text-align: center;
}

.boxslip .drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #87998b;
    padding: 60px 0;
}

.boxslip .file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.boxslip .remove-image {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    /* font-weight: 700; */
}

.boxslip .remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.boxslip .remove-image:active {
    border: 0;
    transition: all .2s ease;
}

#bank-error {
    width: 100%;
    text-align: center;
}

.swal2-popup {
    font-family: "Pridi", sans-serif !important;
}

.swal2-confirm {
    overflow: hidden !important;
    top: 0 !important;
    z-index: 10;
    border: 1px solid transparent !important;
    padding: 0 20px !important;
    border-radius: 30px !important;
    background-color: #637b69 !important;
    color: #fff !important;
    font-family: "Pridi", sans-serif !important;
    font-weight: 300 !important;
    font-size: 21px !important;
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

.markersCamp .marker-link {
    cursor: pointer;
}

.markersCamp .marker-link:hover .box {
    border: 3px solid #14662a;
}

.swal2-icon.swal2-success {
    border-color: #637B69 !important;
    color: #637B69 !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border: 0.25em solid rgba(99,123,105,.3)  !important;
}


.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #637B69 !important;
}

.swal2-title {
font-weight: 500  !important;
}

.swal2-confirm {
    font-family: 'Mitr' !important;
}