.custom-error{
	color:red;
	font-size: 12px;
	margin-top:5px;
}



.bg-menu-theme.menu-vertical .menu-item.active>.menu-link:not(.menu-toggle){
	background:#003F88;
}


table.dataTable>tbody>tr.selected>*{
	box-shadow:none;
	color:unset;
}

table.dataTable>tbody>tr.selected a{
	color:#fff;
}


.page-item.active .page-link, .page-item.active .page-link:hover, .page-item.active .page-link:focus, .pagination li.active>a:not(.page-link), .pagination li.active>a:not(.page-link):hover, .pagination li.active>a:not(.page-link):focus{
	background:#003F88;
}

.btn-namoza, .btn-namoza:hover{
	background:#003F88 !important;
	color: #fff !important;
}


.table-responsive {
    overflow-x: scroll; /* Enable horizontal scrolling on large screens */
  }


.tox .tox-promotion-link {
        display: none !important;
    }


 .nav-tabs{
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.nav-tabs::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}


.ovx{
	overflow-x:scroll;
}

.section-btn{
	white-space: nowrap;
}


.section-btn{
	background:#c3c3c3 !important;
}

.section-btn.active{
	background:#003F88 !important
}


.btn-success{
	background:#28c76f !important;
}


.my-nested-sortable .btn-secondary:first-child{
    background: #28C76F;
    border: 0;
    margin: 5px 10px;
    padding: 8px 10px;
	border-radius: 4px !important;
}

.my-nested-sortable .btn-secondary:nth-child(2){
    background: #FF4C51;
    border: 0;
    margin: 5px 10px;
    padding: 8px 10px;
	border-radius: 4px !important;
}


.icon-size-24{
    font-size:24px;
}

.nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus{
	background: #003F88;
}

.form-check-input:checked{
	background-color:#003F88;
	border-color: #003F88;
}

/*
.select2-search--inline {
    display: contents; 
}

.select2-search__field:placeholder-shown {
    width: 100% !important; 
}
	*/


.iti{
	width:100%;
}

.iti__country-list{
	max-width: 320px;
}

#galleryModal{
	z-index: 99999;
}

.gallery-grid img{
	width:150px !important;
	height:150px !important;
}

.btn-google, .btn-facebook {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 0;
    background: #fff !important;
    color: #222 !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    box-shadow: none !important;
    font-weight: 500;
    margin-bottom: 10px;
    transition: none !important;
}

.btn-google img, .btn-facebook img {
    width: 20px;
    margin-right: 8px;
}

.btn-google:hover, .btn-google:focus,
.btn-facebook:hover, .btn-facebook:focus {
    background: #fff !important;
    border: 1px solid #ccc !important;
    box-shadow: none !important;
}

.btn-facebook, .btn-facebook:hover, .btn-facebook:focus {
    color: #222 !important;
}

.auth-link {
    display: block;
    text-align: center;
    margin-top: 16px;
    color: #003F88;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.auth-link + .auth-link {
    margin-top: 8px;
}

a.btn-facebook, a.btn-facebook:hover, a.btn-facebook:focus, a.btn-facebook:visited, a.btn-facebook:active {
    color: #222 !important;
}