.card {
    margin-bottom: 0px !important;
}

.closeImage {
    position: absolute;
    color: black;
    right: 24px;
    top: 16px;
    font-size: 18px;
    /* display: none; */
}

.imageGallery {
    position: relative;
}

.cursour-initial {
    cursor: initial !important;
}

display-none {
    display: none;
}

.modal {
    overflow: auto !important;
}

.color {
    color: red;
}

.colse-image-custom {
    height: 40px;
    cursor: pointer;
}

.custom-image-media {
    object-fit: cover;
    height: 200px;
    object-position: center;
    width: 100%;
}

#topnav {
    background: #6658dd !important;
}

.navigation-menu>li>a {
    color: #fff !important;
}

.img-dimension {
    width: 200px;
    height: 200px;
}

.loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.login-margin-top {
    margin-top: 1.5em;
}

.login-margin-top-2 {
    margin-top: 2.5em;
}

.login-border {
    background-color: #eaeaea !important;
    border-top: 1px dashed #1d2939;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 100%;
}

.wd-xs-413 {
    width: 413px;
}

.wd-448 {
    width: 448px;
}

.pd-25 {
    padding: 25px;
}

.pd-xs-25 {
    padding: 25px;
}

.bg-white {
    background-color: #fff !important;
}

.tx-normal {
    font-weight: 400;
}

.tx-info {
    color: #17A2B8;
}

.tx-28 {
    font-size: 28px;
}

.tx-center {
    text-align: center;
}

.text-underline {
    text-decoration: underline;
}

.cursor-pointer {
    cursor: pointer;
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 1150px;
    }
}

.image-alignment {
    object-position: center !important;
    height: 200px;
    width: 100%;
}

.custom-tabs-border {
    border-radius: 0 !important;
}

.content-align-center {
    text-align: center;
}

.pagination-image {
    display: inline;
    padding: 10px;
}

.settingsInput{
	width: 30% !important;
    border: none !important;
    border-bottom: 1px solid black !important;
    border-radius: 0px !important;
    height: 25px !important;
    font-weight: bolder !important;
    padding: 5px !important;
    display: inline-block !important;
}

.closeButton{
	color: #000 !important;
	border: 1px solid #000 !important;
}

.submenuRight{
	left: 100% !important;
    top: -8px !important;
    margin-left: 20px !important;
    margin-top: 0px !important;
    list-style: none !important;
    padding-left: 0px !important;
    margin: 5px !important;
}

#sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 30%;
}

#sortable li {
	margin: 10px 3px 3px 3px;
	padding-left: 1.5em;
	font-size: 16px;
}

#sortable li span {
	position: absolute;
	margin-left: -1.3em;
}

.dz-preview > .dz-progress {
    opacity: 0.1 !important;
}

.primaryColor{
	color: #fff !important;
    background-color: #4938d7 !important;
    border-color: #3f2ed4 !important;
}

.mainMenuColor{
	color: #fff !important;
    background-color: #7e82817a !important;
    border-color: #7e82817a !important;
}

.page-datatable-length-position{
	float:left !important;
}

.dataTables_filter-position{
	float:right !important;
}

.buttons-colvis-background{
	position: relative !important;
    float: left !important;
    margin-left: 10px !important;
	background: #6658dc !important;
    border: 1px solid #6658dc !important;
}

.buttons-columnVisibility.active{
	background: #6658dc !important;
    border: 1px solid #6658dc !important;
    color: #fff !important;
	margin-top: 2px !important;
}


/*sorting*/
body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol.example li.placeholder {
  position: relative;
  /** More li styles **/
}
ol.example li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

ol.nested_with_switch, ol.nested_with_switch ol {
    border: 1px solid #eeeeee;
}
ol.vertical {
    margin: 0 0 9px 0;
    min-height: 10px;
	width: 35%;
}
ol {
    list-style-type: none;
}
ol {
    list-style: decimal;
}
ul, ol {
    padding: 0;
    margin: 0 0 9px 25px;
}
ol.nested_with_switch li, ol.simple_with_animation li, ol.serialization li, ol.default li {
    cursor: pointer;
}
ol.vertical li {
    display: block;
    margin: 5px;
    padding: 5px;
    border: 1px solid #cccccc;
    background: #eeeeee;
}
li {
    line-height: 18px;
}

.image-alignment-td{
	height: 150px !important;
    width: 100% !important;
}

@media (max-width: 991px){
	#topnav .navigation-menu {
		background-color: #6658dc;
        max-height: 100% !important;
	}
    #topnav .has-submenu.active .submenu li.active > a {
        color: #fff !important;
    }
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.spanFontSize {
    font-size: 21px;
}


@media (min-width: 1200px){
	.container-fluid {
		max-width: 97% !important;
	}
}