/*
Theme Name: theTheme
Author: me
Text Domain : Thetheme

*/
/* prod eaaak 1/1/24 same



/*font*/
@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');

@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
@import url(https://fonts.googleapis.com/css?family=Montserrat:800);

 

*, *::before, *::after {
  box-sizing: border-box;
}



* {
    margin: 0;
    padding: 0;    
    font-family: 'Rubik', sans-serif;
}



html {
    width: 100%;
    height: 100%;
    text-size-adjust: 100%; 
}



body{
    color: black;
    background-color: #cecccc;
    width: 100%;
}

body .container-fluid {
  overflow-x: hidden;
}



.container {
  position: relative;
  bottom: 25px;
}

.container .page-title {
  position: relative;
  margin-top: 50px;
}



header .container-fluid .row{
    position: relative;
    display: flex;
    background: linear-gradient( to top, #0a3f76, #08315c 100%);
    padding: 0px 5px;
    direction: ltr !important;
}



.row {
    display: flex;
    padding: 0px 15px;
}



.mHeader {
    padding: 0px; 
    border: 0px;
    margin-top: 0px;
    margin-left: 25px;
}



.headerText {
  padding: 0px 5px;
  color: #f2f2f2;
  font-size: 16px;
  margin-bottom: 3px;
  margin-left: 2px;
  margin-right: 2px;
}



.regClass {
  overflow-x: hidden;
  position: absolute;
  margin: 30px 0px;
  left: 30%;
  padding: 10px 50px;
  background-color: #f7f7f7;
  border-radius: 40px;
  box-shadow: 0px 0px 10px rgb(255,255,255,0.4);
  max-width: 40%;
}



nav {
  position: relative;
  width: 100% !important;
  background-color: #184b81;
}



nav ul {
  display: flex;
  position: absolute;
}



.nav-link{
  border-radius: 2px;
}



.nav-link:hover {
  background-color: #cecccc;
  color: #184b81;
  transition-duration: 0.4s;
}



nav .navbar-collapse {
    height: 30px;
    background-color: #184b81;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 0px 5px;
}

.collapse ul.navbar-nav>li>a {
    color: #f2f2f2;
    padding: 3px;
}

ul.navbar-nav>li>a:hover {
    color: black;
}

.navbar {
    padding: 0px;
    width: 100%;
}



.dropdown-menu {
  background-color: #184b81;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  top: 27px;
  border-radius: 0px 0px 20px 20px;
}

.dropdown-menu li a{
   color: #f2f2f2;
}

.dropdown-menu a {
    color: #f2f2f2;
}

.dropdown-menu label {
    color: #f2f2f2;
}

.dropdown-menu li a:hover{
  background-color: rgb(205 207 217);
  transition-duration: 0.4s;
  color: black;
}


#nav-home {
    display:none !important;
}


nav .menu-navmain-container .nav-main {
    display:none !important;
}

nav .nav-shop {
    display:none !important;
}

nav .nav-entity {
    display:none !important;
}

nav .nav-2 {
    display:none !important;
}

nav .nav-fs {
    display:none !important;
}

nav .nav-val {
    display:none !important;
}

nav .nav-market {
    display:none !important;
}

nav .nav-valView { 
    display:none !important;
}

nav .nav-controls { 
   display:none !important;
}



footer{
    background-color: #184b81;
    position: relative;
    display: flex;
    justify-content: center;
	width: 100%;
	height: 20px;
}



.footerDir{
    direction: ltr !important;
}



.footerItems{
    color: #f2f2f2;
}



#actionSpinner{
    border: 5px solid #184b81;
    border-radius: 50%;
    border-top: 5px solid #05172a;
    width: 30px;
    height: 30px;
    animation: spin 3s linear infinite;
    position: sticky;
    margin-left: auto;
    margin-right: auto;
    bottom: 50%;
    z-index: 1000;
}



#calcValSpinner{
    border: 15px solid #184b81;
    border-radius: 50%;
    border-top: 15px solid #05172a;
    width: 30px;
    height: 30px;
    animation: spin 3s linear infinite;
    animation-delay: 0.5s;
    position: sticky;
    margin-left: auto;
    margin-right: auto;
    bottom: 50%;
    z-index: 1000;
}



.mainDiv {
    padding: 0px;  
}



.wp-block-table{
  margin: 0px;
  overflow-x: hidden;
}



#mainDiv1 {
  max-width:1300px;
}



#mainDiv2 {
  max-width:1300px;
}



.masterDiv {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 2px rgb(0,0,0,0.1);
  border-radius: 10px;
  border-color: rgb(0,0,0,0.1);
  max-width: 330px;
  min-width: 200px;
  margin-top:20px;
  margin-bottom: 50px;
  margin-left:10px;
  margin-right:10px;
  padding: 10px 5px;
  height:auto;
}

.masterDiv:hover {
    background-color: rgb(25 16 42 / 5%);
    transition-duration: 0.4s;
}

.masterDiv .form-row {
    margin: 0px;
    padding: 0px 0px;
    align-items: baseline;
}



.masterDivHeading {
    font-size: 18px;
    padding: 2px;
    margin: 0px;
    color: #444;
    font-weight: 600;
    position: relative;
    border-radius: 0 0 9.27px 9.27px;
    margin-right: 7px;
}



.mHeadingIcon {
    font-size: 17px;
    text-align-last: center;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    color:white ;
    background: linear-gradient(to top, #0a3f76, #08315c);
    border-radius: 45%;
    border-style: solid;
    border-width: 1px;
    border-color: #f2f2f2;
    margin: 0 ;
    min-width: 65px;
    max-width: 65px;
}



.mTopLineHeading {
    border-top-style: ridge;
    border-top-color: rgb(46 70 106);
}



a {
    color:black;
}



.form-row {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
  }

  
.form-group {
    position: relative;
    margin: 0px;
    padding: 1px 0px;
}


.form-control {
    position: relative;
    margin: 0px;
    padding: 0px 0px;
}

.form-control:focus {
    border-width: 2px ;
    border-color: black;
    box-shadow: none;
}



.mDivProduct0 {
    min-height: 25px;
    max-height: 25px;
    background-color: #cecccc;
    border-color: #cecccc;
    border: 0 ;
    padding: 0px;
}

.mDivProduct0:hover {
    background-color: rgb(25 16 42 / 5%);
    transition-duration: 0.4s;
}


.mDivProductABC {
    min-height: 265px;
    max-height: 265px;
    background-color: #cecccc;
    border-color: #cecccc;
    border: 0 ;
    padding: 0px;
}

.mDivProductABC:hover {
    background-color: rgb(25 16 42 / 5%);
    transition-duration: 0.4s;
}



.mRowInDiv {
  margin: 0px ;
  display:block;
}



.mHeading5 {
  font-size: 19px ;
  margin-top: 0.12px;
}



.mLabel {
  color: black;
  font-size: 14px;
  padding: 0px 2px;
  margin-top: 10px !important;
}



.mLabelHidden{
  visibility : hidden ;
}



.mLabelSource {
    color: black;
    font-size: 14px;
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
}



.mLabelHeading {
    font-weight: 600;
    font-size: 15px;
    margin-top: 10px !important;
}



.underlineHover:hover{
    text-decoration: underline;
}



.fsHidden{
    visibility: visible;
}



.labelHeadHidden{
    margin: 0px;
}
  
.labelHeadShow{
    visibility : visible ;
}
  
.labelHeadHide{
    visibility : hidden ;
}




.smallLabel {
  color: black;
  font-size: 13px ;
}



.mLabelCmd {
    color: white;
    background-color: yellow;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}



.mInput {
  border-radius: 8px;
  background-color: white;
  min-height: 25px;
  max-height: 30px;
  position : relative;
  font-size: 13px;
  color : black;
  border: 1px solid rgb(17,54,129,0.7);

  padding: 5px;
  direction: ltr !important; /*rtl*/
  text-align: right;
}


input::placeholder {
    font-size: 10px;
    font-style: italic;
}



.mInputDataList {
    border-radius: 8px;
    background-color: white;
    min-height: 25px;
    max-height: 30px;
    position : relative;
    font-size: 13px;
    color : black;
    border: 1px solid rgb(17,54,129,0.7);

    padding: 5px;
    direction: ltr !important;
}



.mInputText {
    border-radius: 8px;
    background-color: white;
    min-height: 25px;
    max-height: 30px;
    position : relative;
    font-size: 13px;
    color : black;
    border: 1px solid rgb(17,54,129,0.7);

    padding: 5px;
}



.mInputTextFixedLeft {
    border-radius: 8px;
    background-color: white;
    min-height: 25px;
    max-height: 30px;
    position : relative;
    font-size: 13px;
    color : black;
    border: 1px solid rgb(17,54,129,0.7);

    padding: 5px;
    direction: ltr !important;
}



.mInputTaxo {
    border-radius: 8px;
    background-color: white;
    min-height: 25px;
    max-height: 30px;
    position : relative;
    font-size: 13px;
    color : black;
    border: 1px solid rgb(17,54,129,0.7);

    padding: 5px;
    direction: ltr !important;
}



.mInputPerc {
    border-radius: 8px;
    background-color: white;
    min-height: 25px;
    max-height: 30px;
    position : relative;
    font-size: 13px;
    color : black;
    border: 1px solid rgb(17,54,129,0.7);

    padding: 5px;
    direction: ltr !important;
    text-align: right;
}


.mInputDelta {
    border-radius: 8px;
    background-color: #b5f0b8;
    min-height: 25px;
    max-height: 30px;
    position : relative;
    font-size: 13px;
    color : black;
    border: 1px solid rgb(17,54,129,0.7);
    padding: 5px;
    direction: ltr !important;
    text-align: right;
}


.mInputHidden{
  visibility : hidden;
}



.mDateBox {
  min-height: 25px;
  max-height: 30px;
  position : relative;
  font-size: 13px;
  color : black;
  padding: 5px;
  border-radius: 8px;
  background-color: white ;
  border: 1px solid rgb(17,54,129,0.7);
}



select:focus {
    border-color: black !important;
}



.mSelect{
  border: none;
  border-radius: 8px;
  background-color: white ;
  min-height: 30px ;
  max-height: 30px ;
  position : relative;
  padding: 5px;
  font-size: 13px;
  color : black;
  border: 1px solid rgb(17,54,129,0.7);

  direction: ltr !important;
}



.mSelect option {
    position : relative;
    border: 0cm;
    margin: 0cm;
    padding: 0.05;
    line-height: 1px;
    font-size: 13px;
    color : black;

    background-color: #f2f2f2;
    border-color: #184b81;
}



.mSelectNav{  
    min-height: -15px;
    border: 1;
    margin: 0cm;
    padding: 5px;
    position: relative;
    line-height: 1px;
    font-size: 13px;
    background-color: #184b81;
    border-color: black;
    color: white;
    min-width: 20px;
    max-width: 11px;
  }



.checkBox {
  content: '';
  position: absolute;
  margin-top: 5px;
  width: 18px;
  height: 18px;
  
}



.mBtnRow{
  border: 0px;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top : 15px;
  margin-bottom : 10px;
}



.btn:hover{
    background-color: #08315c;
    color: #f2f2f2;
    box-shadow: none;
    border-color: black;
}



.btn:focus{
    background-color: #08315c;
    color: white;
    box-shadow: none;
    border-color: black;
}



.mBtn{
  text-align: center;
  min-height: 28px;
  max-height: 28px;

  position: relative;
  font-size: 13px;

  background-color: #184b81;
  color: #f2f2f2;
  width: 60px;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 3px;
  margin-right: 3px;
  white-space: nowrap;
  padding: 0;
}



.mBtnX {
  font-size: 10px;
  /*color: white;*/
  padding: 0;
  margin: 0px;
  width: 20px;
  height: 20px;
  text-align: center;
  /*background-color: rgb(44 92 118);*/
  background-color: #184b81;
  color: #f2f2f2;
}


.mBtnRotate {
    font-size: 10px;
    padding: 0;
    margin: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: #184b81;
    color: #f2f2f2;

    transform: rotate(90deg);
    padding-right: 3.7px;
    padding-top: 3.3px ;
}

  

.notAdviceBtn {
    
    text-align: center;
    min-height: 28px;
    max-height: 28px;
    position: relative;
    font-size: 13px;
    
    background-color: orange;
    color: red;
    width: 170px;
    
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 3px;
    margin-right: 3px;
    white-space: nowrap;
    padding: 0;
}



/*For icons*/
.fas {
    margin: auto;
 }
 


#confirmId {
    color: white;
}

#noticeId {
    color: white;
}




.mTextArea{
  font-size: 13px;
  color : black;
  min-height: 52px;
  max-height: 104px;
  border: 1;
  background-color: #f2f2f2;
  border-color: #184b81;
}



.mTextAreaDiv{
    font-size: 13px;
    color : black;
    min-height: 450px;
    max-height: 450px;
    border: 1;
    padding : 0.05;
    background-color: #f2f2f2;
    border-color: #184b81;
}
  


.dialog {
    color: #f2f2f2;
    border-color: #f2f2f2;
    border-style: solid;
    border-width:3px;
    background-color: #08315c;
    float:center;
    margin:auto;
    text-align: center;
    width: 300px;  
    z-index: 1000; 
    position: fixed;
    left: 38%;
    top: 38%;
    border-radius: 15px;
    cursor: move;
    box-shadow: 0px 0px 1px 5000px rgb(0,0,0,0.25);
}



@keyframes extendDialogName {
    from {background-color: #f2f2f2;}
    to {background-color: rgb(230, 189, 113);}
}



.dialog1 {
    color: #f2f2f2;
    border-color: rgb(255, 94, 0);
    border-style: solid;
    border-width:3px;
    background-color: rgb(230, 189, 113); 
    float:center;
    margin:auto;
    text-align: center;
    width: 310px;  
    z-index: 1000; 
    position: fixed;
    left: 38%;
    top: 18%;
    border-radius: 15px;
    cursor: move;
    box-shadow: 0px 0px 1px 5000px rgb(0,0,0,0.25);

    animation-name: extendDialogName;
    animation-duration: 5s;
    animation-iteration-count: 1;
}



/*eaaak at registaration page set language input width */
.select2-selection--multiple{ 
    display:block !important;
    min-width: 200px;  
}

/*eaaak at registaration page set language input width */
.select2-search__field{ 
    display:block !important;
    min-width: 200px;  
}

/*eaaak at registaration page set language input width */
.select2-selection__choice{ 
    min-width: 200px;  
}

/*eaaak at registaration page set language input width */
.select2-results__options{ 
    min-width: 200px;  
}



/*eaaak at registaration hide privecy policy content at load stage*/
.um-gdpr-content{ 
    display:none ; 
}

/*eaaak at registaration hide  terms of use content at load stage*/
.um-terms-conditions-content{ 
    display:none ; 
}



/*eaaak at registaration hide unused row please fill if you are not human*/
.um-register .um_request_name{ 
    display:none !important; 
}




#logoHomePageImg{
    display: block;
    margin: auto;
    width: 180px;
}



#loginDivCenterItems{
    text-align: center;
}


.center-items p {
    margin:3px;
}


p.login-password label {
    text-align:center;
    margin-bottom:0px;
}



.login-submit {
  margin:12px !important;
}


p.login-submit input{
  text-align:center;
  margin: 0px !important;
  padding: 5px 15px !important;
  font-size: 15px !important;
}



p.login-username label{
   text-align:center;
  margin-bottom:0px;
}


p.login-username input{
  border-radius: 8px;
  background-color: rgb(233 236 239);
  min-height: 25px;
  max-height: 30px;
  min-width: 180px;
  max-width: 180px;
  position : relative;
  font-size: 13px;
  border: 1px solid rgb(17,54,129,0.7);
}

p.login-password input{
  border-radius: 8px;
  background-color: rgb(233 236 239);
  min-height: 25px;
  max-height: 30px;
  min-width: 180px;
  max-width: 180px;
  position : relative;
  font-size: 13px;
  border: 1px solid rgb(17,54,129,0.7);
}

#loginDiv{
  margin-top: 14%;
  padding: 0px;
  min-width: 200px;
  max-width: 330px;
  background-color:#f3f3f3;
  border-radius:8px;
  box-shadow: 0px 0px 20px rgb(255,255,255,0.3);
  display: flex;
  flex-direction: column;
}

.center-items #loginform{
  padding:0px 3px;
  margin: 0px;
}



#wp-submit{
  background: rgb(6,70,106, 1); 
  color: white;
  padding: 3px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 4px;
}



#wp-submit:hover {
  background-color: rgb(38 100 154);
  color: white;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}



#detailsMismachHomeNotice{
    color:red;
}



#createAnAccount{
  color:black;
  font-size: 17px;
}



#lostPass{
  color: black;
  font-size: 17px;
}



div.g-recaptcha{
  padding-left: 5px; 
}




.login-username label{
  color: black;
  font-size: 13px;
  padding-right: 20px;
  display:block;
}

.login-password label{
  color: black;
  font-size: 13px;
  padding-right: 20px;
  display:block;
}

.login-remember label{
  display: none;
  color: black;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
}



.current_page_item{
  background-color: rgb(205 207 217);
  border-radius: 2px;
  color: black;
}

.current_page_item a{
  color:black !important;
}




.logout{
  color:white;
  position:absolute;
  text-decoration: none;
  border-radius: 2px;
  padding: 3px 10px;
}

.logout:hover{
  text-decoration: none;
  color: black;
  background-color: rgb(205 207 217);
  transition-duration: 0.4s;
}



.hamburgerBtn{
  display: none;
}



.nav.navbar-nav{
  display: flex;
}






.reportPage{
  position:relative;
  margin:  20px 10px;
  display:flex;
  flex-direction:column;

}

.bootstrap-table{
  position: relative;
  width: 100%;
}

thead {
  background-color: #184b81;
  color: white;
  text-align: center;
  font-size: 13px;
}

.tdodyReports, .tViewReports {
  background-color: rgb(233 236 239);
}

.tdodyReports tbody tr td{
  text-align: right;
  direction: ltr;
}

.tViewReports tbody tr td{
  text-align: center;
  direction: ltr;
}





#myDealsDivContent, #myDealsDivContent3{
  position: relative;
  max-width: 100%;
  margin: 0px 0px 20px 0px;
  align-items: space-between;
  display: flex;
  justify-content: center;
  padding: 20px;
}

#myDealsDivContent2{
  position: relative;
  max-width: 100%;
  margin: 0px 0px 20px 0px;
  align-items: space-between;
  display: flex;
  justify-content: center;
  padding: 20px;
}






.fixed-table-body table td{
  white-space: nowrap;
  text-align: right;
}

.fixed-table-body table tbody tr:hover{
  background-color: #ccc;
  
}

.reportsLabelAndInput{
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}

.reportsLabelAndInput { /*.form-group Doron*/
  margin:0;
  padding:0;
}

.reportsBtn{
  position: relative;
  display:flex;
  justify-content: center;
  align-items:baseline;
}

.reportsBtnInside{
  align-items: baseline;
  margin: 0px 15px;
  position: relative;
  top: 26px;
}

#reportsTitle {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;

}




#betaOptionFF {
    width: 100px; 
    margin-bottom: 20px;
}




.logout.rtl{
  left: 10px;
}

.logout.ltr{
  right: 10px;
}



.pageName{
    display: none;
}



.hideImpact{
    display: none;
}



.freeTextDiv{
    width: 120px;
}



.wooBtn, .button{
  text-align: center;
  min-height: 28px;
  max-height: 28px;
  border: none;
  padding: 0px 10px !important;
  position: relative;
  font-size: 13px;
  width: fit-content !important;
  background-color: rgb(44 92 118) !important;
  color: white !important;
  white-space: nowrap;
  padding:0;

}

.wooBtn:hover, .button:hover{
  background-color: rgb(53 121 180) !important;
  color: white;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); 
  transition-duration: 0.4s;
}

.woocommerce-cart-form{
  max-width: 800px;
  margin-top: 20px !important; 
}

.wc-proceed-to-checkout a {
  padding:5px !important;
  margin:0px !important;
}

li.product>a{
  color: white !important;
  padding: 5px !important;
}

.woocommerce ul.products li.product .price {
  color: white !important;
}



.analystTitle{
  text-align: center !important;
  margin-top: 50px;
  color: #212529;
}






@media only screen and (max-width: 768px) {

    .regClass {
        left: 10%;
        max-width: 80%;
    }

    .masterDiv {
        margin-right:2px;
    }

    .current_page_item {
       box-shadow: 0px 0px 6px #3b3b3b;
    }



    nav .navbar-collapse {
        display: flex !important;
        justify-content: flex-end;
    }

    .nav.navbar-nav{
        display: none; 
        flex-direction: column;
        position: absolute;
        top: 30px;
        right: 0px;
        width: 150px;
        min-height: 280px;
        padding: 0px;
        background-color:#06466a;
        z-index: 20;
        border-bottom: 7px solid rgb(25 16 42);
        border-radius: 0px 0px 20px 20px;
    }

    .nav.navbar-nav li{
        border-radius: 2px;
        width: 100%;
        text-align: center;
        margin-top: 8px;
    }

    .nav.navbar-nav li:hover{
        border-radius: 7px;
        box-shadow: 0px 0px 6px #3b3b3b;
        background-color: rgb(205 207 217);
        transition-duration: 0.4s;
    }

    .nav.navbar-nav.open-menu {
        display:flex;
    }



    .dropdown-menu {
        background-color: rgb(47 100 130);
    }



    .hamburgerBtn{
        position: absolute;
        background-color: rgb(0,0,0,0);
        color: white;
        right: 10px;
        background-repeat: no-repeat;
        border-radius: 2px;
        border: none;
        width: 28px;
        height: 28px;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
    }

    .hamburgerBtn:hover{
        transform:scale(0.95);
        transition-duration: 0.3s;
    }

    .hamburgerBtn:focus{
        outline: none;
    }



    .logout {
        right: 65px;
    }

    .logout.ltr {
        right: 65px;
        width: 95px;
    }

    .logout.rtl {
        left: 65px;
        width: 95px;
    }



    .pageName{
        display: flex;
        position: absolute;
        text-align: center;
        left: 10px;
        font-size: 16px;
        margin:0;
    }

    .dialog{
        left: 10%;
    }

    .fsHidden{
        visibility: visible;
    }
}




/************* quick_guidance ****************************************
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
@import url(https://fonts.googleapis.com/css?family=Montserrat:800);*/

.wrapper {
    font-family: 'Raleway', Arial, sans-serif;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    width: 100%;
    max-width: 1000px;
    margin: 50px 10px 10px;
}
.wrapper .plan {
    margin: 0;
    width: 25%;
    height: 340px;
    position: relative;
    float: left;
    background-color: #184b81;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.wrapper .plan:hover, wrapper .plan.hover {
    background-color: rgb(6 77 150);
}
.wrapper .plan:hover i, wrapper .plan.hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.wrapper header {
    position: relative;
    padding: 20px 10px;
}
.wrapper header i {
    font-size: 56px;
    margin: 0 15px;
    color: #f39c12;
    display: inline-block;
}
.wrapper .plan-title {
    top: 0;
    font-weight: 800;
    margin: 10px 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.wrapper .plan-cost {
    margin: 0;
    color:#f4f0f0;
}
.wrapper .plan-price {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 800;
    font-size: 1.3em;
}
.wrapper .plan-type {
    opacity: 0.8;
    font-size: 0.7em;
    text-transform: uppercase;
}
.wrapper .plan-features {
    padding: 0;
    margin: 0 0 40px;
    text-align: center;
    list-style: outside none none;
    font-size: 0.8em;
    text-align: left;
}
.wrapper .plan-features li {
    padding: 5px 5%;
    font-weight: 500;
    opacity: 0.9;
    border-left: 5px solid white;
    margin: 2px 20px;
}
.wrapper .plan-select {
    background-color: white;
    text-align: center;
}
.wrapper .plan-select a {
    color: #ffffff;
    text-decoration: none;
    padding: 15px 20px;
    margin: 20px;
    border-radius: 40px;
    font-size: 0.75em;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    background-color: #f39c12;
}
.wrapper .plan-select a:hover {
   background-color: #184b81;
}
.wrapper .featured {
    margin-top: -10px;
    background-color: #184b81;

    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.wrapper .featured .plan-select a {
    margin: 30px 20px;
}
/********END quick_guidance ******/



.blink {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.0;
  }
}



/*** handle hide element at the begining**/
#hideOnInit{
    display: none;
}





/* post */
#editorImage {
    width: 120%; 
    max-width: 150px;
    max-height: 200px;
    vertical-align: middle;
    border-radius: 10px;  
}






.top6SlidesContainerClass {
    width: 100%;
    max-width: 600px;
    border: 3px ;
    border-color: yellow;
}
  
.top6SlidesClass  {
    display: none;
}
  
.top6SlideDotClass {  
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: none;
    transition: background-color 0.6s ease;
}
  
.top6SlideDotClass:hover {  
    background-color: #717171;
}
  
.top6FadeSlideClass {
    animation-name: fade;
    animation-duration: 1.5s;
  
    display: block;
    width: 80%;
    margin-left:auto;
    margin-right:auto;
}
  
@keyframes top6FadeSlideClass {
    from {opacity: .4}
    to {opacity: 1}
}
  
.top6ImgCardsClass{
   display: block;
   width: 100%;
   margin-left:auto;
   margin-right:auto;
   border-radius: 0.25rem;
}

.top6CardsClass{
    border: 5px !important;
    border-color:  #212529;
    border-radius: 10px;
    
}

.top6CompanyClass{
    font-size: x-large;
    text-align: center !important;
}


.top6ValTypeClass{
    font-size: medium;
    text-align: center !important;
}






/*logoutMenuBtn*/
.fa-sign-out-alt {
    margin: 0px !important;
}
 


/*eaaah*/
#usageRolerMainPage{
    color: rgb(44 92 118);
}



#dynamicUsageRoler100{
    width: 200px;
    height: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    border-radius: 1%;
}

#dynamicUsageVar{
    width: 0px;
    min-width: 0px;
    max-width: 198px;
    height: 11px;
    background-color: green;
    margin-top: 1px ;
    margin-bottom: 0px ;
    z-index: 500 ;
    border-radius: 5%;
}





/*analyst */
.slideshow-container {
    width: 100%;
    border: 3px ;
    border-color: yellow;
}
  
.mySlides {
    display: none;
}
  
/* eaaag not used
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
  

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
  

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}
*/ 

.slideText {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
  

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
.active, .dot:hover {
    background-color: #717171;
}
  

.fadeSlide {
    animation-name: fade;
    animation-duration: 1.5s;

    display: block;
    width: 80%;
    margin-left:auto;
    margin-right:auto;
  }
  
@keyframes fadeSlide {
    from {opacity: .4}
    to {opacity: 1}
}
  




/*post */
.postSlideContainer {
    width: 100%;
  }
  
.postSlidesClass  {
    display: none;
}
  
.postFadeSlideClass {
    animation-name: fade;
    animation-duration: 1.5s;

    display: block;
    margin-left:auto;
    margin-right:auto;
}
  
@keyframes postFadeSlideClass {
    from {opacity: .4}
    to {opacity: 1}
}
  




/* woo shop page eaaak */
.woocommerce-shop .woocommerce-ordering{
    display: none;
}

.woocommerce-shop ul li .product-type-simple{
    min-width: 150px;
    max-width: 150px;
}

.woocommerce-shop .woocommerce-loop-product__title{
    text-align: center;
}

.woocommerce-shop .price{
    text-align: center;
}

.woocommerce-shop .woocommerce-price-suffix{
    display: block;
    text-align: center;
}
  
.woocommerce-shop li .ajax_add_to_cart{
    min-width: 150px;
    max-width: 150px;
}
 
  


/* woo single product page eaaak */
.single-product .type-product{
    margin-top: 25px;
}




/* woo cart page eaaak */
.page-id-385 .woocommerce-cart-form{
    margin: 0px;
    margin-left: 50px;
}


.page-id-385 .woocommerce-notices-wrapper{
    margin: 50px;
}

.page-id-385 .shop_table thead tr{
    text-align: left;
}


.page-id-385 .woocommerce-message{
    display: contents;
    margin-left: 50px;
}

.page-id-385 #coupon_code{
    min-width: 175px;
}



.page-id-385 .woocommerce .cart-collaterals{  /* cart_totals */
    float: left;
}

.page-id-385 .cart_totals{  
    margin-left: 50px;
    margin-right: 20px;
    float: left !important;
}

.page-id-385 .shop_table_responsive{ 
    width: auto;
}


/* woo checkout page eaaak */
.page-id-386 .woocommerce-form-coupon-toggle{
    display: none;
}

.page-id-386 .checkout_coupon{
    margin: 0 !important;
}

.page-id-386 .checkout_coupon p{
    display: none;
}
  

.page-id-386 .woocommerce-billing-fields{
    margin-left: 50px;
    min-width: 250px;
    max-width: 600px;
}
  
.page-id-386 .woocommerce-billing-fields p label{
    margin: 0 !important;
}

.page-id-386 .woocommerce-billing-fields input {
    text-align: left;
}
  

.page-id-386 .woocommerce-billing-fields .validate-state label {
    display: none ;
    @media only screen and (max-width: 768px) {
        display: block ;      
    }  
}




.page-id-386 #order_review_heading{
    margin-left: 50px;
    margin-top: 25px;
}

.page-id-386 #order_review{
    max-width: 400px ;
    margin-left: 50px ;
}




/* woo order page eaaak */
.page-id-387 .woocommerce-MyAccount-navigation{
    display: none; 
}

.page-id-387 .woocommerce-MyAccount-content{
    width: 98%;
}


.page-id-387 table.my_account_orders .button{
    margin-right: 5px;
    min-width: 65px;
}


.page-id-387 .woocommerce-pagination{
    margin-bottom: 25px;
}




/* text pages */
.textHeading1{
    font-size: 35px !important;
}

.textHeading4{
    font-size: 24px !important;
}

.textHeading5{
    font-size: 18px !important;
}



.text6{
    font-size: 15px !important;
}


.textUnderline{
    text-underline-position: below !important;
}

.textBold{
    font-weight: bold !important;
}


.textAlignLeft{
    text-align: left !important;
}

.textDirectionLtr{
    direction: ltr !important;
}

  
  
