@keyframes openPartnerAnim{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(59deg) skewX(25deg);
    }
}


.intl-tel-input{
    width: 100%;
    /*max-width: 500px;*/
}
.intl-tel-input .inp{
    width: 100%;
}
.profile_name.tenb3 a{
    color: white;
}
.lk_menu,.lk_block{
    opacity: 0;
}
.cases_tr:nth-child(2n) {
     background: linear-gradient(75deg, #f8fdff, #eef9ff, #f8fdff);
 }
#password-form .inp_50, #profile-form .inp_50{
    width: 100%;
    margin: 15px 0 !important;
}
.inp_100{
    width: calc(100% - 30px);
    margin: 15px 15px;
}
.inp_soc{
    width: calc(100% - 75px);
}
i.fa.fa-eth:before{
    content: "ETH";
    font-family: 'geometria';
    font-weight: bold;
}
i.fa.fa-bct:before{
    content: "BCT";
    font-family: 'geometria';
    font-weight: bold;
}
.day.new{
    display: table-cell;
}
.btc, .eth, .usd, .bcc {
    display: inline-block;
    vertical-align: middle;
    color: white;
    font-size: 16px;
    margin: 0 10px 0 0px;
    padding: 5px 0px 5px 17px;
}
.ico_opis{
    max-height: 360px;
    overflow-y: scroll;
}
.kalends{
    width: 100% !important;
}
.mess_right{
    word-wrap: break-word;
}
.input_bct input{
    width: 65%;
}
.input_bct .inv_btc{
    width: auto;
    max-width: 33%;
}
#paymentMethodImages{
    display: flex;
    justify-content: center;
}
.cal_tab td{
    text-align: center;
}
#paymentMethodImages .payment-method:hover{
    box-shadow: #11c1b5 0 0 0 1px;
}
#paymentMethodImages>span{
    cursor: pointer;
}
#paymentMethodImages>span.disabled{
    filter: grayscale(100%);
    cursor: not-allowed;
}
#paymentMethodImages .payment-method-cont{
    display: flex;
    flex-direction: column;
}
#paymentMethodImages .payment-method{
    display: inline-block;
    height: 100%;
    font-size: 13px;
    padding: 10px;
}
#paymentMethodImages .payment-method img{
    float: left;
    margin-right: 5px;
}
#paymentMethodImages .payment-method.active{
    background-image: linear-gradient(to right, #11c1b5, #a7e1ef);
    color: white;
}
.payment_systems_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.payment_systems_container .payment_system{
    align-content: center;
    cursor: pointer;
    margin-bottom: 20px;
    box-shadow: none;
    background-image: linear-gradient(to right, #fff, #fff);
    padding-top: 15px;
    padding-bottom: 15px;
    transition: 0.3s;
}
.payment_systems_container .payment_system .ps_image{
    float: left;
}
.payment_systems_container .payment_system:hover {
    background-image: linear-gradient(to right, #11c1b5, #a7e1ef);
    color: white;
}
.payment_systems_container .payment_system .ps_name {
    display: flex;
    padding-left: 10px;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 0px;
}

.payment_systems_container .payment_system .reserve{
    padding-left: 10px;
}
.login-branding-logo{
    width: 125px;
    opacity: 0.7;
}
.page-item.disabled .page-link{
    border-color: #ccc;
}
.badge{
    line-height: 13px;
}
.input-group .select2-container--default .select2-selection--single{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
    display: none;
}
.box.has-advanced-upload {
    background-color: white;
    outline: 2px dashed black;
    outline-offset: -10px;
}
.box.has-advanced-upload .box__dragndrop {
    display: inline;
}
.help-block-error{
    color: red;
}
.rotate-btns{
    position: absolute;
    bottom: 0;
    right: 0;
    color: white;
    font-size: 20px;
    margin: 0 20px;
    z-index: 10;
    cursor: pointer;
}
.rotate-btns i{
    margin: 0 5px;
}
#profile-form-socials .input-group-text{
    width: 45px;
}
.select2-container--krajee .select2-selection--single {
    height: 40px;
    line-height: 2;
}

.has-success.select2-container--krajee .select2-dropdown, .has-success .select2-container--krajee .select2-selection,.select2-container--krajee .select2-selection{
    border: 1px solid #ccd6e6;
    color: #3f587e;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow{
    height: 38px;
}
.select2-selection__clear{
    display: none;
}
.has-success .select2-container--open .select2-selection, .has-success .select2-container--krajee.select2-container--focus .select2-selection{
    box-shadow: none;
    border-color: #2DCEE3;
}
.marketing .card-content{
    flex: 1 0 auto;
}
.marketing .card-footer{
    flex: 0 0 auto;
}
.select2-container--krajee .select2-selection--multiple .select2-selection__rendered{
    padding-bottom: 5px !important;
}