.errors {
    color: red;
}

.ajax_datatable {
    width: 100% !important;
}

.logo-div {
    justify-content: center;
    align-items: center;
    display: flex;
}

img.account-logo {
    width: 50%;
    height: 50%;
    margin-bottom: 1.5rem;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
}

.canto-pickup-img-btn {
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
    box-shadow: none !important;
    display: inline-block !important;
    font-weight: 400 !important;
    text-align: center !important;
    vertical-align: middle !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: .25rem !important;
    border: 1px solid transparent !important;
    color: #fff !important;
    margin: 0px !important;
    height: 37px !important;
}

.canto-pickup-img-btn:hover {
    background-color: #138496 !important;
}

/* .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    border: 1px solid #ced4da;
    padding: .46875rem .75rem;
    height: calc(2.25rem + 2px);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 31px;
    right: 6px;
} */
.redirect_url_img img {
    height: 40%;
    width: 50%;
}

.custom-btn-r {
    width: auto;
    float: right;
}

.back-btn {
    width: auto;
    float: left;
    margin-right: 10px;
    border: 1px solid;
}

.errors {

    color: red;

}

/* Dev */

.custom-btn-r {

    width: auto;

    float: right;

}

.back-btn {

    width: auto;

    float: left;

    margin-right: 10px;

    border: 1px solid;

}

.back-btn i {

    margin-right: 5px;

}


.loader-main-inner {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff0;
}

.loader-bac {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.6);
}

.u-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* RADIOS & CHECKBOXES STYLES */

/* input[type="radio"],

input[type="checkbox"] {

    height: 20px;

    width: 20px;

    vertical-align: middle;

    margin: 0 0.4em 0.4em 0;

    background: rgba(255, 255, 255, 1);

    border: 1px solid #aaaaaa;

    -webkit-appearance: none;

}

input[type="radio"] {

    border-radius: 100%;

}

input[type="checkbox"] {

    border-radius: 2px;

}

input[type="radio"]:not(:disabled):hover,

input[type="checkbox"]:not(:disabled):hover {

    border: 1px solid rgba(58, 197, 201, 1);

}

input[type="radio"]:active:not(:disabled),

input[type="checkbox"]:active:not(:disabled) {

    border: 1px solid rgba(58, 197, 201, 1);

}

input[type="radio"]:checked,

input[type="checkbox"]:checked {

    border: 1px solid rgba(58, 197, 201, 1);

}

input[type="checkbox"]:checked:not(:disabled) {

    background: rgba(58, 197, 201, 1);

}

input[type="radio"]:checked:before {

    display: block;

    height: 14px;

    width: 14px;

    position: relative;

    left: 2px;

    top: 2px;

    background: rgba(58, 197, 201, 1);

    border-radius: 100%;

    content: "";

} 

input[type="checkbox"]:checked:before {

    font-weight: bold;

    color: white;

    content: "\2713";

    margin-left: 2px;

    font-size: 14px;

}

input:disabled {

    background: rgba(0, 0, 0, 0.3);

    &:checked {

        border: 1px solid rgba(0, 0, 0, 0.3);

    }

}

input[type="radio"]:disabled:checked:before {

    display: block;

    height: 14px;

    width: 14px;

    position: relative;

    left: 2px;

    top: 2px;

    background: rgba(255, 255, 255, 1);

    border-radius: 100%;

    content: "";

}

.onoffswitch {

    position: relative;

    width: 94px;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

}

.onoffswitch-checkbox {

    display: none;

}

.onoffswitch-label {

    display: block;

    overflow: hidden;

    cursor: pointer;

    border: 2px solid #ffffff;

    border-radius: 20px;

}

.onoffswitch-inner {

    display: block;

    width: 200%;

    margin-left: -100%;

    transition: margin 0.3s ease-in 0s;

}

.onoffswitch-inner:before,

.onoffswitch-inner:after {

    display: block;

    float: left;

    width: 50%;

    height: 22px;

    padding: 0;

    line-height: 22px;

    font-size: 12px;

    color: black;

    font-family: Trebuchet, Arial, sans-serif;

    font-weight: bold;

    box-sizing: border-box;

}

.onoffswitch-inner:before {

    content: "Production";

    padding-left: 6px;

    background-color: #3ac5c9;

    color: #ffffff;

}

.onoffswitch-inner:after {

    content: "Sandbox";

    padding-right: 6px;

    background-color: #e85764;

    color: #ffffff;

    text-align: right;

}

.onoffswitch-switch {

    display: block;

    width: 16px;

    margin: 5px;

    max-height: 16px;

    background: #ffffff;

    position: absolute;

    top: 0;

    bottom: 0;

    right: 68px;

    border: 2px solid #ffffff;

    border-radius: 20px;

    transition: all 0.3s ease-in 0s;

}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {

    margin-left: 0;

}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {

    right: 0px;

}

.onoffswitch.paypal-checkbos-btn {

    float: right;

}
*/
.alert.custom-nf h5 {

    float: left;

}

.alert.custom-nf span {

    text-transform: capitalize;

}

.alert.custom-nf {

    margin: 5px 15px;

}

#sidebar-menu ul.menu,
ul.submenu {
    list-style: none;
    padding-left: 20px;
    margin: 0;
    position: relative;
}

#sidebar-menu ul.submenu::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
    border-left: 1px dotted #aaa;
}

#sidebar-menu li {
    cursor: pointer;
    padding: 5px 0 5px 20px;
    position: relative;
}

#sidebar-menu li.no-submenu::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 10px;
    border-top: 1px dotted #aaa;
}

#sidebar-menu li>.icon {
    margin-left: -20px;
    margin-right: 5px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

#sidebar-menu .submenu {
    display: none;
}

#sidebar-menu li.open>.submenu {
    display: block;
}

#sidebar-menu li.open>.icon {
    transform: rotate(90deg);
}

#sidebar-menu ul.menu li {
    color: black;
}

#sidebar-menu li.active-link {
    color: #e87722 !important;
}

/** sync by tage display*/
.tag-item {
    display: inline-flex;
    align-items: center;
    background-color: #e0e0e0;
    color: #333;
    padding: 5px 10px;
    border-radius: 15px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

.tag-remove {
    background: none;
    border: none;
    font-size: 14px;
    margin-left: 6px;
    cursor: pointer;
    color: #555;
}

.tag-remove:hover {
    color: red;
}

#tag.error {
    border: 2px solid red;
    background: #ffe6e6;
    /* optional light red bg */
}

.btn-button-custom {
    display: flex;
    justify-content: right;

}

span.break-text {
    overflow-wrap: anywhere;
}

.add_btn {
    float: right;
}