.page-id-100600{
	 font-family: "Inter", sans-serif !important;
}

html {
    scroll-behavior: smooth;
}
ol, ul{
	margin:0px;
	padding;0px;
}
li{
	list-style-type:none;
}
.font_12{
	font-size:12px;
	line-height:20px;
}

.font_14{
	font-size:14px;
	line-height:22px;
}

.font_16{
	font-size:16px;
	line-height:24px;
}

.font_24{
	font-size:24px;
	line-height:32px;
}


.font_20{
	font-size:20px;
	line-height:28px;
}


.font_400{
	font-weight:400;
}

.font_500{
	font-weight:500;
}

.font_600{
	font-weight:600;
}

.clr-navy{
	color:#090A2B;
}


.clr-white{
	color:#ffffff;
}

.text-orange{
	color:#F1592D;
}


.btn-orange{
	color:#ffffff !important;
	background-color:#EF4036 !important;
}

.btn-orange:hover{
	color:#EF4036 !important;
	background-color:#FFFFFF !important;
}


.bg-dark-gray{
	background-color:#3A3B55;
}

.top-header{
	padding:0px 10px;
}



.top-header  > .elementor-container, .header-wrapper > .elementor-container {
    max-width: 1920px !important;
}


.campaigns-menu-wrapper {
    display: flex;
    align-items: center;
    column-gap: 36px;
    margin: 0px;
    justify-content: end;
}

.campaigns-menu-wrapper li {
    list-style-type: none;
}
.campaigns-menu-wrapper .clr-navy:hover {
    color: #EF4036;
    text-decoration: none;
}

.header-wrapper .elementor-container {
    align-items: center;
}



.header-wrapper .dropbtn {
    border: none;
    cursor: pointer;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}

.header-wrapper .dropbtn:hover, .header-wrapper .dropbtn:focus {
    background-color: transparent;
    border-color: transparent;
    outline: none;
	 color: #EF4036;
}

.header-wrapper .campaign-dropdown{
  position: relative;
  display: inline-block;
}

.header-wrapper .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right:0px;
    transform: translate(0%, 15%);
    top: 100%;
    border-radius: 6px;
    padding: 10px 0;
}

.profile-dropdown .dropdown-icon, .campaign-dropdown .dropdown-icon {
    transform: rotate(0deg);
	transition:0.2s all;
}

.profile-dropdown.active .dropdown-icon, .campaign-dropdown.active .dropdown-icon {
    transform: rotate(180deg);
	transition:0.2s all;
}



.header-wrapper .dropdown-content a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.header-wrapper .profile-icon {
    width: 36px;
}

/* .header-wrapper .campaign-dropdown a:hover {background-color: #ddd;} */

.header-wrapper .show {
	display: block;
	z-index:900;
}


.campaign-menu .v-line {
    display: block;
    background-color: #CFD0E0;
    height: 30px;
    width: 1px;
}


/* siderbar */
.content-wrapper {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 145px);
}
#sidebar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 100%;
    transition: 0.3s all;
    background-color: #090A2B;
	    z-index: 3;
}


  .content-wrapper.active #sidebar{
    width: 200px;
}
#sidebar .toggle-btn {
    position: absolute;
    right: -10px;
    top: 15px;
    cursor: pointer;
    background-color: #090A2B;
    width: 26px;
    height: 26px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #ffffff;
    z-index: 3;
}


.content-wrapper .body-content {
    margin-left: 60px;
	 transition:0.3s all;
	padding:1px 0px;
}


.content-wrapper.active .body-content {
    margin-left: 200px;
}

  .sidebar-menu .item a {
    display: flex;
    align-items: center;
    padding: 16px;
    column-gap: 10px; 
	font-weight:500;
	  font-size:0px;
}
.sidebar-menu .item a.active, .sidebar-menu .item a:hover{
	background-color:#3A3B55;
	color:#ffffff;
	position:relative;
	text-decoration:none;
}
.sidebar-menu .item a.active:before, .sidebar-menu .item a:hover:before{
	content:'';
	position:absolute;
	left:0;
	background-color:#F7941D;
	border-radius:0px 10px 10px 0px;
	width:5px;
	height:56px;
	transition:0.5s all; 

}


.sidebar-menu .item {
    margin: 16px 0;
}
.sidebar-menu {
    padding: 5px 0;
}

  .sidebar-menu .item .sidebar-menu-icon {
    width: 24px;
    height: 24px;
}

.content-wrapper.active .sidebar-menu .item a {
    font-size: 16px;
}


/* sidebar end */


.table-header-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border-radius: 10px 10px 0 0;
    padding: 16px 16px;
    position: sticky;
	background-color:#fff;
	z-index:50;
    top: 0;
/*    z-index: 300; */
    border-bottom: 2px solid #ddd;
}
.table-header-outer .filter-show-btn {
    margin: 0;
}

.filter-wrapper {
    display: flex;
	flex-wrap:wrap;
    align-items: center;
    column-gap: 15px;
	row-gap: 10px;
}
.filter-table {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.table-header-outer .association-selector {
/*     min-width: 300px; */
	width:300px;
    margin-bottom: 0px;
	position:relative;
}

.table-header-outer .association-selector .select-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(-10px, -50%);
    width: 12px;
    height: auto;
}

.table-header-outer .association-selector select {
    color: #090A2B;
}

.table-header-outer .show-archieved{
    border-radius: 49px;
    padding: 11px 30px;
    text-transform: uppercase;
}
.table-header-scroll {display:flex;}
#campaign_paginaton {
    justify-content: end;
    column-gap: 20px;
    margin: 0px 20px;
}

#campaign_paginaton a, #campaign_paginaton p {
    color: #090A2B;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    border: 1px solid #CFD0E0;
    border-radius: 8px;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}
#campaign_paginaton p{
    color: #ffffff;
    background-color: #EF4036;
    border: none;
}


#campaign_paginaton .arrow-icon.prev {
    transform: rotate(90deg);
}

#campaign_paginaton .arrow-icon.next {
    transform: rotate(-90deg);
}

select#filterText, input#campaignFilter, input#associationFilter {
    padding: 12px;
    color: #090A2B;
    font-weight: 500;
    border: 1px solid #CFD0E0;
    background-color: transparent;
    border-radius: 8px;
    padding-right: 50px;
/*     width: 300px;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    height: 46px;
    -webkit-box-orient: vertical; */
    overflow: hidden !important;
	
		width: 300px; /* Set width to 300px */
	text-overflow: ellipsis; /* Add ellipsis (...) for overflowing text */
	white-space: nowrap;
	
}

select#showCards {
    padding: 12px;
    color: #090A2B;
    font-weight: 500;
    border: 1px solid #CFD0E0;
    background-color: transparent;
    border-radius: 8px;
    overflow: hidden !important;
	width: 300px; /* Set width to 300px */
	text-overflow: ellipsis; /* Add ellipsis (...) for overflowing text */
	white-space: nowrap;
}

select#filterText option {
	width: 100%; /* Ensure options take full width */
	text-overflow: ellipsis; /* Add ellipsis (...) for overflowing text */
	overflow: hidden; /* Hide the overflow text */
	white-space: nowrap; /* Prevent the text from wrapping to the next line */
}

.table-header-outer .filter-show-btn .arch-btn {
    text-transform: uppercase;
    padding: 11px 30px;
    border-radius: 49px;
    font-size: 16px;
    line-height: 24px;
}
, .table-header-outer .filter-show-btn .arch-btn:focus{
	background-color:#090A2B;
}

.body-content .table-wrapper {
    margin: 0px auto;
    background-color: #ffffff;
    border-radius: 12px;
    margin: 20px 20px 0px;
    max-height: calc(100vh - 180px);
	overflow-y:auto;
}
.body-content .table-wrapper .container .row {
	text-align:left;
}
.table-wrapper .table-scroll{
	overflow-x:auto;
	margin-bottom:10px;
}

 .table-wrapper .campaign-list-table {
    border: none;
}


.campaign-list-table thead tr th {
    background-color: #ECECF2 !important;
    color: #000;
    margin: 0px 0px;
	max-height:max-content;
	padding:0px;
}

.campaign-list-table thead tr {
    background-color: #ECECF2 !important;
    color: #000;
    margin: 0px 0px;
	max-height:max-content;
	padding:0px;
}

.campaign-list-table thead tr td {
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #090A2B;
    text-align: left;
	cursor:pointer;
}
.campaign-list-table thead tr th {
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #090A2B;
    text-align: left;
	cursor:pointer;
	border:0 none;
}
.campaign-list-table thead tr .sorttable_sorted, .campaign-list-table thead tr .sorttable_sorted_reverse {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.campaign-list-table tbody tr {
    background: white !important;
    color: #090A2B;
    margin: 0;
    border-bottom: 1px solid #CFD0E0;
	padding:0px;
}

.campaign-list-table tbody tr td {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
    padding: 12px 16px;
	background-color:transparent;
	color:#090A2B;
}


.campaign-list-table tbody td a {
    color:#F1592D;
}


.body-content .footer-campaign {
    background-color: #ffffff;
    border-top: 1px solid #CFD0E0;
    padding: 14px;
    border-radius: 1px 0px 0px 0px;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 10px;
    z-index: 1;
}

.body-content .footer-campaign .footer-copyright{
    margin: 0;
}



/* New campaign form  */
.new-camp-form-wrapper{
    padding: 20px;
    margin: 20px;
    border-radius: 12px;
}

.new-camp-form-wrapper .form-main-heading {
    margin-bottom: 20px;
}
.new-camp-step-form {
    position: relative;
    display: flex;
    align-items: start;
}

.new-camp-form {
    width: calc(100% - 220px);
    margin-left: 40px;
    max-height: calc(100vh - 280px);
    overflow-y: auto;
    text-align: left;
}
.new-camp-form form {
    margin-right: 10px;
}

.relative{
	position:relative;
}
.new-camp-form .relative select{
	  -webkit-appearance: none;
  	-moz-appearance: none;
}
.select-arrow {
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translate(-8px, -50%);
    font-size: 19px;
    width: 14px;
}

.new-camp-form::-webkit-scrollbar {
    width: 6px;
}

.new-camp-form::-webkit-scrollbar-track {
  box-shadow:none; 
  border-radius: 0px;
}

.new-camp-form::-webkit-scrollbar-thumb {
  background: #C9D2E3; 
  border-radius: 10px;
  width: 6px;
}


.new-camp-form .form-group{
    margin-bottom: 0px;
}

.new-camp-form .mb-20{
    margin-bottom: 20px !important;
}



.new-camp-stepper-wrapper {
    width: 220px;
/*     height: 530px; */
	 height: 62vh;
    background-color: #F2F5FA;
    border-radius: 12px;
    padding: 20px;
    text-align: left;
	overflow-y:auto;
}

.new-camp-stepper {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    position: relative;
    padding: 20px 0;
}
.new-camp-stepper:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #ddd;
    position: absolute;
    left: 25px;
    top: 0%;
    /* transform: translatex(-50%); */
    z-index: 0;
}


.new-camp-stepper .new-camp-stepper-link {
    display: flex;
    column-gap: 16px;
    align-items: center;
    text-decoration: none;
    color: #090A2B;
	font-size:16px;
	line-height:24px;
}

.new-camp-stepper .new-camp-stepper-link:focus{
	outline:none;
}



.new-camp-stepper .step-num {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #EF4036;
	z-index:1;
}
.new-camp-form label {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
	margin-bottom:8px;
}
.new-camp-form .form-control {
    border-radius: 9px;
    border: 1px solid #CFD0E0;
	font-size:14px;
	line-height:22px;
	min-height:49px;
}

.new-camp-form .form-control:focus {
	border:2px solid #80bdff;
	box-shadow:none;
}
	
.new-camp-form input, .new-camp-form textarea{
	height:49px;
}
.new-camp-form input::placeholder{
	color:#7C7D97;
	text-transform:capitalize;
}

.new-camp-form .form-part {
    padding-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 30px;
}
.new-camp-form .border-none{
	border:none;
	margin-bottom:0px;
}




.new-camp-form .form-flex {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
	padding:0px 3px;
}
.new-camp-form .error-message {
    background-color: #f2f5fa;
    color: #ef4036;
}
.new-camp-form #updateMessage{
	margin-top:10px;
	 padding: 10px;
    border-radius: 12px;
    width: auto;
    font-size: 16px;
    line-height: 28px;
}


@media only screen and (max-width:1599px){
.table-wrapper .campaign-list-table {
/*   width:1500px; */
}
.campaign-list-table thead tr td, .campaign-list-table tbody tr td {
    padding: 10px;
}
	
.new-camp-stepper-wrapper {
    height: 58vh;
    padding: 10px 20px;
	overflow-y:auto;
}
/* .new-camp-stepper {
    row-gap: 15px;
    padding: 10px 0;
}	 
.new-camp-stepper:before {
    left: 20px;
}
.new-camp-stepper .step-num {
    width: 40px;
    height: 40px;
}
	*/
	
}

@media only screen and (max-width:1399px){
.table-header-outer .filter-show-btn .arch-btn {
    font-size: 14px;
    line-height: 22px;
}
.font_24 {
    font-size: 22px;
    line-height: 30px;
}

/* .font_20{
	font-size:18px;
	line-height:26px;
} */
	

#campaign_paginaton a, #campaign_paginaton strong {
    width: 35px;
    height: 35px;
}
	
	/*
	.new-camp-form label, .font_16, .new-camp-stepper .new-camp-stepper-link {
		font-size:14px;
		line-height:22px;
	}
.select-arrow {
    width: 12px;
}
	
.new-camp-stepper-wrapper {
    width: 200px;
    height: 365px;
	overflow-y:auto;
}	
.new-camp-stepper:before {
    left: 16px;
}	
	
 .new-camp-stepper {
    row-gap: 20px;
    padding: 15px 0;
} 
.new-camp-stepper .step-num {
    width: 35px;
    height: 35px;
}
 .new-camp-form .form-part {
    padding-bottom: 10px;
    margin-bottom: 10px;
}	 
.new-camp-form .form-group {
    margin-bottom: 10px;
}
.new-camp-form .error-message, .new-camp-form #updateMessage {
    font-size: 14px;
    line-height: 24px;
}	
*/
	
}
