label.error {
    display: inline-block;
    color: red;
    max-width: 500px;
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
    margin-left: 5px;
    margin-bottom: 0;
}

.no-active a{
    color: #324A55 !important;
}
@media only screen and (max-width: 414px){
    .block-home.block-partner{
        padding: 15px 0;
    }
}

.form-group .btn-default {
    height: 37px;
    font-size: 14px;
}

.form-group .btn-custom {
    width: 48%;
}

.d-flex {
    display: flex;
}

.d-flex.justify-center {
    justify-content: center
}

.d-flex.justify-between {
    justify-content: space-between;
    align-items: flex-start;
}
.d-flex.align-end {
    align-items: flex-end;
}
@media only screen and (max-width: 414px) {
    .d-flex {
        display: block;
    }

    .d-flex.justify-center {
        justify-content: unset;
    }

    .d-flex.justify-between {
        justify-content: unset;
        align-items: unset;
    }
    .d-flex.align-end {
        align-items: unset;
    }
}
.h-40 {
    height: 40px;
}
.modal-header {
    position: relative;
}
.modal-header > .close {
    position: absolute;
    top: 10px;
    right: 20px;
}

a>i.fa {
    font-size: 17px;
    margin-right: 10px;
    color: black;
}

a>i.fa:hover {
    color: initial;
}
.text-green {
    color: #4aa548 !important;
}
.text-yellow {
    color: #ecdc00 !important;
}
.btn-default {
    font-size: 14px !important;
}
.box-search {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 20px;
}
.fa-lock {
    font-size: 20px !important;
    margin-right: 16px !important;
}
.btn-sm-custom {
    font-size: 10px;
    line-height: normal;
    font-weight: 700;
    text-transform: unset;
}
.table-history {
    width: 100%;
}
/* width */
::-webkit-scrollbar {
    height: 3px;
    width: 3px;
}
*:hover::-webkit-scrollbar {
    height: 7px;
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #636363;
}

.label-warning, .label-success, .label-danger {
    padding: 5px 10px;
    font-size: 10px;
}

.w-100 {
    width: 100% !important;
}
@import url('https://fonts.googleapis.com/css?family=Raleway:200');  
  body-otp-my{  
       height: 100%;  
       margin: 0;  
       font-family: 'Raleway', sans-serif;  
       font-weight: 200;  
       background-color: #0f0f1a;  
       display: flex;  
       align-items: center;  
       justify-content: center;  
       flex-direction: column;  
 }  
  .digit-group input {  
        width: 50px;
        height: 50px;
        background-color: #fcfcff;
        border: solid 1px red;
        text-align: center;
        font-size: 24px;
        font-family: 'Raleway', sans-serif;
        font-weight: 200;
        color: black;
        margin: 0 2px;
 }  
  .digit-group .splitter {  
       padding: 0 5px;  
       color: white;  
       font-size: 24px;  
 }  
  .prompt {  
       margin-bottom: 20px;  
       font-size: 20px;  
       color: red;  
 } 