@import url(glyphicon.css);
/*------- General css start-------*/
@font-face {
     font-family: 'Inter';
     src: url('../fonts/Inter-Bold.woff2') format('woff2'),
          url('../fonts/Inter-Bold.woff') format('woff');
     font-weight: bold;
     font-style: normal;
     font-display: swap;
}

@font-face {
     font-family: 'Inter';
     src: url('../fonts/Inter-Light.woff2') format('woff2'),
          url('../fonts/Inter-Light.woff') format('woff');
     font-weight: 300;
     font-style: normal;
     font-display: swap;
}

@font-face {
     font-family: 'Inter';
     src: url('../fonts/Inter-Medium.woff2') format('woff2'),
          url('../fonts/Inter-Medium.woff') format('woff');
     font-weight: 500;
     font-style: normal;
     font-display: swap;
}

@font-face {
     font-family: 'Inter';
     src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
          url('../fonts/Inter-SemiBold.woff') format('woff');
     font-weight: 600;
     font-style: normal;
     font-display: swap;
}

@font-face {
     font-family: 'Inter';
     src: url('../fonts/Inter-Regular.woff2') format('woff2'),
          url('../fonts/Inter-Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}

 @font-face {
     font-family: 'Oswald-Regular';
     src: url(../fonts/Oswald-Regular.ttf);
}

 h1, h2, h3, h4, h5, h6 {
     font-family: 'Oswald-Regular' !important;
}
 html {
     position: relative;
     min-height: 100%;
}
 body {
     font-size: 12px !important;
     display: flex;
     flex-direction: column;
     color: #212529;
font-family: 'Inter', sans-serif;
 
}
.btn {
     font-size: 12px !important;
}
 body, html {
     height: 100%;
     width: 100%;
     overflow-x: hidden;
}
.main_wrapper {
     flex: 1 0 auto;
     background: #f5f8fa;
}
 .wrapper {
     padding: 20px;
}
 a,input {
     outline: none !important;
     text-decoration: none !important 
}
 .btn:focus, .btn.focus {
     outline: 0;
     box-shadow: none;
}

 .btn {
     box-shadow: none !important;
}
 .m-t-10 {

     margin-top: 10px;
}
.mb-30{
     margin-bottom: 30px;
}
.search-form {
     position: relative;
     height: 60px;
     display: flex;
     align-items: center;
}
.winner-img img{
     height: 300px;
     width: 100%;
     border-top-right-radius: 8px;
     border-top-left-radius: 8px;
     object-fit: cover;
}
.campaign-logo{
     max-width: 130px;
     margin: 0 auto;
}
.search-form::after {
     content: "\f002";
     font: normal normal normal 14px/1 FontAwesome;
     position: absolute;
     left: 10px;
     top: 50%;
     transform: translate(0%, -50%);
}
.winner-list-wrapper{
     border: 0;
     border-radius: 8px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 15%);
}
.search-form form input[type="text"] {
     border-radius: 8px;
     color: #000;
     border: 1px solid #eee;
     background: #f9f9f9;
     height: 40px;
     padding-left: 40px;
}


.breadcrumb {
     margin-bottom: 0;
     padding: 15px;
     color: #282C40;
     background: #f0f1f2;
}
.breadcrumb li a {
     color: #282C40;
          font-size: 12px;
     font-weight: 500;
}
.breadcrumb li.active {
     font-weight: 800;
}
 .breadcrumb li a:hover {
     color: #1074b8;
          text-decoration: underline;
}
.breadcrumb > li + li::before {
	padding: 0 5px;
     color: #282C40;
          font-weight: 800;
	content: "/\00a0";
}
.multiple-delete:hover {
     background: #E55904;
     color: #fff;
}
 .multiple-delete {
     background: #e55957;
     padding: 6px 8px;
     color: #fff !important;
     font-size: 12px;
     border-radius: 2px;
}
.card-header h3,.card-header h4
{
     font-size: 16px;
     margin-bottom: 0
}
.card
 .help-block-error {
     font-size: 15px;
     color: red;
     padding-top: 10px;
}

 #user-actions-form .btn {
     margin-right: 5px;
     margin-bottom: 10px;
     border-radius: 0;
}
 .grid-view .summary {
     padding-bottom: 20px;
     font-size: 12px;
     float: right;
}
 .dropdown-toggle::after {
     display: none;
}
.required label::after{
    content: "*";
    color: red;
    margin-left: 3px;
}
 .grid-view tr td:last-child {
     white-space: nowrap;
}
/*------- General css end-------*/
/*------- logo css start-------*/
.logo 
 {
     height: 60px;
     line-height: 52px;
     position: fixed;
     top: 0;
     left: 0;
     width: 240px;
     z-index: 100;
     padding-left: 0px;
     text-align: center;
}
 .logo a {
     font-size: 20px;
     color: #fff;
     margin: 0;
     text-decoration: none;
     display: inline-block !important;
     float: none;
     line-height: 60px;
}
 .logo a h3
 {
     line-height: 60px;
     font-size: 25px
 }
/*------- logo css end-------*/
/*--------------------- sidebar left -----------------------*/
.sidebar-left {
     left: 0;
          position: fixed;
               top: 59px;
               width: 240px;
               height: 100%;
               min-height: 100vh;
               overflow-y: auto;
     background: #fff !important;
     border-right: 1px solid #e8e8e8;
     z-index: 9;
}
 .side-navigation li .fa, .side-navigation li .ico {
     font-size: 14px;
     vertical-align: middle;
     margin-right: 20px;
     width: 16px;
     text-align: center;
}

 .style-scroll::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
     background-color: #F5F5F5;
}
 .style-scroll::-webkit-scrollbar {
     width: 6px;
     background-color: #F5F5F5;
}
 .style-scroll::-webkit-scrollbar-thumb {
     background-color: #F5F5F5;
}
 .sticky-sidebar {
     position: fixed;
     height: 100%;
     overflow-y: auto;
     z-index: 100;
     background: #1d2b37;
}
 .sidebar-collapsed .sticky-sidebar {
     overflow-y: visible;
     position: absolute;
}
a.logo-show
{
     display: none !important;
}
.sidebar-collapsed a.logo-show
{
     display: block !important;
}
.sidebar-collapsed a.logo-hidden
{
     display: none !important
}
.sidebar-collapsed a.logo-show h3{
    width: 12px !important;
    overflow: hidden;
    height: 45px !important;
    margin: auto;
}
 .sidebar-left-info {
     padding: 0px;
}
 .side-navigation {
     margin-bottom: 10px;
     margin-top: 1px;
     padding-bottom: 59px;
     padding-top: 10px;
}
 .nav>li {
     position: relative;
     display: block;
     width: 100%;
}
.side-navigation li a:hover {
     text-decoration: none;
}

 .side-navigation>li>a {
     color: #282C40;
     padding: 10px 15px;
     border-bottom: 1px solid #e8e8e8;
     width: 100%;
     display: block;
     font-size: 13px;
}
 .side-navigation>li>a:hover, .side-navigation>li>a:active {
     border-radius: 0;
     -webkit-border-radius: 0;
}
 .side-navigation>li.menu-list>a {
     position: relative;
}
 .side-navigation>li.nav-active>ul {
     display: block;
}
  .side-navigation>li.menu-list>a:after, .side-navigation>li.sub-menu-list>a::after,
	.side-navigation>li.sub-menu-list .menu-list>a::after  {
     content: "\f105";
     display: inline-block;
     font-family: "FontAwesome";
     padding-right: 20px;
     position: absolute;
     right: 0;
}
 .side-navigation>li.nav-active>a:after, .side-navigation>li.sub-menu-list.active>a:after,
	.side-navigation>li.sub-menu-list li.menu-list.nav-active>a:after {
     content: "\f107";
     display: inline-block;
     font-family: "FontAwesome";
     padding-right: 20px;
     position: absolute;
     right: 0;
}
 .side-navigation>li.menu-list.active>a:after, 
 .side-navigation>li.nav-active.active>a:after,
  .side-navigation>li.nav-active.active>a:after:hover {
     content: "\f107";
}
.side-navigation .child-list {
     list-style: none;
     display: none;
     margin: 0;
     padding: 0 0 1px 0;
}
.side-navigation .child-list>li>a {
     color: #282C40;
     display: block;
     padding: 10px 5px 10px 50px;
     -moz-transition: all 0.2s ease-out 0s;
     -webkit-transition: all 0.2s ease-out 0s;
     transition: all 0.2s ease-out 0s;
}
.side-navigation .child-list>li>a:hover,
.side-navigation .child-list>li>a:active, 
.side-navigation .child-list>li>a:focus {
     text-decoration: none;
     -moz-transition: all 0.2s ease-out 0s;
     -webkit-transition: all 0.2s ease-out 0s;
     transition: all 0.2s ease-out 0s;
}
 .side-navigation .child-list>li .fa {
     color: #282C40;
     font-size: 12px;
     opacity: 0.5;
     margin-right: 5px;
     text-align: left;
     width: auto;
     vertical-align: baseline;
}
 .sidebar-collapsed .side-navigation .child-list > li .fa {
	margin-top: 7px;
}
.sticky-header.sidebar-collapsed .nav.nav-stacked.side-navigation>li>a>span {
     background: #111827;
     color: #fff;
 }
.sidebar-collapsed .side-navigation li.nav-hover ul{
     background-color: #111827;
 }
 .sidebar-collapsed .side-navigation li.nav-hover ul.child-list li a, .sidebar-collapsed .side-navigation li.nav-hover ul.child-list li a span, .sidebar-collapsed .side-navigation li.nav-hover ul.child-list li a i {
     color: #fff !important;
 }
 .sidebar-collapsed .side-navigation>li>.child-list>li>a, .sidebar-collapsed .side-navigation>li>.child-list>li>a span, .sidebar-collapsed .side-navigation>li>.child-list>li>a i {
     color: #000 !important;
 }
.side-navigation .child-list>li>a:hover {
     color: #243F8D !important;
}
.side-navigation .child-list>li>a:hover i{
     color: #243F8D;
}
.sidebar-collapsed .side-navigation li.nav-hover ul.child-list li a:hover{
     background-color: #fff;
}
.sidebar-collapsed .side-navigation li.nav-hover ul.child-list li a:hover i,.sidebar-collapsed .side-navigation li.nav-hover ul.child-list li a:hover span{
     color: #000 !important;
}
.sidebar-collapsed .side-navigation li.nav-hover ul.child-list li a:hover::after{
     color: #000 !important;
}
.side-navigation .child-list>li:hover .fa {
     opacity: 1;
}
 .side-navigation .child-list>li.active>a {
     color: #7cd8a9;
}
 .side-navigation .child-list ul {
     padding-left: 12px;
          padding-right: 12px;
     border: 0;
}
 .side-navigation .menu-list.active ul {
     display: block;
}

 .menu-list.nav-hover.nav-item a span::first-child {
     padding: 15px;
}
/* .sidebar-left .nav>li>a:hover,
.sidebar-left .nav>li>a:focus,
.side-navigation>li.active>a,
.side-navigation>li.active>a:hover,
.side-navigation>li.active>a:focus,
.side-navigation>li.menu-list>a:hover,
.side-navigation>li.nav-active>a,
.side-navigation .child-list,
.sidebar-collapsed .side-navigation>li.nav-hover>a,
.sidebar-collapsed .side-navigation>li.nav-hover.active>a,
.sidebar-collapsed .side-navigation li.nav-hover.active a span,
.sidebar-collapsed .side-navigation li a span,
.sidebar-collapsed .side-navigation li.nav-hover ul {
     background-color: #eceafb;
} */
.side-navigation>li.active>a:focus,
.side-navigation .child-list>li>a:hover,
.side-navigation .child-list>li>a:active,

.mega-menu ul li ul li a:hover,
.weather-widget .weather-info .degree,
.weather-widget .weather-info .degree:after,
.side-navigation>li.nav-active>a,
.side-navigation>li>a:hover,
.side-navigation>li>a:active,
.side-navigation>li.nav-active>a:after,
.side-navigation>li.active>a,
.side-navigation>li.active>a:hover {
     color: #fff;
}
.sidebar-left .nav>li>a:hover, .sidebar-left .nav>li>a:focus, .side-navigation>li.active>a, .side-navigation>li.active>a:hover, .side-navigation>li.active>a:focus, .side-navigation>li.menu-list>a:hover, .side-navigation>li.nav-active>a{
     background-color: #243F8D;
}
 .r-close-btn:hover {
     background: #7cd8a9;
}
 .side-navigation .child-list > li > a :hover , .side-navigation .child-list > li > a :active , .side-navigation .child-list > li > a :focus , .sidebar-collapsed .side-navigation ul a :hover  {
     background : rgba (0 , 0,0,0 .2 );
}
 .side-navigation li {
     list-style: none;
     display: block !important;
     width: 100%;
}
.notification-menu .dropdown-menu {
    padding: 0;
    transform: translate3d(-40px, 60px, 0px) !important;
}
/*--------------------- sidebar left  end-----------------------*/
/*--------------------- sidebar collapsed -----------------------*/
 .sidebar-collapsed .side-navigation>li.nav-active>a:after, .sidebar-collapsed .side-navigation>li.menu-list>a:after {
     display: none;
}
 .sidebar-collapsed .logo {
     display: block ;
     width: 60px!important
}
 .sidebar-collapsed .header-section {
     margin-left: 0px;
}
.sidebar-collapsed .sidebar-left {
	width: 65px;
    overflow: visible;
    padding: 22px 0px;
}
 .sidebar-collapsed .sidebar-left-info {
     padding: 0;
}
 .sidebar-collapsed .position-relative {
     overflow-x: hidden;
}
 .sidebar-collapsed .side-navigation {
     margin: 0px 0 130px 0;
     padding: 0 5px;
     width: 60px;
}
 .sidebar-collapsed .side-navigation li a {
     text-align: center;
     padding: 15px 10px;
     position: relative;
}
 .sidebar-collapsed .side-navigation>li.menu-list>a {
     background-image: none;
}
 .sidebar-collapsed ul.child-list li a span {
     padding: 12px 0px 0px 0px;
}
 .menu-list.nav-hover .child-list li a:hover {
     background: transparent;
     color: #243F8D;
}
 .menu-list.nav-hover .child-list li a span {
     background: transparent;
}
 .sidebar-collapsed .side-navigation li a span {
     position: absolute;
     padding: 15px;
     left: 52px;
     top: 4px;
     min-width: 175px;
     text-align: left;
     z-index: 1000;
     display: none;
     padding: 14px;
     border-bottom:0 !important;
}
 .sidebar-collapsed .side-navigation li a span .badge, .sidebar-collapsed .side-navigation li a span .label {
     display: none !important;
}
 .sidebar-collapsed .side-navigation li.active a span {
     -moz-border-radius: 0;
     -webkit-border-radius: 0;
     border-radius: 0;
}
 .sidebar-collapsed .side-navigation ul, .sidebar-collapsed .side-navigation .menu-list.nav-active ul {
     display: none;
}
 .sidebar-collapsed .side-navigation .menu-list.nav-hover ul, .sidebar-collapsed .side-navigation li.nav-hover a span {
     display: block;
}
 .sidebar-collapsed .side-navigation li.nav-hover ul {
     display: block;
     position: absolute;
     top: 50px;
     left: 52px;
     margin: 0;
     min-width: 175px;
     z-index: 100;
}
 .sidebar-collapsed .side-navigation ul a {
     text-align: left;
     padding: 10px 15px;
}
 .sidebar-collapsed .side-navigation li a i {
     margin-right: 0;
}
 .sidebar-collapsed .body-content {
     margin-left:60px;
}
/*--------------------- sidebar collapsed end-----------------------*/
/*--------------------- header section start-----------------------*/

.toggle-btn {
     width: 55px;
          height: 60px;
               line-height: 30px;
               font-size: 24px;
               padding: 15px;
               cursor: pointer;
               float: left;
               text-align: center;
     color: #fff !important;
          -moz-transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s;
          transition: all 0.2s ease-out 0s;
}
/*--------------------- header section end-----------------------*/
/*--------------------- sticky header -----------------------*/
.sticky-header .logo {
     position: fixed;
     top: 0;
     left: 0;
     width: 240px;
     z-index: 100;
     background: #243F8D;
}
.sticky-header .logo .logo-hidden img{
     max-width: 127px;
     filter: brightness(0) invert(1); 
}
.sticky-header .logo .logo-show img{
     filter: brightness(0) invert(1); 
}
 .sticky-header .sidebar-left {
     top: 60px;
}
.sticky-header .header-section {
     position: fixed;
     top: 0;
     left: 240px;
     width: 100%;
     z-index: 1000;
     background: #243F8D !important;
          box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.05);
}
 .sticky-header .body-content {
     padding-top: 60px;
}
 .sticky-header .right-notification {
     margin-right: 260px;
}
 .sticky-header.sidebar-collapsed .header-section {
     left: 52px;
}
 .sticky-header.sidebar-collapsed .right-notification {
     margin-right: 52px;
}
 .notification-menu .dropdown-menu li a {
     color: #000 !important;
}
/*--------------------- sticky header end-----------------------*/
/*------------------------- notification list start--------------------------*/
.notification-menu {
     list-style: none;
     padding-left: 0px;
}
 .notification-menu>li {
     float: left;
     position: relative;
}

 .notification-menu>li.open .dropdown-menu {
     -webkit-animation-name: fadeInUp;
     animation-name: fadeInUp;
}
 .notification-menu .dropdown-toggle {
     padding: 12px 10px;
     border-color: #fff;
     background: none;
     -moz-border-radius: 0;
     -webkit-border-radius: 0;
     border-radius: 0;
     border: none;
}
 .notification-menu .open .dropdown-toggle.dropdown-toggle {
     background: #f7f7f7;
     -moz-box-shadow: none;
     -webkit-box-shadow: none;
     box-shadow: none;
}

 .notification-menu .dropdown-menu {
     margin-top: 0px;
     -moz-border-radius: 0;
     -webkit-border-radius: 0;
     border-radius: 0;
     -moz-box-shadow: none;
     -webkit-box-shadow: none;
     box-shadow: none;
     border-top: 1px solid rgba(0, 0, 0, 0);
     border-left: 1px solid #ececec;
     border-right: 1px solid #ececec;
     border-bottom: 1px solid #ececec;
     left: auto !important;
     will-change: transform;
     right: -37px;
}
 .notification-menu .dropdown-menu li {
     display: block;
     margin: 0;
     float: none;
     background: none;
     padding: 10px 15px;
     border-bottom: 1px solid #f0e9e9;
     border-left: 3px solid transparent 
}
 .notification-menu .dropdown-menu li a {
     color: #fff;
     font-size: 13px;
     padding: 7px 10px;
     -moz-transition: all 0.2s ease-out 0s;
     -webkit-transition: all 0.2s ease-out 0s;
     transition: all 0.2s ease-out 0s;
}
 .notification-menu .dropdown-menu li a:hover {
     background: #f7f7f7;
     color: #2b2b2c !important;
     text-decoration: none;
}
/*------------------------- notification list end--------------------------*/
/*----------------------- right notification start------------------------*/
 .right-notification {
     float: right;
     margin-right: 40px;
     height: 60px;
}
.right-notification .notification-menu li a {
     height: 60px;
     line-height: 60px;
     padding: 0 6px;
     margin-right: 3px;
     color: #fff;
          font-size: 14px;
     font-weight: 600;
}
 .right-notification .notification-menu li li a {
     height: auto;
     line-height: normal;
     padding: 0;
     font-size: 15px;
     display: block;
}
 .right-notification .notification-menu>li>a>img {
     width: 29px;
     height: 29px;
     border-radius: 50%;
     margin-right: 10px;
}
 .right-notification .notification-menu li a i {
     font-size: 16px;
     position: absolute;
     right: 15px;
}
 .right-notification .input-group {
     margin-top: 7px;
}
 .right-notification .rounded {
     border-radius: 100px;
     background: #f3f3f3;
     border: none;
     box-shadow: none;
}
 .right-notification .search .btn-sm, .right-notification .search .btn-group-sm>.btn {
     font-size: 13px;
     line-height: 1.6;
     outline: none;
}
 .right-notification .search input.form-control {
     width: 122px;
}

 .search .input-group-btn>.btn {
     border: none;
     background: none;
}
 .search .input-group {
     background: #f3f3f3;
     border-radius: 100px;
}

 .right-notification .search input.form-control,
  .right-notification .search input.form-control:focus {
     -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
     -ms-transition: all .3s ease;
     -o-transition: all .3s ease;
     transition: all .3s ease;
}
 .right-notification .notification-menu .dropdown-menu li:hover {
     background: #f7f7f7;
     border-left: 3px solid #22c673 
}

 .notification-menu .dropdown-menu {
     padding: 0;
     transform: translate3d(-40px, 60px, 0px) !important 
}

/*----------------------- right notification end------------------------*/
/*--------------------- body content start-----------------------*/
.body-content {
     margin-left: 240px;
     min-height: 100vh;
     height: auto;
     position: relative;
     background: #f5f8fa none repeat scroll 0 0;
     display: flex;
    flex-direction: column;
}
/*--------------------- body content end-----------------------*/
/*------------------ page heading -------------------*/
.page-head {
     background: #fff none repeat scroll 0 0;
     padding: 15px;
     position: relative;
     border-radius: 10px;
}
 .page-head h1 {
     font-size: 28px;
     color: #2c2b2e;
     margin-bottom: 0;
}

 .page-head .sub-title {
     color: #a3a3a3;
     font-size: 14px;
}
/*------------------ page heading end-------------------*/


/*--------------------- state overview start-----------------------*/
/*--------------------- footer content start-----------------------*/
footer {
     color: #232425;
     padding: 15px 20px;
     width: 100%;
     background: #fff;
     box-shadow: 0px 0px 5px #eee;
}
/*--------------------- footer content end-----------------------*/
/*********************pagination start---------------------*/
 ul.pagination {
     display: inline-block;
     padding-left: 0;
     margin: 20px 0;
     border-radius: 4px;
     border-bottom: 0 !important;
}
 ul.pagination>li {
     display: inline;
     border: 0 !important;
}
 .pagination>li>a:hover, .pagination>li.active>a,
  .pagination>.active>a:hover,
   .pagination>li>span:hover, 
   .pagination>li>a:focus, 
   .pagination>li>span:focus {
     background-color: #22c673;
     border-color: #22c673;
     color: #fff;
}
 .pagination>li>a, .pagination>li>span {
     position: relative;
     float: left;
     padding: 6px 12px;
     margin-left: -1px;
     line-height: 1.42857143;
     color: #337ab7;
     text-decoration: none;
     background-color: #fff;
     border: 1px solid #ddd;
}
/*********************pagination end---------------------*/
/*--------ui tabs start--------------------*/
 .ui-tabs .ui-tabs-nav {
     background: transparent;
     border: 0;
     border-radius: 0;
     border-bottom: 1px solid #cccccc85;
}
 .ui-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
     border-radius: 0;
}
 .ui-tabs .ui-tabs-nav li.ui-tabs-active {
     padding-bottom: 0;
}
 .ui-tabs .ui-tabs-nav li {
     border-top: 2px solid #28a745;
     margin-bottom: 0px;
     border: 2px solid #28a745;
     border-bottom: 0px 
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, 
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor ,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{
    background-color: #fff;
    color: black;
    border-bottom: 0px;
    position: relative;
    top: 1px;
}
.ui-widget.ui-widget-content
{
	border:none;
}
.ui-tabs.ui-widget ul {
   margin-bottom: 20px;
}
 .ui-tabs .ui-tabs-nav li a {
     border: 0;
     font-weight: normal;
}
 .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
     background-color:#28a745;
     color: white;
     position: relative;
}
/*--------ui tabs end--------------------*/
 .list-view {
     padding-top: 20px;
}
 .list-view .summary {
     margin-bottom: 5px;
     text-align: right;
}
 .ui-widget button {
     font-size: 16px;
}
.form-control-file
{
	display: block;
    width: 100%;
    height: 40px;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;  
     border-radius: 0.25rem;
}
.sidebar-divider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

 .sticky-header.sidebar-collapsed .nav.nav-stacked.side-navigation li {
	position: relative;
}
.sticky-header.sidebar-collapsed .nav.nav-stacked.side-navigation > li > a::after {
	display: none;
}
.sticky-header.sidebar-collapsed .nav.nav-stacked.side-navigation > li > ul > li > ul > li > a::after {
	display: block !important;
}
.sticky-header.sidebar-collapsed .nav.nav-stacked.side-navigation > li > ul > li > a::after {
	z-index: 9999;
	top: 16px;
	padding-right: 10px;
}
.sticky-header.sidebar-collapsed .nav.nav-stacked.side-navigation > li > ul > li > ul {
	z-index: 99999;
	left: 100%;
	box-shadow: 1px 1px 10px #ccc;
	display: none;
	top: 4px;
     padding: 0;
}
.sticky-header.sidebar-collapsed .nav.nav-stacked.side-navigation > li > ul > li:hover > ul{
    display: block;
}
.sticky-header.sidebar-collapsed  .nav.nav-stacked.side-navigation > li > a > span {
	border-bottom: 1px solid #fff;
}
.nav.nav-stacked.side-navigation > li > ul > li > a > span {
	min-width: 123px;
	left: 40px;
}

/*--------------------- state overview start-----------------------*/



.state-overview .value {
     padding-left:30px;
     display: flex;
     flex-direction: column-reverse;
}

.state-overview .value p {
	font-size: 14px;
	font-weight: 400;
}

.state-overview .value h1,
.state-overview .value p {
     margin: 0;
     padding: 0;
}
.state-overview .value p{
     margin-bottom: 8px;
}
.state-overview .symbol i {
     color: #fff;
     font-size: 25px;
}

.symbol {
     width: 55px;
     height: 55px;
     border-radius: 8px;
     justify-content: center;
     display: flex;
     align-items: center;
}

.card.symbol i,
.value h3{
     color: #fff;
}
.value p {
     color:#394c62;
}
.value h3{
     color:#282C40;
}
.state-overview [class*='col-']{
	margin-bottom:30px;
}
.state-overview .cardbox {
     display: flex;
     justify-content: flex-start;
     align-items: center;
     min-height: 70px;
     height:100%;
     padding: 20px;
     border-radius: 10px;
     background-color: #fff !important;
     box-shadow: 0px 10px 9px 0px rgb(0 0 0 / 9%);
     background-size: 80% auto;
     background-position: right;
     background-repeat: no-repeat;
     
}
.state-overview [class*='col-']:nth-child(8n+1) .cardbox .symbol
{
     background-color: #7239ea;
}
.state-overview [class*='col-']:nth-child(8n+2) .cardbox .symbol{
     background-color: #f1416c;
}
.state-overview [class*='col-']:nth-child(8n+3) .cardbox .symbol{
     background-color: #080658;
}
.state-overview [class*='col-']:nth-child(8n+4) .cardbox .symbol{
     background-color: #009ef7;
}

.state-overview [class*='col-']:nth-child(8n+5) .cardbox .symbol{
     background-color: #f47911;
}

.state-overview [class*='col-']:nth-child(8n+6) .cardbox .symbol{
     background-color: #43CED7;
}

.state-overview [class*='col-']:nth-child(8n+7) .cardbox .symbol{
     background-color: #50cd89;
}

.state-overview [class*='col-']:nth-child(8n+8) .cardbox .symbol{
     background-color: #f47911;
}


.wrapper .card {
     margin-bottom: 15px;
}





.topbar ul.dropdown-user {
     padding: 0px;
     width: 270px;
     border-radius: 3px;
     overflow: hidden;
     border: 0 !important;
     box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 13%);
}

.topbar ul.dropdown-user li.divider {
     height: 1px;
     margin: 0px 0;
     overflow: hidden;
     background-color: rgba(120, 130, 140, 0.13);
}

.topbar ul.dropdown-user li .dw-user-box {
     padding: 12px 15px;
     background-color: #1074b81a !important;
}

.topbar ul.dropdown-user li .dw-user-box .u-img {
     width: 50px;
          display: inline-block;
               vertical-align: top;
               height: 50px;
               border-radius: 50%;
               overflow: hidden;
     border: 1px solid #fff;
}
.topbar ul.dropdown-user li .dw-user-box .u-img img {
     width: 100%;
          height: 100%;
               object-fit: cover;
}

.topbar ul.dropdown-user li .dw-user-box .u-text {
     display: inline-block;
     padding-left: 8px;
}

.topbar ul.dropdown-user li .dw-user-box .u-text h4 {
     margin: 0px;
     color: #2b2b2c;
}

.topbar ul.dropdown-user li .dw-user-box .u-text p {
     font-size: 14px;
    color: #2b2b2c !important;
}

.topbar ul.dropdown-user li .dw-user-box .u-text h4 {
     margin: 0px;
     color: #2b2b2c;
     font-size: 16px;
     font-weight: 600;
}

.topbar ul.dropdown-user li .dw-user-box .u-text .btn {
     BACKGROUND: #fff;
     padding: 5px 10px;
     display: inline-block;
     BORDER-COLOR: #fff;
     color: #ff6711;
}

.topbar ul.dropdown-user li,
.topbar ul.dropdown-user li:hover {
     padding: 0;
     border: 0 !important;
}

.topbar ul.dropdown-user li a {
     padding: 10px 15px;
     display: block;
     color: #050505 !important;
     font-weight: 400;
     font-size: 12px;
}

.topbar ul.dropdown-user li>a:hover {
     background: rgb(243, 246, 255);
     color: #1074b8 !important;
     font-weight: 600;
}

.ui-widget-content a.btn {
     color: #fff;
}

.ui-widget-content a.btn-info,
.ui-widget-content a.btn-warning {
     color: #000;
}

.eye-icon {
     top: 37px;
     right: 37px;
     width: 7px;
     height: 25px;
     position: absolute;
   }
   
    .footer-bottom {
     background:#fff;
 }

 .footer-bottom p,.admin-footer p{
     font-size: 14px !important;
 }
 .footer-bottom p a{
     color: #1074b8;
     text-decoration: underline !important;
 }
 .footer-bottom p a:hover{
     color: #1074b8 !important;
 }

.admin-footer{
     padding: 15px 20px;
     background: #fff; 
}
.text-right {
     text-align: right;
 }
 .custom-header{
     z-index: 2;
 }
 .setting-wrapper > .card > .card-body {
     padding: 0 !important;
     background: transparent;
     box-shadow: unset !important;
     border: 0 !important;
 }
 .setting-wrapper > .card >.card-body .card {
     margin-bottom: 0 !important;
     box-shadow: unset !important;
 }

 .setting-wrapper > .card > .card-body .wrapper{
     padding: 0;
 }
 .setting-wrapper > .card > .card-body .wrapper .card{
     border: 0;
 }

 .inner-athuntication-wrapper {
     padding: 100px 0;
     position: relative;
     height: 100%;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     background: url('../img/login-bg.jpg') no-repeat;
     background-size: cover;
 }
 
 .inner-athuntication-wrapper::before {
     content: '';
     position: absolute;
     left: 0;
     width: 50%;
     background-color:#1074b8c7;
     height: 100%;
     top: 0;
     bottom: 0;
 }
 .inner-athuntication-wrapper::after {
     content: '';
     position: absolute;
     right: 0;
     width: 50%;
     background-color: #fff;
     height: 100%;
     top: 0;
     bottom: 0;
 }
 .login-form-bx .container-fluid{
     padding: 0 !important;
 }
 .login-form-bx {
     background-color: #fbfbfb;
     overflow: hidden;
     padding-bottom: 0;
     height:calc(100vh - 136px);
 }
 .authincation-content {
     width: 100%;
     background: #fff;
     padding: 80px;
     box-shadow: 0 0 35px 0 hsla(215, 9%, 64%, .15);
     z-index: 1;
     position: relative;
 }
 .site-logo{
     padding: 0;
 }
 .site-logo img{
     max-width: 150px;
 }
 @media only screen and (max-width:991px){
     .authincation-content{
          padding: 40px;
     }
 }
 @media only screen and (max-width:767px){
     .authincation-content{
          padding: 30px;
     }
 }
 .login-form-bx .box-skew, .login-form-bx .box-skew1 {
     height: 100%;
     position: relative;
 }
 .login-form-bx .box-skew1::after {
     background: url(../img/sidebar-bg.png), #1074b8;
     content: "";
     height: 100%;
     left: 0px;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 1;
 }
 .login-form-bx .box-skew1 .inner-content{
     z-index: 2;
 }
 .login-form-bx .box-skew1 .inner-content .login-logo{
     color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
 }
 @media only screen and (max-width:767px){
     .login-form-bx .box-skew1{
          display: none !important;
     }
 }
 .btn-signin{
     padding: 6px 10px !important;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
    background: #1074b8 !important;
    border-color: #1074b8 !important;
    border-radius: 40px !important;
    color: #fff !important;
 }
 .btn-signin:hover{
     background: transparent !important;
    color: #1074b8 !important;
 }

 .thankyou-wrapper h3{
     font-size: 56px;
     font-family: 'Inter', sans-serif !important;
     font-weight: 600;
     letter-spacing: 0.9px; 
 }
 .thankyou-wrapper i{
     line-height: 1;
    color: #24b663;
    font-size: 9.75rem;
 }
 .thankyou-wrapper p{
     font-size: 16px;
 }
 .thankyou-wrapper .btn{
     padding: 8px 18px;
 }
 .thankyou-wrapper .btn-success{
     background: #24b663;
    border-color: #24b663;
 }
 .campaign-logo-img{
     max-width: 130px;
     display: block;
     margin: 0 auto;
 }
 @media only screen and (max-width:767px){
     .thankyou-wrapper h3{
          font-size: 40px;
      }
      .thankyou-wrapper i{
          font-size: 6.75rem;
      }
 }
 .body-flex-wrapper{
     height: 100%;
     display: flex;
     flex-direction: column;
 }
 .thankyou-main-wrapper{
     height: 100%;
 }
 .language-dropdown .dropdown .dropdown-toggle {
	border: 0;
	background: #1074b8;
	min-width: 110px;
	color: #fff;
	height: 40px;
	border-radius: 6px;
}

.multiple-input-list .btn-default {
	background: #0d6efd;
	color: #fff;
}

#campaign-form th {
	font-weight: 300;
	font-size: 14px;
	border-bottom: none !important;
	padding-bottom: 0;
}

.thank-you-outr {
     max-height: calc(100vh - 46px);
     overflow-y: scroll;
     padding-bottom: 46px;
 }
 
 .field-applieduser-social_media .select2-selection__rendered{
 	line-height:2;
 }
 .far{
 font-family: 'FontAwesome';
 }
 .selection .select2-selection.select2-selection--multiple{
 	text-align: center;
 }
 .selection .select2-selection.select2-selection--multiple .select2-selection__rendered{
 	width: calc(100% - 30px);
  margin: 0 auto;
  text-align: left;
 }
 .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__clear{
 	margin-top: 0.6rem;
 	position: absolute;
  right: 0;
 }
 .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search__field{
 	margin:0.5rem 0 0 0;
 }
 .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice{
 	font-size: 12px;
  line-height: 0.83rem;
  margin-left: 0;
  margin-right: 0.25rem;
 }
 .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{
 	font-size: 16px;
 }
.flag-img {
    display: inline-block;
    width: 30px;
    margin-right: 10px;
}
.flag-english-img {
    display: inline-block;
    width: 30px;
    margin-left: 10px;
}
.flag-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.language-dropdown .dropdown-menu li a{
    display: flex;
    align-items: center;
}
 


.congrats  h1 {
	text-align: center;
	margin-bottom: 20px;
}
.blob {
	height: 50px;
	width: 50px;
	color: #ffcc00;
	position: absolute;
	top: 45%;
	left: 45%;
	z-index: 1;
	font-size: 30px;
	display: none;	
}
.congratulation_modal .modal-dialog {
	max-width: 650px;
}
.congrats {
	padding: 35px 0px 10px;
	text-align: center;
}
.won{
     color: #fe4183;
     font-weight: 400;
}
.congrats h4 {
	font-weight: 800;
}
.gift_name h1 {
	color: #1074b8;
	/* border-bottom: 2px solid #1074b8; */
	padding-bottom: 4px;
	display: initial;
	font-size: 32px;
}
.gift_name {
	text-align: center;
	margin: 15px 0px 45px;
}
.gift_contnt {
	margin: 10px 0px 20px;
}

#dropdownMenuButton1::after {
	display: inline-block !important;
}
.crosscustom.eye-icon {
	right: 15px !important;
     cursor: pointer;
}
.badge.badge-primary {
	background: #1074b8;
}
.badge.badge-info {
	background: #1074b8;
}
.badge.badge-success {
	background: #428a38;
}
.reset-filter{
	margin-right : 10px;
}
.fa.fa-tiktok {
	background: url(../img/tiktok.svg) no-repeat;
	width: 10px;
	height: 10px;
	background-size: cover;
}

.fa.fa-x-twitter {
	background: url(../img/x-twitter.svg) no-repeat;
	width: 10px;
	height: 10px;
	background-size: cover;
}

#translator-text-company_name-ar, .select_type_in_ar{
	text-align: right;
}