html,
body {
	margin: 0px;
	padding: 0px;
    font-family: var(--font-family);
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

::-moz-selection {
	background: rgb(var(--uid-secondary-color));
	color: #fff;
	text-shadow: none;
}

::selection {
	background: rgb(var(--uid-secondary-color));
	color: #fff;
	text-shadow: none;
}

a:focus {
	outline: 0px solid
}

img {
	width: auto;
	height: auto
}

p {
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	color: #363636;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px;
}

a {
	transition: all 0.3s ease 0s;
	text-decoration: none;
}

a:hover {
	color: #6b6fff;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0 none;
}
h1,h2 {line-height: 1.3 !important;}h1 span,h1 strong,h2 span,h2 strong{line-height: 1.3 !important;}h3,h4,h5{line-height: 1.3 !important;}h3 span,h3 strong,h4 span,h4 strong,h5 span,h5 strong{line-height: 1.3 !important;}

.fa-fx10{font-size: 6em !important;}
.fa-fx9{font-size: 5em !important;}
.fa-fx8{font-size: 4em !important;}
.fa-fx7{font-size: 3em !important;}
.fa-fx65{font-size: 2.5em !important;}
.fa-fx6{font-size: 2em !important;}
.fa-fx5{font-size: 1.8em !important;}
.fa-fx4{font-size: 1.6em !important;}
.fa-fx3{font-size: 1.4em !important;}
.fa-fx2{font-size: 1.2em !important;}
.fa-fx1{font-size: 1em !important;}
.fa-fx09{font-size: 0.9em !important;}
.fa-fx08{font-size: 0.8em !important;}
.fa-fx07{font-size: 0.7em !important;}
.fa-fx06{font-size: 0.6em !important;}
.fa-fx05{font-size: 0.5em !important;}

/*############## Top Bar ###############*/
#top-bar {
    --cnvs-topbar-height: 45px;
    --cnvs-topbar-font-size: 0.875rem;
    --cnvs-topbar-font-weight: 500;
    --cnvs-topbar-font-transform: none;
    --cnvs-topbar-color: var(--cnvs-contrast-700);
    --cnvs-topbar-border-size: 1px;
    --cnvs-topbar-border-color: rgba(var(--cnvs-contrast-rgb), 0.1);
    --cnvs-topbar-social-icon-color: var(--cnvs-contrast-600);
    --cnvs-topbar-submenu-padding: 0.625rem;
    --cnvs-topbar-submenu-font-size: 0.75rem;
    position: relative;
    border-bottom: var(--cnvs-topbar-border-size) solid var(--cnvs-topbar-border-color);
    font-size: var(--cnvs-topbar-font-size);
    background-color: var(--cnvs-topbar-bg);
}

#top-social {
    display: flex;
    justify-content: center;
    margin: 0;
}

#top-social li {
    position: relative;
    list-style: none;
    border-left: var(--cnvs-topbar-border-size) solid var(--cnvs-topbar-border-color);
}

#top-social li:first-child {
    border-left: 0 !important;
}

#top-social li .ts-icon,
#top-social li .ts-text {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    height: var(--cnvs-topbar-height);
    line-height: calc(var(--cnvs-topbar-height) - 1px);
}

#top-social li .ts-icon {
    width: 40px;
    text-align: center;
    font-size: 1.3rem;
}

#top-social li .ts-text {
    max-width: 0;
    white-space: nowrap;
    transition: all 0.2s ease;
}

#top-social li a:hover .ts-text {
    max-width: 200px;
    padding-right: 12px;
    transition: width 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
    #top-social li a:hover .ts-text {
        transition: none;
    }
}

#top-social a {
    display: flex;
    width: auto;
    overflow: hidden;
    font-weight: bold;
    color: var(--cnvs-topbar-social-icon-color);
    transition: all 0.7s ease;
}

#top-social a:hover {
    color: var(--bs-gray-100);
    background-color: rgba(var(--uid-icon-bg-rgb), 1) !important;
}



/*############## Nav Bar ###############*/
#main-menu {
    transition: top 0.8s linear;
}
header .navbar .megamenu {
    padding: 1rem;
}

header .navbar-brand{
    width:90px;
}

header .navbar .nav-item .dropdown-menu {
    display: none;
}

header .navbar .nav-item .dropdown-menu.show{
    display: block;
}

header a.dropdown-item {
    color: rgb(var(--uid-secondary-color)) !important;
    font-weight: bold;
}

header a.nav-link {
    color: rgb(var(--uid-primary-color)) !important;
    font-weight: bold;
}

header .megamenu .title {
    color: rgb(var(--uid-primary-color));
    font-weight: bold;
}
header  nav.navbar  {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
/* ########### Slider  #############*/
.carousel-item-image {
    background-size: cover;
    background-position: center;
    height: calc(100vh - 109.8px);
    display: block;
    width: 100%;
}

/*############## Theme Global  ###############*/
main {
   width: 100% !important;
   height: 100% !important;
   /*background-color: rgb(var(--uid-secondary-light-color));*/
   overflow: hidden;
}
.bg-instagram {
    background-image: linear-gradient(to left bottom, #b833b3, #cb2ca3, #d92a93, #e42f82, #ea3973, #f44a67, #fa5c5d, #fe6e53, #ff884b, #ffa347, #ffbd49, #ffd753)
}
/* Buttons */
.uid-btn-primary {
    --bs-btn-color: #efefef;
    --bs-btn-bg: rgb(var(--uid-primary-color));
    --bs-btn-border-color: rgb(var(--uid-primary-color));
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(var(--uid-primary-light-color));
    --bs-btn-hover-border-color: rgb(var(--uid-primary-color));
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(var(--uid-primary-light-color));
    --bs-btn-active-border-color: rgb(var(--uid-primary-color));
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: rgb(var(--uid-primary-light-color));
    --bs-btn-disabled-border-color: rgb(var(--uid-primary-light-color));
}

.uid-btn-secondary {
    --bs-btn-color: #efefef;
    --bs-btn-bg: rgb(var(--uid-secondary-color));
    --bs-btn-border-color: rgb(var(--uid-secondary-color));
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(var(--uid-secondary-light-color));
    --bs-btn-hover-border-color: rgb(var(--uid-secondary-color));
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(var(--uid-secondary-light-color));
    --bs-btn-active-border-color: rgb(var(--uid-secondary-color));
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: rgb(var(--uid-secondary-light-color));
    --bs-btn-disabled-border-color: rgb(var(--uid-secondary-light-color));
    fill: #eee;
}
.uid-btn-secondary:hover {
    fill: #000;
}
.uid-btn-primary-light {
    --bs-btn-color: #000;
    --bs-btn-bg: rgb(var(--uid-primary-light-color));
    --bs-btn-border-color: rgb(var(--uid-primary-light-color));
    --bs-btn-hover-color: #efefef;
    --bs-btn-hover-bg: rgb(var(--uid-primary-color));
    --bs-btn-hover-border-color: rgb(var(--uid-primary-light-color));
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #efefef;
    --bs-btn-active-bg: rgb(var(--uid-primary-color));
    --bs-btn-active-border-color: rgb(var(--uid-primary-light-color));
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #efefef;
    --bs-btn-disabled-bg: rgb(var(--uid-primary-color));
    --bs-btn-disabled-border-color: rgb(var(--uid-primary-color));
}

.uid-btn-secondary-light {
    --bs-btn-color: #000;
    --bs-btn-bg: rgb(var(--uid-secondary-light-color));
    --bs-btn-border-color: rgb(var(--uid-secondary-light-color));
    --bs-btn-hover-color: #efefef;
    --bs-btn-hover-bg: rgb(var(--uid-secondary-color));
    --bs-btn-hover-border-color: rgb(var(--uid-secondary-light-color));
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #efefef;
    --bs-btn-active-bg: rgb(var(--uid-secondary-color));
    --bs-btn-active-border-color: rgb(var(--uid-secondary-light-color));
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #efefef;
    --bs-btn-disabled-bg: rgb(var(--uid-secondary-color));
    --bs-btn-disabled-border-color: rgb(var(--uid-secondary-color));
}

.uid-btn {
    transition: all 0.3s ease;
}

/* Text */
.uid-text-primary {
    color: rgb(var(--uid-primary-color)) !important;
}

.uid-text-secondary {
    color: rgb(var(--uid-secondary-color)) !important;
}

.uid-text-tertiary {
    color: rgb(var(--uid-tertiary-color)) !important;
}

.uid-text-primary-light {
    color: rgb(var(--uid-primary-light-color)) !important;
}

.uid-text-secondary-light {
    color: rgb(var(--uid-secondary-light-color)) !important;
}

/* Border */
.uid-border-primary {
    border-color: rgb(var(--uid-primary-color)) !important;
}

.uid-border-secondary {
    border-color: rgb(var(--uid-secondary-color)) !important;
}

.uid-border-tertiary {
    border-color: rgb(var(--uid-tertiary-color)) !important;
}

.uid-border-primary-light {
    border-color: rgb(var(--uid-primary-light-color)) !important;
}

.uid-border-secondary-light {
    border-color: rgb(var(--uid-secondary-light-color)) !important;
}

.uid-bg-primary {
    background-color: rgb(var(--uid-primary-color)) !important;
}

.uid-bg-secondary {
    background-color: rgb(var(--uid-secondary-color)) !important;
}

.uid-bg-tertiary {
    background-color: rgb(var(--uid-tertiary-color)) !important;
}

.uid-bg-primary-light {
    background-color: rgb(var(--uid-primary-light-color)) !important;
}

.uid-bg-secondary-light {
    background-color: rgb(var(--uid-secondary-light-color)) !important;
}

/* Title Bar */
.about-hero-banner {
	background-color: var(--bg-color);
	width: 100%;
	height: var(--height);
	background-position: var(--bg-position) !important;
	background-size: var(--bg-size) !important;
    background-repeat: var(--bg-repeat) !important;
    background-attachment: var(--bg-attachment) !important;
	position: relative
}

.about-hero-banner.with-trans-bg:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:  var(--height);
	background-color: rgba(var(--bg-color));
}

/*19.2 About Hero Text*/
.about-hero-text {
	position: absolute;
	left: 0;
	top: 55%;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
    color: var(--color) !important;
}

.about-hero-text h1 {
	text-transform: capitalize;
	font-weight: 700;
	font-size: 40px;
}
/* Card Style */
.card,.card-style-2.card {
    overflow: hidden;
}
.card-style-2  a {
    text-decoration : none !important;
}
.card-style-2 .card-title  {
    color: rgb(var(--uid-primary-color)) !important;
}

.pm-stat-single{
    text-align: center;
}

.card-style-2.card .pm-stat-single:not(:last-of-type) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

html[lang="ar"] .card-style-2.card .pm-stat-single:not(:last-of-type) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: unset;
}

.aspect-ratio-4-4{aspect-ratio: 4  / 4 !important;}
.aspect-ratio-4-3{aspect-ratio: 4  / 3 !important;}
.aspect-ratio-4-2{aspect-ratio: 4  / 2 !important;}

.aspect-ratio-5-5{aspect-ratio: 5  / 5 !important;}
.aspect-ratio-5-4{aspect-ratio: 5  / 4 !important;}
.aspect-ratio-5-3{aspect-ratio: 5  / 3 !important;}
.aspect-ratio-5-2{aspect-ratio: 5  / 2 !important;}

.aspect-ratio-6-6{aspect-ratio: 6  / 6 !important;}
.aspect-ratio-6-5{aspect-ratio: 6  / 5 !important;}
.aspect-ratio-6-4{aspect-ratio: 6  / 4 !important;}
.aspect-ratio-6-3{aspect-ratio: 6  / 3 !important;}
.aspect-ratio-6-2{aspect-ratio: 6  / 2 !important;}

.aspect-ratio-7-7{aspect-ratio: 7  / 7 !important;}
.aspect-ratio-7-6{aspect-ratio: 7  / 6 !important;}
.aspect-ratio-7-5{aspect-ratio: 7  / 5 !important;}
.aspect-ratio-7-4{aspect-ratio: 7  / 4 !important;}
.aspect-ratio-7-3{aspect-ratio: 7  / 3 !important;}
.aspect-ratio-7-2{aspect-ratio: 7  / 2 !important;}

/***** Whats App Float *******/
#whatsapp-floating-button {
	position:fixed;
	width:60px;
	height:60px;
	bottom:5px;
	right:5px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

#whatsapp-floating-button i{
	font-size: 40px;
}
/******** UID Model **********/
.uid-bootstrap-model .btn-close {

    position: absolute;
    z-index: 1056;
    left: 0;
    top: 0;
    width: 50px;
    height: 30px;
    background-color: red;
    opacity: 1;
    border-radius: 0.5rem 0 0 0;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23eee'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") !important;
}
.uid-bootstrap-model .modal-body{
    padding-top: 40px;
}
/* #################### Blog #################### */
/*1.0 Blog Tags*/
.main-tags {
	margin-top: 40px
}

.main-tags h3 {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0;
	padding-bottom: 10px;
	color: #363636;
	padding-left: 20px
}

.tag-list {
	padding: 20px
}

.tag-list ul li {
	display: inline-block;
	margin: 5px
}

.tag-list ul li a {
	padding: 5px;
	font-size: 15px;
	color: #363636;
	display: inline-block;
	border: 1px solid #ebebeb;
	text-transform: capitalize;
    font-weight: bold;
}

.tag-list ul li a:hover {
    color: #000;
    background-color: rgb(var(--uid-primary-light-color));
    border: 1px solid rgb(var(--uid-primary-color));
    transition: all 0.5s ease;
}

/*1.1 Blog Pagination*/
.next-previous-page {
	margin: 60px 0 0 0
}

.page-link {
	padding: .7rem 1.2rem;
	color: #323657;
    background-color: rgb(var(--uid-primary-light-color));
	margin: 0 1px;
    border-color: rgb(var(--uid-primary-color));
    transition: all 0.3s ease;
}

.page-link:hover {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: rgb(var(--uid-primary-color));
	border-color: rgb(var(--uid-primary-color));
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: rgb(var(--uid-primary-color));
	border-color: rgb(var(--uid-primary-color));
}

.pagination {
	justify-content: center;
}

.card-style-3 div.bg-image {
    background-size: cover;
    background-position: center;
    height: 200px;
    display: block;

}

.card.card-style-2 .card-post-bg,.card-post-bg {
    background-image: var(--post-card-bg);
    background-size: cover;
    background-position: center;
    display: block;
    width: 100%;
}
.card.card-style-2 .card-post-bg {
    aspect-ratio: 5 / 4;
}

/**************** Campaigns SIDEBAR ***************/
/* Sidebar styles */
.sidebar-contents .widget-title {
    color:rgb(var(--uid-primary-color));
    margin-bottom: 15px;
    border-bottom: 2px solid rgb(var(--uid-secondary-color));
}
.sidebar-contents .widget-title span{
    position: relative;
    font-size: 18px;
    padding-right:10px;
}

.sidebar-contents a{
    color: #333 !important;
}
.sidebar-contents{
    margin-bottom: 20px;
}

.sidebar-contents.category ul li {
    background-color: rgba(var(--uid-primary-light-color),0.3);
    display: flex;
    transition: 0.7s ease;
}
.sidebar-contents.category ul li:hover {
    padding-left: 12px;
    padding-right: 12px;
}
.sidebar-contents.category ul li a {padding: 10px;}
.sidebar-contents.category ul li:hover a {
  width: 100%;
  height: 100%;
  box-shadow: 2px 3px 9px 1px rgb(0 0 0 / 10%);
  color: rgb(var(--uid-primary-color))
}
.sidebar-contents.tag .list-unstyled li {
    display: inline-block;
    padding: 10px;
    background-color: rgba(var( --uid-primary-light-color),0.5);
    margin:2px;
    transition: 0.5s ease;
    font-weight: bold;
}
.sidebar-contents.tag .list-unstyled li:hover {
    background-color: rgba(var( --uid-primary-light-color),0.9);
}


/* -------------------------------- PopUp styles -------------------------------- */
#popupBackground {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    display: none;
}
#popupBackground.show{
    display: block;
}
#popup-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99999999999999999;
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
#popup-overlay .popup{
    position: relative;
    width: 92%;
    max-width :550px;
    max-height: 90%;
    border-radius: 10px;
    /*padding: 20px;*/
    z-index: 20;
    box-shadow: 0px 0px 10px #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
#popup-overlay .popup .close-btn{
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 22;
    background-color: rgb(var(--uid-primary-color));
    color: rgb(var(--uid-primary-light-color));
    transition: all .5s ease-in-out;
}

#popup-overlay .popup .close-btn:hover{
    background-color: var(--bs-red);
}
#popup-overlay .popup .close-btn:before,#popup-overlay .popup .close-btn:after{
    content:'';
    position:absolute;
    width:30px;
    height:4px;
    background-color:white;
    border-radius:2px;
    top:18px;
    box-shadow:0 0 2px 0 #ccc;
}

#popup-overlay .popup .close-btn:before{
    transform:rotate(45deg);
    left:5px;
}
#popup-overlay .popup .close-btn:after{
    transform:rotate(-45deg);
    right:5px;
}
#popup-overlay.active{display: flex;opacity: 1;}
#popup-overlay .popup .popup-content {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: initial, no-repeat;
    background-position-x: initial, center;
    background-position-y: initial, center;

}

/*############################ Footer ############################*/
.footer-social-icons a {
    background-color: rgb(var(--uid-icon-bg-rgb));
    color: rgb(var(--uid-icon-color-rgb));
}
.copyright {
    justify-content: between;
    align-content: center;
    flex-wrap: wrap;
}

footer li:hover > a,footer .footer-social-icons a:hover i,footer a:hover {
    transition: color 0.3s ease;
    color: rgb(var(--footer-link-hover-color)) !important
}


/* ----------------------------------------------------------------
	Featured Boxes
-----------------------------------------------------------------*/


.feature-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.feature-box:first-child {
    margin-top: 0;
}

.fbox-lg .fbox-icon {
    width: 7.5rem;
    height: 6rem;
}

.fbox-icon {
    width: 5.5rem;
    height: 4rem;
    padding: 0 0.75rem;
}

.fbox-icon a,
.fbox-icon i,
.fbox-icon img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #FFF;
}


.fbox-icon i {
    font-style: normal;
    font-size: 1.75rem;
    line-height: 4rem;
    text-align: center;
}

/* Feature Box - Center & Large Icons
-----------------------------------------------------------------*/

.fbox-center {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.fbox-center .fbox-icon {
    margin-bottom: 1.5rem;
}

/* Feature Box - Plain
-----------------------------------------------------------------*/

.fbox-plain .fbox-icon {
    border: none !important;
}

.fbox-plain .fbox-icon i,
.fbox-plain .fbox-icon img,
.fbox-plain .fbox-icon p {
    border: none;
    background-color: transparent !important;
    color: rgb(var(--uid-primary-color));
    border-radius: 0;
}

.fbox-plain .fbox-icon i,
.fbox-plain .fbox-icon p {
    font-size: 3rem;
    line-height: 1;
}

.fbox-plain.fbox-image .fbox-icon {
    width: auto;
}

.fbox-plain.fbox-image .fbox-icon img {
    width: auto;
    display: inline-block;
}

.fbox-plain.fbox-light .fbox-icon i,
.fbox-plain.fbox-light .fbox-icon img {
    color: #888;
}

.fbox-bg.fbox-center {
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
    padding: 0 2rem 2rem;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
}

.fbox-bg.fbox-center .fbox-icon {
    margin-top: -2rem;
}

.fbox-bg.fbox-center .fbox-icon {
    background-color: #FFF;
}


.fbox-bg.fbox-center.fbox-lg {
    margin-top: 3rem;
}

.fbox-bg.fbox-center.fbox-lg .fbox-icon {
    margin-top: -3rem;
}

.fbox-bg.fbox-center.fbox-xl {
    margin-top: 4rem;
}

.fbox-bg.fbox-center.fbox-xl .fbox-icon {
    margin-top: -4rem;
}

.fbox-content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    padding: 0 0.75rem;
}

.fbox-content h3 span.subtitle {
    display: block;
    margin-top: 5px;
    color: #003c3f81;
    font-weight: 300;
    text-transform: none;
}

.fbox-content h3 {
    font-size: 1rem;
    font-weight: 600;
    font-family: var(--font-family);
    text-transform: uppercase;
    margin-bottom: 0;
}

.fbox-content p {
    margin-top: 0.5rem;
    margin-bottom: 0px;
    color: rgb(var(--text-color));
}


.fbox-center .fbox-content {
    -ms-flex-preferred-size: auto;
}

.was-validated .select2-vlidation:invalid + .select2 .select2-selection{
    border-color: #dc3545!important;
}
.was-validated .select2-vlidation:valid + .select2 .select2-selection{
    border-color: #28a745!important;
}
