@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.nav-tabs {
    float: left;
    width: 100%;
    margin: 0;
    list-style-type: none;
    border-bottom: 1px solid transparent;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.5;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    float: left;
    text-decoration: none;
    font-weight: bold;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border-color: transparent;
}
.tab-content {
    margin-right: 40px;
}
.tab-content > .tab-pane {
    float: left;
    width: 98%;
    display: none;
}

.tab-content > .tab-pane.active {
    display: block;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 4px -2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 4px -2px rgba(0, 0, 0, 0.15);
}

div.ui-toggle {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

div.ui-toggle input[type="checkbox"] {
    display: none;
}

div.ui-toggle input[type="checkbox"]:checked + label {
    border-color: #009eea;
    background: #009eea;
    -webkit-box-shadow: inset 0 0 0 10px #009eea;
    box-shadow: inset 0 0 0 10px #009eea;
}


div.ui-toggle input[type="checkbox"]:checked + label > div {
    margin-left: 19px;
}
div.ui-toggle label {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    display: inline-block;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #8c8c8c;
    -webkit-box-shadow: inset 0 0 0 0 #009eea;
    box-shadow: inset 0 0 0 0 #009eea;
    border: 2px solid #8c8c8c;
    border-radius: 22px;
    width: 40px;
    height: 20px;
}

div.ui-toggle label div {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    background: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 10px;
}

div.ui-toggle label:hover,
div.ui-toggle label > div:hover {
    cursor: pointer;
}

.cpt-table {
    width: 100%;
    border-spacing: 5px;
    text-align: left;
}

.cpt-table,
.cpt-table th,
.cpt-table td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 10px;
}

.cpt-table th {
    background-color: #f5f5f5;
}

.text-center {
    text-align: center;
}

.inline-block {
    display: inline-block;
}

/* Pretty printing styles. Used with prettify.js. */

/* Vim sunburst theme by David Leibovic */
pre .str,
code .str {
    color: #65b042;
}

/* string  - green */
pre .kwd,
code .kwd {
    color: #e28964;
}

/* keyword - dark pink */
pre .com,
code .com {
    color: #aeaeae;
    font-style: italic;
}

/* comment - gray */
pre .typ,
code .typ {
    color: #89bdff;
}

/* type - light blue */
pre .lit,
code .lit {
    color: #3387cc;
}

/* literal - blue */
pre .pun,
code .pun {
    color: #fff;
}

/* punctuation - white */
pre .pln,
code .pln {
    color: #fff;
}

/* plaintext - white */
pre .tag,
code .tag {
    color: #89bdff;
}

/* html/xml tag    - light blue */
pre .atn,
code .atn {
    color: #bdb76b;
}

/* html/xml attribute name  - khaki */
pre .atv,
code .atv {
    color: #65b042;
}

/* html/xml attribute value - green */
pre .dec,
code .dec {
    color: #3387cc;
}

/* decimal - blue */
pre.prettyprint,
code.prettyprint {
    background-color: #000;
    border-radius: 8px;
}

pre.prettyprint {
    width: 95%;
    margin: 1em auto;
    padding: 1em;
    white-space: pre-wrap;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
    margin-top: 0;
    margin-bottom: 0;
    color: #aeaeae;
}

/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
    list-style-type: none;
}

/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
}

@media print {
    pre .str,
    code .str {
        color: #060;
    }

    pre .kwd,
    code .kwd {
        color: #006;
        font-weight: bold;
    }

    pre .com,
    code .com {
        color: #600;
        font-style: italic;
    }

    pre .typ,
    code .typ {
        color: #404;
        font-weight: bold;
    }

    pre .lit,
    code .lit {
        color: #044;
    }

    pre .pun,
    code .pun {
        color: #440;
    }

    pre .pln,
    code .pln {
        color: #000;
    }

    pre .tag,
    code .tag {
        color: #006;
        font-weight: bold;
    }

    pre .atn,
    code .atn {
        color: #404;
    }

    pre .atv,
    code .atv {
        color: #060;
    }
}

/* Additional CSS */
.button.delete.button-small {
    background: #b32d2e;
}

.wrap h1.wrap-title {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: bold;
    font-family: serif;
}
form#wpgreeks-edit-cpt-form #post_type,
form#wpgreeks-edit-tax-form #taxonomy {
    pointer-events: none;
    background: #f0f0f1;
}
.wrap #tab-2 ul {
    margin-left: 30px;
}
.wrap #tab-2 ul li {
    list-style-type: disclosure-closed;
}
textarea.widget-textarea {
    border-spacing: 0;
    width: 100%;
    clear: both;
    margin: 0;
    height: 100px;
    resize: none;
}

/* New CSS */

.WrapperArea {
    background: linear-gradient(180deg, #edffe3 20%, #fff 100%);
    padding: 30px;
    min-height: 100vh;
    margin: 0 0 0 -20px;
    font-family: "Poppins", sans-serif;
}

.Title {
    margin: 0 0 20px 0;
}

.Title h1 {
    margin: 0;
    line-height: 35px;
    font-weight: 700;
}

.CommonTabs {
    margin: 0 0 20px 0;
}

.CommonTabs .nav-tabs {
    float: none;
    display: flex;
}

.CommonTabs .nav-tabs li {
    float: none;
    margin: 0 10px 0 0;
}

.CommonTabs .nav-tabs li a {
    float: none;
    display: block;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius:24px 0 24px 0;
    margin: 0;
    padding: 12px 25px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0.4px;
    box-shadow: none;
}

.CommonTabs .nav-tabs li a:hover {
}

.CommonTabs .nav-tabs li.active a {
    background-color: #488729;
    border-color: #488729;
    color: #fff;
}

.CommonTabs .nav-tabs li.active a:hover {
}

.tab-content > .tab-pane {
    float: none;
    width: 100%;
    box-shadow: none;
    box-sizing: border-box;
}

.tab-content > .tab-pane.active {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0px 4px 15px 0px #ddd;
    border-radius:24px 0 24px 0;
    background-color: #fff;
}

.CommonTable {
}

.CommonTable h3 {
    margin: 0 0 20px 0;
    font-weight: 700;
    color: #000;
    font-size: 20px;
}

.CommonTable table {
    border: none;
}

.CommonTable table tr {
}

.CommonTable table tr th {
    padding: 13px 20px;
    background-color: #f5f5f5;
    border: none;
    font-size: 14px;
    letter-spacing: 0.4px;
    font-weight: 700;
}

.CommonTable table tr th:first-child {
    border-radius: 10px 0 0 10px;
}
.CommonTable table tr th:last-child {
    border-radius: 0px 10px 10px 0px;
}

.CommonTable table tr td {
    padding: 13px 20px;
    background-color: #ffffff;
    border: none;
    font-size: 14px;
    letter-spacing: 0.4px;
    text-transform: capitalize;
}

.CommonTable table tr td:first-child {
    border-radius: 10px 0 0 10px;
}
.CommonTable table tr td:last-child {
    border-radius: 0px 10px 10px 0px;
}

.CommonTable table tr td form .button {
    padding: 7px 20px !important;
    border-radius: 5px;
    font-size: 13px !important;
    min-height: auto !important;
    line-height: 22px !important;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.CommonTable table tr td form .button.button-primary {
    background-color: #488729;
}

.CommonTable table tr td form .button.delete {
    background-color: #cf0505;
}


.ManagerPost{}

.ManagerPost form{}

.ManagerPost form h2{
    margin: 0 0 10px 0;
    font-weight: 700;
    color: #000;
    font-size: 20px;
}

.ManagerPost form table{
    border: 1px solid #ddd;
    margin: 20px 0 0 0;
}

.ManagerPost form table tr{}

.ManagerPost form table tr th{
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    padding: 15px 20px;
}

.ManagerPost form table tr td{
    border-bottom: 1px solid #ddd;
    padding: 15px 20px;
}

.ManagerPost form table tr td input.regular-text{
    height: auto;
    box-shadow: none;
    padding: 11px 15px;
    border: 2px solid #4887293b;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    border-radius: 7px;
    margin: 0;
    line-height: 10px;
}

.ManagerPost form table tr td p.wpgreeks-field-description{
    display: block;
    font-size: 13px !important;
    font-weight: 500;
    color: #858585;
    letter-spacing: 0.2px;
}

.ManagerPost form table tr td .ui-toggle{
    display: inline-block;
    width: 30%;
    margin: 0 0 15px 0;
}

.ManagerPost form table tr td .ui-toggle strong{
    text-transform: capitalize;
}

.ManagerPost form table tr td .ui-toggle label{
    margin: 0 15px 0 0;
}

.ManagerPost form table tr td .ui-toggle label div{
    width: 14px;
    height: 14px;
    position: relative;
    top: 3px;
    left: 3px;
}

.ManagerPost form table tr td .ui-toggle input[type="checkbox"]:checked + label{
    background: #488729;
    border-color: #488729;
    box-shadow: none;
}

.ManagerPost form table tr td .ui-toggle input[type="checkbox"]:checked + label > div{margin-left: 19px;}

.ManagerPost form table+p.submit{}

.ManagerPost form table+p.submit .button{
    background-color: #488729;
    border-radius: 5px;
    padding: 10px 25px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.4px;
    font-size: 14px;
}

.ExportPost h3{
    margin: 0 0 10px 0;
    font-weight: 700;
    color: #000;
    font-size: 20px;
}

.ExportPost h4{
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #8d8a8a;
    font-style: italic;
}

.ExportPost pre{
    width: 100%;
    padding: 30px !important;
    box-sizing: border-box;
    margin: 0;
}

#wpfooter{ display:none; }
.WrapperAreapage {
    background-image: url(https://worksamples.website/prowler/wp-content/themes/prowler-pro-child/images/dots-aws.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    padding-bottom: 112px;
}



.ThanksBox{}

.ThanksBox article{}

.ThanksBox article p {
    color: #396724;
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 26px;
}

.ThanksBox aside{}

.ThanksBox aside h1 {
    color: #231F20;
    font-size: 68px;
    text-align: center;
    line-height: 110%;
    font-weight: bold;
}

.ThanksBox aside h2 {
    color: #396724;
    font-size: 22px;
    margin-bottom: 16px;
    line-height: 26px;
    font-weight: bold;
}

.ThanksBox aside h3{}

.ThanksBox aside ul {
    margin-left: 30px;
}

.ThanksBox aside ul li {
    color: #396724;
    font-size: 13px;
    list-style: square;
}

.ThanksBox aside ul li:before{ content:'' }

.AboutBox{}

.AboutBox h1{
  color: #231F20;
    font-size: 68px;
    line-height: 110%;
    text-align: center;
  font-weight:bold;
}

.AboutBox p{
  color: #396724;
    font-size: 18px;
    margin-bottom: 16px;
  line-height: 26px;
}

.AboutBox h6{
  color: #488729;
    line-height: normal;
    font-size: 35px;
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: bold;
}

.AboutBox ol{
  margin-left:50px;
}

.AboutBox ol li{
  color: #396724;
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 26px;
}

.AboutBox ol li strong {
    font-weight: bold;
}
.SettingsErrors {
    margin: 10px 0 20px 0px;
}
.SettingsErrors .settings-error {
    margin: 0px;
    border: 0;
    border-left: 10px solid #488729;
    box-shadow: 0px 4px 15px 0px #ddd;
}