body {
    background: #F5F8FA;
}
.wrap {
    margin: 10px 0px 0 0px;
}
#welcomeheader, #popupheader, .report-heading, .custom-temp-heading{
    text-align : center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 21px;
}
#welcomeheader{
    margin:1em 0;
}
#wpcontent {
    padding-left: 0 !important;
}
#all-reports, #all-custom-templates, #all-templates{
    margin: 20px 30px;
    background: rgba(233,239,225,0.5);
}
#all-custom-template-body, #all-templates-body, #all-reports-body{
    padding: 20px;
}
.tabs-container{
/*    max-width : 800px;*/
   
}
.nav-tab-wrapper{
    border-bottom: 1px solid #999;
    margin: 0;
/*    padding-top: 30px;*/
    padding-bottom:14px;
    text-align: center;
}
.nav-tab {
    background: transparent;
    margin-left: 0;
    float: none;
    border:1px solid transparent;
    padding: 15px;
}
.nav-tab-active, .nav-tab-active:focus, .nav-tab-active:focus:active, .nav-tab-active:hover {
    border-bottom:4px solid #7c9a00;
    color: #000;
}

.tab-content{
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    margin: 20px 20px 0 20px;
    background: rgba(233,239,225,0.5);
    padding-bottom: 20px;
    border-radius: 4px;
/*    box-shadow: 0px 2px 3px #ddd;*/

}
.wel-content, .wel-content-img{
    text-align:center;
    width: 100%;
    padding: 50px 0 20px 0;
    margin: 25px 0;
    background: #fff;
/*    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;*/
    box-shadow: rgb(0 0 0 / 6%) 0px 1px 3px, rgb(0 0 0 / 5%) 0px 1px 2px;
    border-radius:4px;
}
.form-content-wrapper{
    background: #fff;
    padding: 10px 20px;
    margin:40px;
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px;
    border-radius: 4px;
}
.form-content-wrapper .customization-heading{
/*    background: rgba(124,154,0, 0.1);*/
    background: #7c9a00;
    padding: 10px;
    margin: 0;
    color: #fff;
}
.inParaHeading{
    font-size : 15px;

}
.wrap>h2:first-child {
    margin: 0;
    padding: 20px 0;
}
hr { 
    border: 0; 
    height: 0; 
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); 
    margin-right: 15px;
 }
.Customization-table {
    border-collapse: collapse;
}

.Customization-table td {
    padding-bottom: 1em;
    vertical-align: top;
/*    width: 10%;*/
}
.button-wrapper {
    text-align: center;
}
.email-custom{
   width: 38em;
    height: 8em;
    overflow-y:scroll;
}

.header-img{
/*    width:100%;*/
/*    height:80%;*/

}
.logo-img{
    max-width:650px;
    max-height:300px;

}
.integration-img{
    width:50%;
    height:20%;
}
.centered-text{
    text-align: center;
    line-height:10px;

}
.order-button {
  display: inline-block;
  padding: 15px 25px;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #008000;
  border: none;
  border-radius: 15px;
  
}

.order-button:hover {background-color: #3e8e41}

.order-button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
.menu-main-heading{
  text-align:center;
    /*  font-size: 300%;*/
    font-size: 2.3em;
    padding: 25px 0;
    margin-top:0;
    /* background: #2245C4;*/
     color:#2245C4;
    /* box-shadow: 2px 1px 3px #ddd;*/
}
.text-color{
    color:#fff;
}
.autoResizeImage {
/*    display:block; */
    width: 80%;
    height : 100%;
    object-fit: cover;
    border:1px solid #ddd;
    
}
.integration-table td{
  height: 80px; width: 500px;
  text-align: center;
}

.customization-heading{
  font-size: 18px;
}
/*.details-action-cls {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 40px;
  margin-top: -20px;
  margin-left: -75px;
  background: red;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  border: 0;
  border-bottom: 2px solid #c0392b;
  cursor: pointer;
}*/
/*.details-action-cls:hover {
  background: #c0392b;
}
.details-action-cls:active {
  transform: scale(0.9);
}*/

.mask-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 73, 94, 0.8);
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s;
}
.modal-content {
  position: fixed;
  top: 20%;
  bottom: 20%;
  left: 50%;
  max-width: 600px;
  width: 100%;
  height: 70%;
  margin-left: -325px;
  margin-top: -60px;
  background: #fff;
/*  padding: 30px;*/
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-out;
  transform: translateY(45px);
  overflow-y: auto;
}
.active-modal {
  visibility: visible;
  opacity: 1;
}
.active-modal + .modal-content {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.modal-header-title{
  border-bottom:1px solid #ddd;
  background: #7c9a00;
}
.modal-header-title h1{
    padding: 10px 30px;
    color:#fff;
}
.modal-body-content{
    padding: 0 30px 30px 30px;
}
.close-modal {
  position: absolute;
  top: 5px;
  right: 24px;
  /*width: 35px;
  height: 30px;*/
  background: transparent;
  color: #fff;
  cursor: pointer;
  border: 0;
  z-index: 110;
  font-size: 2.5em;
}
.custom-template-content{
    margin-left: 7px;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 12px;
    padding-bottom: 20px;
    width: 50%;  
    background: #fff;  
    margin-bottom: 20px;
    box-shadow: rgb(0 0 0 / 6%) 0px 1px 3px, rgb(0 0 0 / 5%) 0px 1px 2px;
    border-radius: 4px;
}
.manage-column a{
    color: #7c9a00;
}
/*.custom-template-select-sec{
    height: 80px;
}*/
/*.custom-template-customer-sec{
    height: 245px;
}*/
.custom-template-input-field{
    float:  right;
    width: 350px;
}
.custom-template-input-field.e-detail-select{
    float: right;
    max-width: 39rem;
    width: 100%;
}
.submitCustom{
    font-weight: 700;
    padding: 0 20px !important;
}
.wp-core-ui .button-primary {
    background: #7c9a00;
    border-color: #7c9a00;

}
.wp-core-ui .button-primary:hover {
    background: #7c9a00;
    border-color: #7c9a00;
}
.button-primary.active, .button-primary.active:focus, .button-primary.active:hover, .button-primary:active
.button-primary:hover {
    background: #7c9a00 !important;
    border-color: #7c9a00 !important;
}
.submitCustom{
     background: #7c9a00 !important;
    border-color: #7c9a00 !important;
} 
.submitCustom:hover{
     background: #7c9a00;
    border-color: #7c9a00;
} 
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  align-items: center;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.Customization-table td, th, .integration-table  td, th{
    border: 1px solid transparent;
}

/*tr:nth-child(even) {
  background-color: #dddddd;
}*/
.w-100{
    width: 100%;
}
.in-width{
  width:100%;
}
.display-flex{
    display:flex;
}
.wel-content-wrap{
    padding:20px;
}
@media screen and (max-width: 992px){
     .modal-content {
        margin-left: -240px;
        max-width: 430px;
    }
     .modal-content {
        margin-top: -30px;
    }
}
@media screen and (max-width: 782px){
    body {
        min-width: auto !important;
        overflow-x: hidden;
    }
   .autoResizeImage {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }
    .wp-list-table .is-expanded .modal-content td:not(.hidden) {
        display: table-cell!important;
        overflow: auto;
    }
    .tabs-container{
        margin-right: 10px;
    }
    .Customization-table .email-custom{
        width:20em;
    }
    .display-flex{
        display:block;
    }
    .wel-content, .wel-content-img, .custom-template-content{
        width: auto;
    }
    .custom-template-content{
        padding-bottom: 55px;
    }
    .custom-template-input-field {
        float: none;
        width: 100%;
        display: block;
    }
    select.custom-template-input-field{
        max-width: auto;
    }
}
@media screen and (max-width: 480px){
     .modal-content {
        margin-left: -170px;
        max-width: 280px;
        margin-top: -20px;
    }
    .Customization-table .email-custom{
        width:14em;
    }
    .Customization-table .header-img {
      width: 90%;
    }
}
.license-table td{
  text-align: center !important;
}
.license-table{
    margin-top: 20px;
}

