/*------------------------------------------------------------------
[Main Stylesheet]

Project     : p1-clykk
Version     : 1.0
Author      : Md Ekramul Hassan Avi
Author URI  : https://www.tigertemplate.com
-------------------------------------------------------------------*/

/*
==========================================
    Google fonts
==========================================
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');

/*BreezeSans*/
@font-face {
  font-family: BreezeSans-Bold;
  src: url('../fonts/BreezeSans-Bold.ttf');
}
.BreezeSans-Bold {
  font-family: 'BreezeSans-Bold',sans-serif;
  font-weight: 700;
}
@font-face {
  font-family: BreezeSans-Medium;
  src: url('../fonts/BreezeSans-Medium.ttf');
}
.BreezeSans-Medium {
  font-family: 'BreezeSans-Medium',sans-serif;
  font-weight: 700;
}
@font-face {
  font-family: BreezeSans-Regular;
  src: url('../fonts/BreezeSans-Regular.ttf');
}
.BreezeSans-Regular {
  font-family: 'BreezeSans-Regular',sans-serif;
  font-weight: 700;
}

/*------------------------------------------------------------------
[Table of contents]

1.  reset css
2.  sign page css
3.  header css
4.  body css

-------------------------------------------------------------------*/

/*
==========================================
1.  reset css
==========================================
*/

*{
  margin: 0;
  padding: 0;
}
body {
  font-family: 'BreezeSans-Regular',sans-serif;
  font-size: 16px;
  color: #202224;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  background-color: #fff;
}
a,a:active,a:focus,a:hover,button{
  text-decoration: none;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  cursor: pointer;
}
h1,h2,h3,h4,h5,h6,p,ul,hr {
  padding: 0; 
  margin: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'BreezeSans-Bold',sans-serif;
  font-weight: 700;
}
h1{
  font-size: 40px;
  font-weight: 900;
}
h2{
  font-size: 22px;
  font-weight: 900;
}
h3{
  font-size: 18px;
  font-weight: 900;
}
.b1{
  font-size: 18px !important;
}
.b2{
  font-size: 16px !important;
}
ul li {
  list-style: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control {
  min-height: 40px;
  border: 1px solid #E0E3E5;
  padding: 0 30px;
}
.form-control:focus {
  background-color: transparent;
}

.min-w245{
  min-width: 245px
}

.btn {
  min-height: 40px;
}
.btn-round {
  border-radius: 50px;
}

/*custom colors*/
ion-icon {
  color: #1DBF73;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1DBF73;
}
.form-control:focus {
  border-color: #1DBF73;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}
.bg-success {
  background-color: #1DBF73 !important;
}
.btn-success {
  background-color: #1DBF73;
  border-color: #1DBF73;
}
.bg-danger {
  background-color: #F93C65 !important;
}
.text-success {
  color: #00B69B !important;
}
.btn-light {
  background-color: #fff;
  border-color: #fff;
}
.box-shadow {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.title-box, .sub-title-box {
	color: #1DBF73;
}
/*
==========================================
2.  sign page css
==========================================
*/

.input-group-prepend .input-group-text {
  width: 75px;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  font-size: 33px;
  border: 1px solid #E0E3E5;
  background-color: transparent;
  border-radius: 8px 0 0 8px;
}
.input-group {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.sign-form, .sign-form a,.sign-form input {
  color: #929699 !important;
}
.position-absolute.toggle-password {
  font-size: 33px;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
}
#password-field {
  padding-right: 50px;
}
.sign-form .btn {
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 10px 10px rgba(29,191,115,0.18);
}
.sign-logo h2 {
  font-size: 35px;
  padding-top: 10px;
}
.sign-logo, .header-logo h6 {
  font-size: 14px;
  padding-top: 2px;
}
.custom-control {
  padding-left: 2rem;
}
.custom-control-label::before {
  background: transparent;
  border: 1px solid #E0E3E5;
  width: 23px;
  height: 23px;
  top: 0;
}
.custom-control-label::after {
  top: 0;
  width: 23px;
  height: 23px;
}

/*
==========================================
3.  header css
==========================================
*/

.header-main {
  min-height: 70px;
  box-shadow: 0 5px 60px rgba(0,0,0,0.10);
  background-color: #fff;
  font-family: 'BreezeSans-Bold',sans-serif;
  margin-bottom: 40px;
}
.header-main a {
  color: #1DBF73;
  font-size: 14px;
  font-weight: 700;
}
.mega-menu > li > a,.user-log > li > a{
  min-height: 70px;
  display: inline-block;
  line-height: 68px;
}

.top-menu > li > a {
  padding: 0 25px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  border-bottom: 3px solid transparent;
}
.top-menu > li > a.active, .top-menu > li > a:hover {
  border-bottom: 3px solid #1DBF73;
}
.top-menu > li > a > ion-icon {
  font-size: 24px;
}
.top-menu > li > ul {
  position: absolute;
  width: 100%;
  background-color: #fff;
  padding: 15px 0 0;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  border-radius: 0 0 10px 10px;
  z-index: 999;
}
.mega-menu li {
  position: relative;
  z-index: 99;
}
.top-menu > li > ul > li > a {
  min-height: 35px;
  display: block;
  line-height: 40px;
  padding: 0 5px;
}
.top-menu > li > ul > li::before {
  content: '';
  position: absolute;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #ddd;
}
.top-menu > li > ul > li {
  padding: 0 10px;
}
.top-menu > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  padding: 0 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  border-radius: 10px;
  background-color: #fff;
  min-width: 160px;
}
.top-menu > li > ul > li > ul > li > a {
  min-height: 30px;
  display: block;
  line-height: 40px;
}
.top-menu > li > ul > li > ul > li {
  padding: 0 10px;
}
.top-menu > li > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.sub-mega-menu::before {
  content: '';
  position: absolute;
  right: 15px;
  top: 15px;
  background: url('../images/icons/arrow-forward.png') no-repeat center;
  width: 7px;
  height: 12px;
  visibility: visible !important;
  opacity: 1 !important;
}
ul.top-menu > li:hover {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  border-radius: 10px 10px 0 0;
}
.top-menu li > ul {
  visibility: hidden;
  opacity: 0;
}
.top-menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
}
.notify {
  font-size: 24px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-right: 20px;
}
.notify span.position-absolute {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  left: calc(100% - 12px);
  top: -3px;
  line-height: 16px;
}
.header-main .language a {
  color: #646464;
}
.header-main .language ion-icon,.user-log ion-icon {
  color: #646464;
  margin-left: 5px;
}
.alert-menu {
  margin-left: 25px;
}

/*
==========================================
4.  body css
==========================================
*/

/*custom select*/
/*the container must be positioned relative:*/
.customize-select {
  position: relative;
  font-family: BreezeSans-Regular;
}
.customize-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color: #1DBF73;
  border-radius: 50px;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 18px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #fff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  min-height: 40px;
}
.select-selected {
  padding: 7px 30px 7px 20px;
  white-space: nowrap;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: auto;
  right: 0;
  z-index: 99;
  color: #1DBF73 !important;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  margin-top: 4px;
  min-width: 173px;
  width: 100%;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: transparent;
}
/*custom select*/


.body-main {
  padding-bottom: 20px;
  background-color: #fff;
}
.stat-box {
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 6px 6px 54px rgba(0,0,0,0.07);
  min-height: 100%;
  padding: 30px;
}
.stat-box .position-absolute {
  right: 30px;
  top: 30px;
}
.stat-box p {
  font-weight: 500;
  color: #202224;
  padding-bottom: 20px;
}
.stat-box h4 {
  padding-bottom: 30px;
  color: #202224;
  font-weight: 700;
  font-size: 28px;
}
.stat-box h5 {
  font-weight: 500;
  color: #606060;
}
.stat-box h5 span {
  margin-right: 6px;
}
.stat-box h6 {
	font-weight: 500;
    font-size: 15px;
    font-family: 'BreezeSans-Bold',sans-serif;
}
.resource-box p {
  font-size: 14px;
  font-weight: 700;
}
.select-items div {
  color: #1DBF73 !important;
}
.resource-box li:not(:last-child) {
  margin-right: 15px;
}
.resource-box ion-icon {
  font-size: 16px;
}
.resource-box .btn {
  padding: 7px 35px;
}
.basic-table {
  background-color: #fff;
  border-radius: 14px;
  padding-top: 20px;
  overflow: hidden;
  box-shadow: 6px 6px 54px rgba(0,0,0,0.05);
  font-size: 15px;
  overflow-x: auto;
}
.basic-table tbody {
  background-color: #fff;
}
.basic-table table {
  margin-bottom: 0;
  border-radius: 14px;
  overflow: hidden;
}
.basic-table table th {
  white-space: nowrap;
}
.resource-box .btn ion-icon {
  font-size: 20px;
}
.basic-table .table thead th {
  border-top: 0;
  border-bottom: 0;
}
.basic-table thead,.basic-table tfoot {
  position: relative;
  color: #1DBF73;
  font-weight: 700;
  font-family: BreezeSans-Bold;
  background-color: rgba(29,191,115,0.15);
}
.popup-report-total .table thead th {
  padding-left: 0;
  padding-right: 0;
}
.popup-report-total .table thead th:last-child {
  text-align: right;
}
.basic-table .table td, .basic-table .table th {
  padding: 8.4px 20px;
  border-top: 1px solid #ddd;
}
.basic-table .table tfoot td {
  border-top: 0;
}
.basic-table .table tbody tr:last-child td {
  border-top: 0;
}
.load-more, .show-less {
  font-size: 17px;
  border: 0;
  background: transparent;
  border-bottom: 3px solid #00B69B;
  padding: 10px 40px;
}
.basic-table tbody td {
  font-family: 'BreezeSans-Regular',sans-serif;
  color: #000;
}
.current-month {
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 6px 6px 54px rgba(0,0,0,0.05);
  min-height: 100%;
}
.month-header {
  min-height: 60px;
  padding: 20px 40px;
  border: 1px solid rgba(29,191,115,0.15);
  border-radius: 14px 14px 0 0;
}
.month-header h4 {
  color: #454458;
  font-size: 15px;
  font-family: BreezeSans-Bold;
}
.month-cart {
  padding: 40px 20px;
}

.btn-help {
  z-index: 99;
  bottom: 50px;
  right: 50px;
  width: 111px;
  height: 46px;
  border-radius: 50px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  padding: 4px 4px 4px 15px;
  color: #1DBF73;
  font-weight: 500;
}
.btn-help span {
  background-color: #1DBF73;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.drop-menu > ul > li {
  position: relative;
  z-index: 99;
  cursor: pointer;
}
.drop-menu ul.position-absolute li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.drop-menu ul.position-absolute li a {
  padding: 12px 10px;
  color: #1DBF73;
  font-size: 14px;
  font-weight: 500;
  display: block;
  width: 173px;
}
.drop-menu ul.position-absolute {
  right: 0;
  background-color: #fff;
  border-radius: 14px;
  padding: 0 15px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  visibility: hidden;
  opacity: 0;
}
.drop-menu > ul > li:hover > ul.position-absolute {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
}
.header-main .container-fluid,.body-main .container-fluid {
  padding-right: 40px;
  padding-left: 40px;
}
.modal {
  max-width: 100%;
  box-shadow: 6px 6px 54px rgba(0,0,0,0.05);
}
.blocker {
  z-index: 99;
  background-color: rgba(0,0,0,0.47);
}
.modal a.close-modal {
  display: none;
}
.popup-report-total thead:before {
  display: none;
}
.popup-report-total th {
  border-bottom: 1px solid #1DBF73 !important;
}
.popup-report-total {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding-top: 0;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1DBF73;
}
.custom-control-label::before {
  background: #DCDCDC;
}
.customize-select-outline  .select-selected::after {
  border: 6px solid transparent;
  border-color: #1DBF73 transparent transparent transparent;
}
.customize-select-outline .select-selected {
  background-color: transparent;
  color: #1DBF73;
  border: 1ps solid #1DBF73 !important;
  border-color: #1DBF73;
}

.budget-settings > div:not(:last-child) {
  position: relative;
}
.budget-settings > div:not(:last-child):before {
  content: '';
  height: 100%;
  width: 1px;
  background-color: #ddd;
  left: 100%;
  position: absolute;
  top: 0;
}
.budget-settings > div {
  padding-top: 10px;
}
.budget-settings label {
  color: #1DBF73;
  font-size: 17px;
  padding-right: 20px;
}
.budget-settings .form-control {
  width: 110px;
  min-height: 40px;
  border-radius: 50px;
  text-align: center;
  border-color: #1DBF73;
  font-size: 21px;
  padding-left: 10px;
  padding-right: 10px;
}

.aws-group-settings > div:not(:last-child) {
  position: relative;
}
.aws-group-settings > div:not(:last-child):before {
  content: '';
  height: 100%;
  width: 1px;
  background-color: #ddd;
  left: 70%;
  position: absolute;
  top: 0;
}
.aws-group-settings a, a:hover {
	color: #1DBF73;
}
.aws-group-settings a > label {
	cursor: pointer;
}
.aws-group-settings > div {
  padding-top: 10px;
}
.aws-group-settings label {
  color: #1DBF73;
  font-size: 17px;
  padding-right: 20px;
}
.aws-group-settings .form-control {
  width: 110px;
  min-height: 40px;
  border-radius: 50px;
  text-align: center;
  /*border-color: #1DBF73;*/
  font-size: 21px;
  padding-left: 10px;
  padding-right: 10px;
}
.title-box h4 {
  font-size: 26px;
}
.sub-title-box h6 {
  font-size: 18px;
}
.title-box p {
  color: #6D6D6D;
  font-size: 21px;
}
.sub-title-box p {
  color: #343a40!important;
  font-size: 16px;
}
.settings-info li:first-child {
  list-style-type: disc;
  color: #1DBF73;
  min-width: 180px;
  padding-left: 10px;
}
.settings-info {
  padding-left: 20px;
}
.border-section {
  position: relative;
}
.border-section:before {
  content: '';
  height: 100%;
  width: 1px;
  background-color: #ddd;
  left: 100%;
  position: absolute;
  top: 0;
}

.customize-select-outline .select-selected.select-arrow-active::after {
  border-color: transparent transparent #1DBF73 transparent;
}

/*chart css*/
.apexcharts-legend.apexcharts-align-left .apexcharts-legend-series {
  display: block !important;
  width: 100%;
  padding:5px 0;
}
.apexcharts-tooltip.apexcharts-theme-dark {
    background-color: #fff !important;
    color: #1DBF73 !important;
    border-radius: 4px;
    padding: 5px 15px;
}

.input-group .form-control {
  border-radius: 0 8px 8px 0 !important;
}
.sign-page .custom-control-label::before {
  background-color: #fff;
  border: 2px solid #E0E3E5;
}

.toggle-btn {
  border: 0;
  background: transparent;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.toggle-btn:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url('../images/icons/chevron-backward-circle-outline.png') no-repeat right center;
  background-size: 18px;
}
.toggle-btn.active:before {
  background: url('../images/icons/chevron-forward-circle-outline.png') no-repeat right center;
  background-size: 18px;
}
.border-section-bottom::before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #ddd;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.add-tr .toggle-js-data {
  display: none !important;
}
.add-tr2 .toggle-js-data {
  display: table-cell !important;
}
.fixed-panel {
  max-height: 250px;
  overflow-y: auto;
  padding-top: 1px;
}
.blocklinks {
  margin: 0 2%;
  padding: 0;
  text-align: center;
}
.blocklinks a {
  color: #1DBF73;
}
.blocklinks li {
  display: inline-block;
  width: 22%;
  border: 1px solid gray;
  padding: 5px 15px;
  margin: 1%;
  text-align: center;
  vertical-align: top;
}

.faq-link {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    text-align: center;
    padding-bottom: 15px;
    border: 1px solid #D8D8D8;
}

.faq-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 115px;
}

.faq-link a {
    color: #293340;
    font-size: 14px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.faq-link a:hover {
    color: #1DBF73;
    text-decoration: none;
}

.hero-page-area.faq {
    padding-bottom: 40px;
}

.faq-area {
    padding: 25px 0 200px;
    position: relative;
}

.faq-area:before {
    content: "";
    position: absolute;
    width: 240px;
    height: 260px;
    top: 15px;
    right: 10px;
}

.faq-area:after {
    content: "";
    position: absolute;
    width: 230px;
    height: 225px;
    bottom: 50px;
    left: 15px;
}

.single-faq {
    border-bottom: 1px solid #D8D8D8;
    padding: 25px 30px;
}

.single-faq h2 {
    color: #293340;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.single-faq h2:before {
    content: "";
    background: url(../images/arrow-down.svg) no-repeat scroll 0 0;
    position: absolute;
    right: 0;
    top: 5px;
    height: 10px;
    width: 20px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-faq h2.collapsed:before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}

#faq-list {
    border-top: 1px solid #D8D8D8;
    background: #fff;
    z-index: 2;
    position: relative;
}

.faq-body {
    color: #6D7783;
    font-size: 14px;
    padding: 20px 0 20px;
}