:root {
    --primary-color: #149b77;
    --secondary-color: #0F828C;
    --text-color: #1C3044;
    --white-text-color: #fff;
    --gray-color: #d8d8d9;
    --font-family: 'Poppins', sans-serif;
    --animation-speed: 40s;
}
body {
    overflow-x: hidden;
    font-family: var(--font-family);
}
.theme-color{
    color: var(--primary-color) !important;
}
.sidebar {
    min-height: 100vh;
}
.sidebar a {
    color: #000000;
    padding: 17px 20px;
    display: block;
    text-decoration: none;
}
.sidebar a:hover {
    color: var(--primary-color);
}
.main-sidebar svg{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.main-sidebar a:hover svg{
    fill: var(--primary-color);
}
main{
    background: #eaeaea47;
}
.absolute{
    position: absolute;
}
.navbar-auth-section{
    text-align: end;
}
.navbar-auth-section span{
    color: black;
    font-weight: 500;
    line-height: 1.4;
}
.navbar-auth-section .auth-span-1{
    font-size: 15px;
    margin-bottom: -30px;
    display: block;
}
#userDropdown .user-svg{
    width: 35px;
    background: var(--primary-color);
    padding: 7px;
    border-radius: 5px;
    margin: 0 10px;
    fill: white;
}
.navbar-auth-section .auth-span-2{
    font-size: 13px;
    margin-top: -5px;
}
.topnavbar-first{
    border-radius: 15px;
}
.main-sidebar .main-sidebar_ul{
    overflow-y: auto;
    height: 100vh;
}
.notification-a svg{
    width: 28px;
    background: #239ba733;
    padding: 7px;
    border-radius: 3px;
    margin: 0 10px;
    fill: var(--primary-color);
}
.help-a{
    background: #239ba733;
    padding: 0 7px 0 0 !important;
    border-radius: 3px;
}
.help-a svg{
    width: 28px;
    padding: 7px;
    border-radius: 3px;
    fill: var(--primary-color);
}
.help-sub-svg{
    width: 18px;
    height: 12px;
}
.index-row-one{
    border: 1px solid rgb(229 231 235);
    background-color: rgb(255 255 255);
    border-radius: .375rem;
    padding: 2rem;
}
.index-view-button,.index-view-button:focus,.index-view-button:hover{
    background: var(--primary-color);
    color: white;
    margin-right: 2px;
}
.index-border-left{
    border-left: 2px solid var(--primary-color);
    padding-left: 5px;
}
.compagin-img-one{
    border: 1px solid rgb(243 244 246);
    height: 200px;
}
.daterangepicker .ranges li.active,.daterangepicker td.active, .daterangepicker td.active:hover{
    background-color: var(--primary-color) !important;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date{
    background-color: #fff !important;
}
.applyBtn {
background-color: var(--primary-color) !important;
}
#daterange-btn,#daterange-btn:focus,#daterange-btn:hover{
    border-width: 1px;
    border-style: solid;
    border-color: #e5e7eb;
    background:none;
    color: black;
}
.Subscribers-index-p{
    background: #8080801c;
    padding: 5px;
    border-radius: 4px;
}
.theme-btn,.theme-btn:focus{
    background-color: var(--primary-color) !important;
    color: white;
}
.theme-btn:hover{
    background-color: #239ba785 !important;
    color: black;
}
.total-active-sub{
    font-weight: 500;
}
.total-sub-heading{
    font-size: 32px;
    font-weight: 600;
}
.sub-p-index{
    font-weight: 300;
    font-size: 14px;
}
.subscribers-info-index{
    border-width: 1px;
    border-style: solid;
    border-color: #e5e7eb;
    background: none;
}
.campaigns-more-btn{
    background: #80808045;
    font-size: .75rem;
    padding: 2px 7px;
    border: none;
    color: #000000;
}
.campaign-row-tow{
    border-bottom: 1px solid #80808045;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.campaign-breadcrumb .flex{
    display: flex
}
.campaign-breadcrumb ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
.campaign-breadcrumb a{
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}
.campaign-breadcrumb svg{
    margin-top: -7px;
}
#campaignReportModal .modal-dialog-centered{
    --bs-modal-width: 98% !important;
}
#campaignReportModal .modal-dialog-centered .btn-outline-secondary{
    padding: 0 10px;
    border: 1px solid #d5d5d5;
    background: #ececec;
    color: black;
}
.campaign-numbers-span{
    background: rgb(229 231 235);
}
.active-campaign-numbers-span{
    border-bottom: 3px solid var(--primary-color);
    padding-bottom: 6px;
}
.automation-status{
    background: #239ba733;
    padding: 5px;
    border-radius: 5px;
    font-size: 11px;
}
.products-card h3{
    font-size: 20px;
    font-weight: 600;
}
input, select, textarea{
    border: 1px solid #d1d5db;
    border-radius: .25rem;
}
.integrations-svg{
    width: 33px;
    background: var(--primary-color);
    fill: white;
    padding: 5px;
    border-radius: 5px;
}
.integrations-top-bottom-border{
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.border-col-right{
    border-right: 1px solid #e3e3e3;
}
.bg-btn{
    background: var(--gray-color);
}
.cursor-pointer{
    cursor: pointer;
}
.automation-danger-status{
    background: #ff000024;
    padding: 5px;
    border-radius: 5px;
    font-size: 11px;
    color: #e20000;
}
.automation-create-templete-first-img{
    overflow: hidden;
    height: 220px;
}
.automaction-create-card .span-1{
    background: var(--gray-color);
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 11px;
}
.domain-settings-needs-auth-span{
    background-color: #eab30866;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
}
.domain-settings-auth-span{
    background: #09c2694d;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
}
td,th{
    padding: 15px !important;
}
.analytics-settings-dropdown,.analytics-settings-dropdown:hover,.analytics-settings-dropdown:focus{
    background: var(--gray-color);
    border: none;
    padding: 0px 7px;
}
.document-card-span-icon{
    background: #239ba73b;
    padding: 10px;
    border-radius: 50px;
}
#Opened[value] {
    -webkit-appearance: none;
    appearance: none;
    width: 280px;
    height: 14px;
    border: none;
    border-radius: 999px;
    overflow: hidden;
    background-color: #e5e7eb;
}
#Opened[value]::-webkit-progress-bar {
    background-color: #e5e7eb;
    border-radius: 999px;
}

#Opened[value]::-webkit-progress-value {
    background-color: #22c55e;
    border-radius: 999px;
}
#Opened[value]::-moz-progress-bar {
    background-color: #22c55e;
    border-radius: 999px;
}
#Opened[value] {
    background-color: #e5e7eb;
    color: #22c55e;
}


#clicked[value] {
    -webkit-appearance: none;
    appearance: none;
    width: 280px;
    height: 14px;
    border: none;
    border-radius: 999px;
    overflow: hidden;
    background-color: #e5e7eb;
}

#clicked[value]::-webkit-progress-bar {
    background-color: #e5e7eb;
    border-radius: 999px;
}

#clicked[value]::-webkit-progress-value {
    background-color: #3B82F6;
    border-radius: 999px;
}

#clicked[value]::-moz-progress-bar {
    background-color: #3B82F6;
    border-radius: 999px;
}

#clicked[value] {
    background-color: #e5e7eb;
    color: #3B82F6;
}
.bar-col{
    padding: 28px;
    border: 1px solid #80808030;
}

#open_rated[value] {
    -webkit-appearance: none;
    appearance: none;
    width: 280px;
    height: 14px;
    border: none;
    border-radius: 999px;
    overflow: hidden;
    background-color: #e5e7eb;
}

#open_rated[value]::-webkit-progress-bar {
    background-color: #e5e7eb;
    border-radius: 999px;
}

#open_rated[value]::-webkit-progress-value {
    background-color: #A855F7;
    border-radius: 999px;
}

#open_rated[value]::-moz-progress-bar {
    background-color: #A855F7;
    border-radius: 999px;
}

#open_rated[value] {
    background-color: #e5e7eb;
    color: #A855F7;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch .troggle { 
  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;
}

.troggle:checked + .slider {
  background-color: var(--primary-color);
}

.troggle:focus + .slider {
  box-shadow: 0 0 1px var(--primary-color);
}

.troggle:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.view-email-img{
    max-width: 585px;
}
.campaign-card-3 svg{
    height: 31px;
    margin-bottom: 20px;
}
.font-size-18{
    font-size: 18px;
}
.empty-content-one{
    width: 200px;
    background: #d1d5db;
    height: 8px;
    position: relative;
    border-radius: 10px;
}
.empty-content-two{
    width: 350px;
    background: #d1d5db70;
    height: 8px;
    position: relative;
    border-radius: 10px;
}

.track_opens {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.track_opens .toggle_camgain_create { 
  opacity: 0;
  width: 0;
  height: 0;
}

.troggle_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.troggle_slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 3.1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle_camgain_create:checked + .troggle_slider {
  background-color: var(--primary-color);
}

.toggle_camgain_create:focus + .troggle_slider {
  box-shadow: 0 0 1px var(--primary-color);
}

.toggle_camgain_create:checked + .troggle_slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}
.troggle_slider.round {
  border-radius: 34px;
}

.troggle_slider.round:before {
  border-radius: 50%;
}
.recipients_checkbox{
    padding: 20px 20px !important;
    border: 1px solid #8080804d;
    border-radius: 4px;
}
.recipients_checkbox input{
        margin-left: 10px !important;
        margin-right: 10px;
}
.recipients-more-persons-label{
    margin-left: 100px;
    font-size: 15px;
}
#campaignReportModal_two{
    background: #0000005c;
}
#reportContent_two,
#reportContent_three {
    display: none;
}
#reportContent_two.active,
#reportContent_three.active {
    display: block;
}
.advanced-filter-recipients,.advanced-filter-recipients_2{
    background: #8080803b;
    padding: 1px 15px;
    border-radius: 10px;
    margin-top: 10px;
}
.advanced-plus-recipients-btn{
    background: none;
    border: 1px solid gray;
    border-radius: 6px;
}
.remove-condition{
    right: -5px !important;
    top: 16px !important;
}
.option-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    cursor: pointer;
    transition: border-color 0.3s, background-color 0.3s;
}
.option-card:hover {
    border-color: #0d6efd;
    background-color: #f8f9fa;
}
.option-card input[type="radio"] {
    display: none;
}
.option-card.checked {
    border-color: #0d6efd;
    background-color: #e7f1ff;
}
.option-card p{
    font-size: 13px;
}

#cv-upload[type="file"] {
  display: none;
}
.csv-upload-label {
    max-width: 600px;
    border-radius: 0.5rem;
    padding-block: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: #e2e8f0;
    margin: auto;
}

.csv-upload-label.dragging {
  border-style: dashed;
  border-color: #d1d5db;
}

.csv-upload-label .inner-container {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

label .inner-container .description {
  display: flex;
  gap: 0.25rem;
  justify-content: center;
}

label .inner-container .description .instruction {
  font-size: 0.875rem;
  font-weight: 500;
  color: #3b82f6;
}

.csv-upload-label .inner-container .description .action {
  font-size: 0.875rem;
  font-weight: normal;
  color: #6b7280;
}

.csv-upload-label .inner-container .file-type-info {
  font-size: 0.75rem;
  font-weight: normal;
  color: #6b7280;
}
#file-name{
    text-align: center;
    margin-top: 10px;
}

.csv-preview {
  width: 100%;
  min-height: 200px;
  font-family: monospace;
  font-size: 0.9rem;
  padding: 0.75rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  background-color: #f9fafb;
  resize: vertical;
  color: #111827;
}
.csv-preview::placeholder {
  color: #9ca3af;
}
.cvs-textarea_wrapper {
    background: #f8f9fa;
}

.line-numbers_one {
    user-select: none;
    text-align: right;
    min-width: 30px;
    background: #f8f9fa;
    margin-top: 11px;
}

.line-numbers_one pre {
    font-family: monospace;
    line-height: 1.8;
}

.cvs-textarea {
    resize: vertical;
    line-height: 1.7;
}
.flip-card {
    perspective: 1000px;
    width: 100%;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
.flip-card.flipped .flip-card-inner {
    transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    top: 0;
    left: 0;
}
.flip-card-back {
    transform: rotateY(180deg);
}

@media only screen and (min-width: 768px) {
  .sidebar {
    width: 22%;
    position: fixed;
  }
  .mian-body {
        width: 78%;
  }
}
.sidebar .main-sidebar_ul .sidebar-li.active a{
    background: var(--primary-color);
    box-shadow: 2px 0px 8px -1px gray;
    border-radius: 5px;
    color: white;
}
.sidebar .main-sidebar_ul .sidebar-li.active svg{
    fill: white;
}
#Confirmation_thank_you{
    background: #F6F6F6;
    padding: 35px;
}
#Confirmation_thank_you .tankyou-div-one{
    max-width: 600px;
    background: white;
    text-align: center;
}
#unsubscribe-div-one{
    background: #F6F6F6;
    padding: 35px;
}
#unsubscribe-div-one .unsubscribe-div-one-two{
    max-width: 800px;
    background: white;
    text-align: center;
}
a{
    color: var(--primary-color);
}
.help-tags-span{
    border: 1px solid #e5e7eb;
    background: white;
    padding: 3px 5px;
    border-radius: 5px;
    margin-right: 10px;
}
.export-card {
    cursor: pointer;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: start;
    gap: 10px;
}

.export-card input {
    display: none;
    /* Hide the default checkbox */
}

.export-card .checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #aaa;
    border-radius: 4px;
    flex-shrink: 0;
    display: inline-block;
    position: relative;
}

.export-card input:checked+.checkmark {
    background-color: #28a745;
    border-color: #28a745;
}

.export-card input:checked+.checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px; 
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.export-card.active {
    background-color: #e8f9ef;
    border-color: #28a745;
}
.site-logo{
    width: 220px;
}
.main-home-section{
    background: #149b77;
    z-index:1;
    position:relative;
}
.main-home-section h1{
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    
}
.image-1{
    height: 300px;
}
.theme-span{
    color: #149b77;
    background: #E0F1EB;
    padding: 8px 14px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: capitalize;
}
.theme-h2{
    color: #020202;
    font-size: 49px;
    font-weight: 700;
    max-width: 990px;
    margin: auto;
    margin-top: 30px;
}
.theme-p{
    color: #020202;
    max-width: 990px;
    margin: auto;
    margin-top: 30px;
    font-size: 19px;
}
.why-shoose-us-svg{
    width: 58px;
    padding: 9px;
    border-radius: 8px;
    fill: #fff;
    margin-right: 18px;
}
.instructors-svg{
    background: #E7653B; 
}
.learning-svg{
    background: #129CC2;
}
.hands-on-svg{
    background: #F3A132;
}
.certificates-svg{
    background: #299185;
}
.why-choose-us-card{
    border: none;
    box-shadow: 0px 1px 9px 3px #d8d8d8;
    border-radius: 10px;
}
.enhance-career-section{
    background: #1a293b;
    border-radius: 30px;
}
.black-theme-span{
    color: #fff;
    background: #313F4F;
    padding: 8px 14px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: capitalize;
}
.enhance-career-section h2{
    font-weight: 700;
    font-size: 45px;
    line-height: 1.4;
}
.enhance-career-section-span{
    color: #fff;
    background: #313F4F;
    padding: 14px 14px;
    border-radius: 18px;
    font-weight: 500;
    font-size: 18px;
    margin-right: 20px;
    margin-top: 10px;
    display: inline-flex
}
.image-2{
    border-radius: 20px;
}
.course-teacher-img{
    height: 40px;
    width: 40px;
    border: 2px solid black;
    border-radius: 50%;
    object-fit: contain;
}
.course-span{
    color: #ADADAD;
    text-transform: capitalize;
}
.course-teacher-price{
    color: #149b77;
    font-weight: 600; 
    font-size: 22px;
}
.course-title{
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
}
.image-3{
    border-radius:30px;
}
.accordion-item{
    border: none;
    margin-bottom: 20px;
    border-radius: 20px !important;
    overflow: hidden;
}
.faqs-secion{
    background: #F8F8F8;
}
.accordion-button{
        background: none;
    font-size: 20px;
    color: #020202;
    font-weight: 600;
}
.accordion-button:not(.collapsed){
    background: none;
    font-size: 20px;
    color: #020202;
    font-weight: 700;
}
footer{
    background: #1a293b;
}
.footer-logo{
    width: 230px;
}
.dropdown-menu-navbar{
    min-width: 610px;
}
@media only screen and (max-width: 991px) {
    .dropdown-menu-navbar{
        min-width: auto;
    }
}
.about-author{
    border: none;
    box-shadow: 0px 1px 9px 3px #d8d8d8;
    border-radius: 10px;
}
.bootcamp-dts{
    font-size: 20px;
    font-weight: 600;
}
.btn-primary,.bg-primary{
    background:#149b77 !important;
    color:#fff !important;
    border-color:#149b77 !important;
}
.text-primary{
    color:#149b77 !important;
}
.course-detaiks-img{
    border: 2px solid green;
    border-radius: 15px;
    height: 100%;
    overflow:hidden;
}
.apply-step-1-div{
    border: none;
    box-shadow: 0px 1px 9px 3px #d8d8d8;
    border-radius: 10px;
    padding: 36px;
}
.home-courses-details-btn{
    border-radius: 50%;
    position: absolute;
    right: -14px;
    box-shadow: -1px -1px 4px 4px #d8d8d8;
    top: -17px;
    padding: 11px 16px;
}



