.error-msg{
    width: 100%;
    margin-top: 0.25rem;
    font-size: 85.71428571%;
    color: #d63939;
}

.mt-auto,.my-auto{margin-top:auto!important}
.mr-auto,.mx-auto{margin-right:auto!important}
.mb-auto,.my-auto{margin-bottom:auto!important}
.ml-auto,.mx-auto{margin-left:auto!important}

.border-top {
    border-top : 1px solid rgba(98,105,118,.16)!important
}

.border-bottom {
    border-top : 1px solid rgba(98,105,118,.16)!important
}

.border-left {
    border-left : 1px solid rgba(98,105,118,.16)!important
}

.border-right {
    border-right : 1px solid rgba(98,105,118,.16)!important
}


.px-10{
    padding-left: 10px;
    padding-right: 10px;
}

.px-20{
    padding-left: 20px;
    padding-right: 20px;
}

.px-30{
    padding-left: 30px;
    padding-right: 30px;
}

.px-40{
    padding-left: 40px;
    padding-right: 40px;
}

.px-50{
    padding-left: 50px;
    padding-right: 50px;
}

.ml-10{
    margin-left: 10px;
}

.ml-20{
    margin-left: 20px;
}

.ml-30{
    margin-left: 30px;
}

.ml-40{
    margin-left: 40px;
}

.ml-50{
    margin-left: 50px;
}

.mr-10{
    margin-right: 10px;
}

.mr-20{
    margin-right: 20px;
}

.mr-30{
    margin-right: 30px;
}

.mr-40{
    margin-right: 40px;
}

.mr-50{
    margin-right: 50px;
}

.mt-10{
    margin-top: 10px;
}

.mt-20{
    margin-top: 20px;
}

.mt-30{
    margin-top: 30px;
}

.mt-40{
    margin-top: 40px;
}

.mt-50{
    margin-top: 50px;
}

.mb-10{
    margin-bottom: 10px;
}

.mb-20{
    margin-bottom: 20px;
}

.mb-30{
    margin-bottom: 30px;
}

.mb-40{
    margin-bottom: 40px;
}

.mb-50{
    margin-bottom: 50px;
}

.pt-10{
    margin-top: 10px;
}

.pt-20{
    margin-top: 20px;
}

.pt-30{
    margin-top: 30px;
}

.pt-40{
    margin-top: 40px;
}

.pt-50{
    margin-top: 50px;
}

.pb-10{
    margin-bottom: 10px;
}

.pb-20{
    margin-bottom: 20px;
}

.pb-30{
    margin-bottom: 30px;
}

.pb-40{
    margin-bottom: 40px;
}

.pb-50{
    margin-bottom: 50px;
}

.to-left{
    text-align: left;
}

.to-right{
    text-align: right;
}

/*span.dropdown-menu.dropdown-menu-end.show {*/
/*    transform: translate(3px, 38px) !important;*/
/*    z-index: 55;*/
/*}*/

/*.align-items-center.accordion-button::after {*/
/*    content: none !important;*/
/*}*/

/*.dropdown-menu a.dropdown-item{*/
/*    font-weight: 500;*/
/*}*/

/*.select2 {*/
/*    width: 100% !important;*/
/*    !*border: 1px solid #d5d3d3 !important;*!*/
/*    border-radius: 0.25rem !important;*/
/*    color: #495057 !important;*/
/*    line-height: 35px !important;*/
/*}*/

/*.select2-container .select2-selection--single {*/
/*    height: 35px !important;*/
/*}*/

/*.select2-container--default .select2-selection--single .select2-selection__rendered {*/
/*    margin-top: 2px;*/
/*}*/

/*.select2-container--default .select2-selection--single .select2-selection__arrow {*/
/*    height: 30px !important;*/
/*}*/


#img-hover {
    position: relative;
    text-align: center;
    color: white;
}

/* Centered text */
#img-hover-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.form-group label{
    font-weight: 600;
    margin-bottom: 10px;
}

.font-weight-bold{
    font-weight: 700;
}

.is_required:after
{
    content: "  *";
    color: red;
}

.is_cap
{
    text-transform: capitalize;
}

.is_upp
{
    text-transform: uppercase;
}

#scroll-down {
    display: block;
    position: relative;
    padding-top: 79px;
    text-align: center;
    float: right;
    margin-top: -100px;
    margin-right: -15px;
}
.arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 38px;
}
.arrow-down:after {
    content: "";
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid rgba(108, 95, 252, 0.4);
    border-right: 2px solid rgba(108, 95, 252, 0.4);
    /*behavior: url(-ms-transform.htc);*/
    transform: rotate(135deg);
}
#scroll-title {
    display: block;
    text-transform: uppercase;
    color: rgba(108, 95, 252, 0.4);
    font-family: Helvetica Neue, Helvetica, Arial;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
#scroll-down::before {
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */

    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */

    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -2px;
    margin-top: -5px;
    width: 2px;
    height: 90px;
    background: rgba(108, 95, 252, 0.4);
    content: " ";
}
@keyframes elasticus {
    0% {
        transform-origin: 0% 0%;
        transform: scale(1, 0);
    }
    50% {
        transform-origin: 0% 0%;
        transform: scale(1, 1);
    }
    50.1% {
        transform-origin: 0% 100%;
        transform: scale(1, 1);
    }
    100% {
        transform-origin: 0% 100%;
        transform: scale(1, 0);
    }
}

.table td, .table th {
    vertical-align: middle;
}

.table td .badge {
    width: 130px;
}

.w-40{
    width: 40%!important;
}

.w-20{
    width: 20%!important;
}

.w-20 button {
    border-radius: 0rem !important;
}

.w-40 button {
    border-radius: 0rem !important;
}

#template-customizer{
    visibility: hidden!important;
}

#wave-frame{

}

.datatables-basic tr > *:nth-child(2) {
    display: none!important;
}

/*.icon-top{*/
/*    margin-top: -5px!important;*/
/*}*/

.nav-link.active h6{
    color: white!important;
}

.nav-link.active p{
    color: white!important;
}

.nav-link.active .tab-widget-title{
    color: #7367f0 !important;
}

.avatar-form{
    border: 2px solid #dbdade;
    border-radius: 0.550rem;
}

.logo-img{
    width: 150px!important;
    margin-right: auto!important;
    margin-left: auto!important;
}

#img-hover img#avatar{
    height: 100%;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 0px 29px 3px rgba(0,0,0,0.30);
    -webkit-box-shadow: 0px 0px 29px 3px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 0px 29px 3px rgba(0,0,0,0.30);
    border: 5px solid rgba(115, 103, 240, 0.3);
}

img.custom-logo{
    border-radius: 20px;
    box-shadow: 0px 0px 29px 3px rgba(0,0,0,0.30);
    -webkit-box-shadow: 0px 0px 29px 3px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 0px 29px 3px rgba(0,0,0,0.30);
    border: 5px solid rgba(115, 103, 240, 0.3);
}

.menu-inner{
    overflow-y: auto;
    overflow-x: hidden;
}

/* width */
.menu-inner::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.menu-inner::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.menu-inner::-webkit-scrollbar-thumb {
    background: #d5d3d3;
}

/* Handle on hover */
.menu-inner::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.scroller{
    overflow-y: auto!important;
    overflow-x: hidden!important;
}

/* width */
.scroller::-webkit-scrollbar {
    width: 3px!important;
}

/* Track */
.scroller::-webkit-scrollbar-track {
    background: #f1f1f1!important;
}

/* Handle */
.scroller::-webkit-scrollbar-thumb {
    background: #d5d3d3!important;
}

/* Handle on hover */
.scroller::-webkit-scrollbar-thumb:hover {
    background: #555!important;
}

#background-video {
    background-image: none;
    background-color: white;
    object-fit: scale-down;
    border: 3px solid #f8f7fa;
}

@media (max-width: 767px) {
    .table-responsive{
        overflow-x: auto;
        overflow-y: auto;
    }
}
@media (min-width: 767px) {
    .table-responsive{
        overflow: inherit !important; /* Sometimes needs !important */
    }
}

.floater{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
    margin-top:10px;
}

.text-left{
    text-align: left!important;
}
