/* LTR Font */

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Black.ttf') format('truetype');
    font-weight: 700;
}


/* RTL Font */

/*
IranSansX fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com ---------------------------------------------------------------------
This set of fonts are used in this project under the license: (2S8PDXMJ) 
---------------------------------------------------------------------
*/

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/IRANSansXFaNum-Bold.woff') format('woff'),   
	url('../fonts/IRANSansXFaNum-Bold.woff2') format('woff2');	 
}

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




@font-face {
    font-family: 'Font Awesome 6 Brands';
    src: url('../webfonts/fa-brands-400.eot'); /* IE9 Compat Modes */
    src: url('../webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/fa-brands-400.woff2') format('woff2'),
         url('../webfonts/fa-brands-400.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    src: url('../webfonts/fa-regular-400.eot'); /* IE9 Compat Modes */
    src: url('../webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/fa-regular-400.woff2') format('woff2'),
         url('../webfonts/fa-regular-400.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    src: url('../webfonts/fa-solid-900.eot'); /* IE9 Compat Modes */
    src: url('../webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/fa-solid-900.woff2') format('woff2'),
         url('../webfonts/fa-solid-900.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



.fa-brands {
  font-family: "Font Awesome 6 brands" !important;
  font-weight: var(--fa-style, 900) !important;
  font-style: normal;
}


.fa {
  font-family: 'Font Awesome 6 Free' !important;
  font-weight: var(--fa-style, 900) !important;
  font-style: normal;
}

.tab-contents .fa, 
.tab-contents .far, 
.tab-contents .fas {
    font: normal 14px/1 FontAwesome;
}





/* Set Font According to Fa */
html[lang="fa-IR"] .easy-track p,
html[lang="fa-IR"] .easy-track h1,
html[lang="fa-IR"] .easy-track h2,
html[lang="fa-IR"] .easy-track h3,
html[lang="fa-IR"] .easy-track h4,
html[lang="fa-IR"] .easy-track h5,
html[lang="fa-IR"] .easy-track h6,
html[lang="fa-IR"] .easy-track li,
html[lang="fa-IR"] .easy-track ul,
html[lang="fa-IR"] .easy-track strong,
html[lang="fa-IR"] .easy-track a,
html[lang="fa-IR"] .easy-track span {
    font-family: 'IRANSansX', sans-serif !important;
}

/* Set Font According to En */
html[lang="en-US"] .easy-track p,
html[lang="en-US"] .easy-track h1,
html[lang="en-US"] .easy-track h2,
html[lang="en-US"] .easy-track h3,
html[lang="en-US"] .easy-track h4,
html[lang="en-US"] .easy-track h5,
html[lang="en-US"] .easy-track h6,
html[lang="en-US"] .easy-track li,
html[lang="en-US"] .easy-track ul,
html[lang="en-US"] .easy-track strong,
html[lang="en-US"] .easy-track a,
html[lang="en-US"] .easy-track span {
    font-family: 'Inter', sans-serif !important;
}

html[lang="fa-IR"] .tab-contents {
	font-family: 'IRANSansX';
}

html[lang="en-US"] .tab-contents {
	font-family: 'Inter';
}


*{
	    outline: none !important;
}

.chart-tabs {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    gap: 10px;
}


.chart-tab:hover {
    background-color: #ddd;
}




.top-stats {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 10px;
}

.stat {
    flex: 1;
    padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}


.easy-track{
} 

.easy-track {
    margin: 10px 15px 0 15px;
}




.header-easy h2{
    margin: 5px 0px;
color: #fff;
font-weight: normal !important;
font-size: 19px !important;
line-height: normal;
}

.easy-track h3 {
    margin: 6px;
    font-size: 24px !important;
}
}

/* .subeasy {
    border: 1px #3b4456 solid;
    background: #ffffff0a;
    padding: 16px 12px;
    margin: 0 0 15px 0 !important;
    border-radius: 8px;
    color: #ffffff;
    font-size: 16px;
} */

.subeasy {
    background: #323232;
    padding: 16px 12px;
    margin: 0 0 15px 0 !important;
    border-radius: 8px;
    color: #ff8236;
    font-size: 20px;
}

.header-easy{
    background: #ff8236;
    padding: 10px 15px !important;
    border-radius: 5px;
    margin-bottom: 10px !important;
    display: flex;
    justify-content: space-between;
}

.stat p {
    font-size: 18px;
    color: #06727e;
    font-weight: bold;
    border: 1px #e5e5e5 solid;
    padding: 10px;
    border-radius: 5px;
    min-width: 60px;
    margin: 0;
    text-align: center;
}

.topclick p{
background: #05d30c;
color: #fff;
}

.custom-easy-track{
    display: flex;
    background: #f3f3f3;
    padding: 10px;
    border-radius: 5px;
    align-items: center;
    justify-content: space-between;
    border: 1px #c5c5c5 solid;

}

.sums {
    background: #e7e5e5;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #ff6c00;
}

ul.tabs {

    list-style-type: none;
    display: flex;
    gap: 10px;
}


ul.tabs li {
    cursor: pointer;
    padding: 20px 30px;
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 0;
    box-shadow: 0 0 5px #d5d5d5;
    font-size: 16px;
    font-weight: bold;
}

ul.tabs li.active {
    border-top: 3px #ff8236 solid;
    background: #ffffff;
}

.tab-contents {
    padding: 0px;
    border-radius: 8px 0 8px 8px;
}



.easy-tabs{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;

}


.tab-contents .easy-tab{
    box-shadow: 0 0 5px #d5d5d5;

}

.allreport select{
    border-color: #e3e3e3;
    width: 300px;
    height: 40px;
    border-radius: 8px;
}

input#customday , input#customMonth , input#customYear{
    height: 40px;
    border-color: #e3e3e3;
    border-radius: 8px;
    width: 180px;
}

.easy-tab{
    background: #fff;
    flex-grow: 1;
    flex-basis: 45%;
    padding: 20px;
    border-radius: 8px;

    
}

.allreport{
    flex-basis: 100%;
    flex-grow:2;
}

.right-content {
    flex-basis: 60%;
    flex-grow:2;
}

.left-content {
    flex-basis: 30%;
    flex-grow:1;
}


.easy-tab table.fixed {
    table-layout: auto;
    border-radius: 8px;
    overflow: hidden;
}

.easy-tab table.fixed thead tr th {
    text-align: center !important;
    font-weight: bold;
    background: #ff8236;
    border-radius: 6px;
    color: #fff;
    margin: 18px !important;}


.texteasy{
    color: #2c2c2c;
    padding:0 10px;
}

label.titlerow {
    display: inline-block;
    width: 200px;
    font-weight: 600;
}




.tab-contents .option-row {
    background: #f3f3f36e;
    margin: 10px 0;
    padding: 10px;
    height: 35px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}


.toggle {
    cursor: pointer;
    display: inline-block;
  }
  
  .toggle-switch {
    display: inline-block;
    background: #ccc;
    border-radius: 6px;
    width: 50px;
    height: 25px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
  }
  .toggle-switch:before, .toggle-switch:after {
    content: "";
  }
  .toggle-switch:before {
    display: block;
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    border-radius: 6px;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 3px;
    left: 3px;
    transition: left 0.25s;
  }
  .toggle:hover .toggle-switch:before {
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  }
  .toggle-checkbox:checked + .toggle-switch {
    background: #ff8236;
  }
  .toggle-checkbox:checked + .toggle-switch:before {
    left: 28px;
  }
  
  .toggle-checkbox {
    position: absolute;
    visibility: hidden;
  }
  
  .toggle-label {
    margin-left: 5px;
    position: relative;
    top: 2px;
  }





  .tab-contents input[type=text] {
    border-color: #e9e9e9;
    line-height: 2.5;
    width: 300px;
}

.tab-contents input[type=url] {
    border-color: #e9e9e9;
    line-height: 2.5;
    width: 300px;
}


.tab-contents .wp-color-result.button {
    padding: 5px 40px 5px 5px;
    border-color: #e9e9e9;
    border-radius: 5px;
    margin: 0;
}


.tab-contents .wp-color-result-text {
    background: #f2f3f3;
    border-right: unset;
    border-radius: 4px;
}

.tab-contents span.range-input {
    background: #e9e9e9;
    padding: 6px;
    border-radius: 4px;
    margin: 0 10px;
}





/* Style the range input */
.range-input {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 5px; /* Rounded corners */
    outline: none; /* Remove default focus styling */
    margin: 5px 0; /* Adjust margin as needed */
  }
  
  /* Style the track (bar) of the range input */
  .range-input::-webkit-slider-runnable-track {

    background-color: #ececec; /* Track color */
    border-radius: 5px; /* Rounded corners */
  }
  
  /* Style the thumb (slider handle) of the range input */
  .range-input::-webkit-slider-thumb {

    -webkit-appearance: none;
    appearance: none;
    margin:3px;
    width: 14px; /* Set the width as needed */
    height: 16px; /* Set the height as needed */
    background-color: #ff8236; /* Thumb color */
    border-radius: 4px; /* Circle shape */
    cursor: pointer;
  }
  
  /* Adjust the appearance of the range input thumb in Firefox */
  .range-input::-moz-range-thumb {
    margin:3px;
    width: 14px; /* Set the width as needed */
    height: 16px; /* Set the height as needed */
    background-color: #ff8236; /* Thumb color */
    border-radius: 4px; /* Circle shape */
    cursor: pointer;
  }




  input#save-settings-btn {
    background: #414141;
    padding: 5px 10px;
    border-radius: 5px;
    color: #ffffff;
    border: unset;
    line-height: 2 !important;
    margin: 0 10px;
}
input#save-settings-btn2 {
    background: #414141;
    padding: 5px 10px;
    border-radius: 5px;
    color: #ffffff;
    border: unset;
    line-height: 2 !important;
    margin: 0 10px;
}



.header-easy .notice.notice-warning.is-dismissible {
    margin: 0;
    border-radius: 5px;
    border: none;
    background: #d24e01a3;
    color: #ffffff;
    height: 37px;
    padding: 0 10px;
}


.header-easy .notice.notice-success.is-dismissible {

    margin: 0;
    border-radius: 5px;
    border: none;
    background: #01a36ea3;
    color: #ffffff;
    height: 37px;
    padding: 0 10px;

}


#socialsection .option-row{
    justify-content: space-between;
    margin: 0;
}

#socialsection label.titlerow {
    width: auto;
    font-weight: normal;
}

#social_additive {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

#social_additive .right-social{
    flex: 1 1 31%;
    background: #f3f3f3;
    padding: 10px;
    border-radius: 5px;
}

#social_additive .left-social{
    flex: 2 1 80%;
}


#social_additive .inline-option{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#socialsection .status{
margin-top: 20px;
}



form#socialsection{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

#socialsection .option-row {
    flex: 1;
}

#socialsection .option-row{
    background: #d5d5d56e;
    height: 60px;
}





/* ---------------------------- dashboard page -------------------------- */


.dashboard-page{
gap:30px;
}
.easy-track .dashboard {
    display: flex;
    flex-direction: row;
}

.lead-detail {
    gap: 15px;
    display: flex;
    padding: 0;
}

.lead-detail > div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: white; 
    justify-content: space-between;  
    box-shadow: 0 0 10px #d5d5d5; 
}


.lead-detail ul {
    display: flex;
    gap: 10px;
    flex-direction: row;
    color: #ffffff;
    font-size: 18px;
    background: #323232;
    justify-content: center;
    border-radius: 5px;
    padding: 7px;
    margin: 0;
}

.lead-detail ul li{
margin: 3px 0 !important;
text-align: center;
}





.lead-detail h4{
    font-size: 15px;
        line-height: 26px;
        padding-left: 5px;
        margin: 0;

    }

.lead-detail .easy-h{
    font-size: 50px;
    margin: 10px 0;
    border-radius: 50px;
    text-align: center;
    color: #ff8236;
    margin: 30px 0;
}

.easy-count{
    display: flex;
    align-content: center;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}


.all-lead{
    display: flex;
    flex-direction: column;
    justify-content: space-around;

}

.easyspan {
    border-left: 2px #ff8236 solid;
    padding-left: 10px;

}

[dir="rtl"] .easyspan {
    border-left: none;
    border-right: 2px #ff8236 solid;
    padding-right: 10px;
}
.easy-count *{
    color:#fff
 }

.easy-counter{
    display: flex;
    align-content: center;
    flex-direction: column;
    align-items: flex-start;   
}

.easy-counter h3{
font-size: 22px;
}

.easytops{
    gap: 15px;
    padding: 0;
    background: unset;
}

.easytop{
    display: flex;
    flex-direction: column;
    align-items: start;
    background: white;
    box-shadow: 0 0 10px #d5d5d5;
     justify-content: space-around;
}

.easytop .precent , .social .precent{
    background: #ff8236;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.easytop h3{
    font-size: 50px;
    margin: 30px 0 0 0;
}

.easytimes{
    gap:15px;
    background: white;
    box-shadow: 0 0 10px #d5d5d5;
}

.easytime{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f9f9f9;    

}

.intime{
    background: unset;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.intime h3{
font-size: 80px;
color: #d9d9d9;
}

.intime p{
font-size: 18px;
    margin: 0;
}

.easy-tab.title {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    flex-direction: column;
    background: unset;
}

.popular{
    padding: 0;
    gap: 15px;
    background: unset;
}

.easy-tab.social {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: white;
    box-shadow: 0 0 10px #d5d5d5;
}

.lead-detail ul {
	display: flex;
	gap: 5px;
	flex-direction: row;
	color: #ffffff;
	font-size: 14px;
	background: #323232;
	justify-content: center;
	border-radius: 5px;
	padding: 3px 9px;
	margin: 0;
}


.datepicker-plot-area {
  	width:auto !important;
	border-radius: 10px !important;
	margin-top: 5px !important;
}




.datepicker-plot-area .datepicker-day-view .table-days td.selected span .datepicker-plot-area .datepicker-day-view .table-days td:hover, .datepicker-plot-area .datepicker-day-view .table-days td span:hover, .datepicker-plot-area .datepicker-year-view .year-item:hover, .datepicker-plot-area .datepicker-month-view .month-item:hover {
	background-color: transparent !important;
	color: #D24E01 !important;
	border-radius: 3px !important;
}

.datepicker-plot-area .datepicker-day-view .table-days td.selected span, .datepicker-plot-area .datepicker-year-view .year-item.selected, .datepicker-plot-area .datepicker-month-view .month-item.selected {
	background-color: #FF8236 !important;
	text-shadow: none !important;
	border-radius: 3px !important;
}


.easy-track .tabs {
	margin-bottom: 10px !important;
}

.easy-track ul.tabs li {
	margin-right: 0px;
}

input#customday, input#customMonth, input#customYear {
	border: solid 1px;
	border-color: #d9d9d9 !important;
	text-align: center;
}


.easy-track #leadbox_name, #leadbox_mobile, #leadbox_email, #leadbox_showtell, #leadbox_showsocial, #leadbox_showemail {
	margin: 10px !important;
}
 

.easy-track .button-primary {
	background: #323232;
	border: none;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 6px 14px !important;
}

.easy-track .button-primary:hover {
	background: #606060;
}


.easy-track .wp-list-table.widefat.fixed.striped {
	border-radius: 5px;
}

/* pagination in leadbox */

.easy-track .page-numbers {
	background: #323232;
	padding: 6px;
	border-radius: 5px;
	color: #fff;
	margin-right: 3px;
	text-decoration: none;
	min-width: 14px;
	text-align: center;
}

.easy-track .page-numbers:hover {
	color: #FF8236;
}


.easy-track .tablenav .tablenav-pages {
	display: flex;
	margin-top: 10px;
}


.easy-track .wp-person a:focus .gravatar, a:focus, a:focus .media-icon img, a:focus .plugin-icon {
	color: #FF8236;
	box-shadow: none;
}

.easy-track a:active, a:hover {
	color: #FF8236;
}

.easy-track .wp-list-table a {
	color: #323232;
}

.easy-track .wp-list-table a:hover {
	color: #ff8236;
}

.easy-tab ul {
  display: flex !important;
  flex-wrap: wrap !important;
}

.allreport span {
	display: none;
}


.easy-tab .dashicons {
	font-size: 16px !important;
	color: #bfbfbf;
}

.easytop h3 {
	font-size: 30px !important;
}

.easy-track mark {
	background-color: #eee;
	padding: 3px 6px 0px 6px;
	border-radius: 4px;
}

.easy-track .count {
	color: #323232;
	font-weight: bold;
	font-size: 16px;
}

.easy-tab h3 {
	line-height: 1em;
}
