/* The switch - the box around the slider */
.pctag-switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 30px;
}

.pctag-switch input {
    display: none;
}

.pctag-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #EDF2F7;
    -webkit-transition: .4s;
    transition: .4s;
}

.pctag-slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    top: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.pctag-slider:before {
    background-color: #fff;
}

input:checked+.pctag-slider {
    background-color: #6BBD6E;
}

/* input:focus + .pctag-slider {
  
  } */

input:checked+.pctag-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.pctag-slider.pctag-round {
    border-radius: 50px;
}

.pctag-slider.pctag-round:before {
    border-radius: 50px;
}

.pctag-containter .dashicons {
    font-size: 32px;
    margin-top: -7px;
    margin-right: 1px;
}

.pctag-area {
    width: 100%;
    height: 90px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #e4ecf3;
    border-radius: 0;
    background-color: #fff;
    box-sizing: border-box;
}

.pctag-input {
    width: 100%;
    padding: 5px 10px!important;
    box-sizing: border-box;
    border: 1px solid #e4ecf3!important;
    border-radius: 0!important;
    background-color: #fff;
    box-sizing: border-box;
}
.pctag-input::placeholder {
    color: #ccc;
}

.pctag-area.disabled {
    background-color: #EDF2F7;
    border: 1px solid #EDF2F7;
    color: #999;
}

/* Tooltip container */
.pctag-tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.pctag-tooltip .pctag-tooltiptext {
    visibility: hidden;
    width: 570px;
    background-color: #444444;
    font-size: 12px;
    color: #fff;
    text-align: left;
    padding: 10px 15px;
    border-radius: 0;
    position: absolute;
    top: -12px;
    left: 190%;
    z-index: 1;
}

.pctag-tooltip:hover .pctag-tooltiptext {
    visibility: visible;
}

.pctag-tooltip .pctag-tooltiptext::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%;
    /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #444444 transparent transparent;
}

.pctag-tooltip a {
    color: #fff;
}

/* The alert message box */
.pctag-alert {
    position: relative;
    padding: 8px 10px;
    border-radius: 0;
    margin: 10px 0 5px;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
}

.pctag-alert a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px dotted;
}

.pctag-alert.pctag-success {
    background-color: #6BBD6E;
    box-shadow: 3px 3px 0 #EDF2F7;
}

.pctag-alert.pctag-warning {
    background-color: #FFAA2C;
    box-shadow: 3px 3px 0 #EDF2F7;
}

.pctag-alert.pctag-info {
    background-color: #47A8F5;
    box-shadow: 3px 3px 0 #EDF2F7;
}

.pctag-alert.danger {
    background-color: #e9656b;
    box-shadow: 3px 3px 0 #EDF2F7;
}
/* The close button */
.closebtn {
    position: absolute;
    top: 11px;
    right: 10px;
    color: white;
    font-weight: bold;
    font-size: 22px;
    line-height: 12px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

.pctag-note {
    background-color: #f7fafd;
    border: 1px solid #EDF2F7;
    padding: 10px 20px;
    border-radius: 0;
    font-weight: 500;
    box-shadow: 3px 3px 0 #EDF2F7;
}

.pctag-note a {
    text-decoration: none;
}

.pctag-note.btn a {
    color: #fff;
    padding: 10px 15px;
    background-color: #6BBD6E;
    border-radius: 0;
    text-decoration: none;
    line-height: 330%;
}

.pctag-note.border {
    text-align: center;
    border: 2px dashed #fff;
}

.pctag-note .note-link {
    color: red;
    font-style: italic;
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding-bottom: 3px;
}

.pctag-note .note-link:hover {
    color: #3c963f;
}

.pctag-containter {
    font-size: 15px;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    padding: 30px;
}

.pctag-containter h2 {
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
}

.pctag-containter p {
    font-size: 15px;
}

.pctag-containter .pctag-field {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #e4ecf3;
    border-radius: 0;
    background-color: #fff;
    box-sizing: border-box;
}

.pctag-containter .pctag-field.readonly {
    background: #eee;
}

.pctag-faq {
    margin-top: 20px;
}

.faq-container {
    margin: 8px 0;
    padding: 12px 20px;
    background-color: #fff;
    border-radius: 0;
    box-sizing: border-box;
}

.pctag-q {
    font-weight: 700;
    line-height: 140%;
    margin: 10px 0;
}

.pctag-a {
    line-height: 140%;
    margin: 10px 0;
}

.pctag-column {
    float: left;
    padding: 10px 0;
    margin-right: 15px;
}
[class*=col-]:last-of-type { margin-right: -15px; }
.pctag-column.col-9 {
    width: calc(75% - 15px);
}

.pctag-column.col-8 {
    width: calc(66.66666666666667% - 15px);
}

.pctag-column.col-6 {
    width: calc(50% - 10px);
}
.pctag-column.col-5 {
    width: 41.66667%;
}
.pctag-column.col-4 {
    width: calc(33.33333333333333% - 15px);
}

.pctag-column.col-3 {
    width: calc(25% - 15px);
}
.pctag-column.col-3 {
    width: calc(16.66666% - 15px);
}
.pctag-column.col-12 {
    width: 100%;
}

.pctag-row:after {
    content: "";
    display: table;
    clear: both;
}

.pctag-label {
    font-size: 15px!important;
    font-weight: 700;
    line-height: 180%;
}

.pctag-label:after {
    content: ":";
}

.pctag-label.no-colon:after {
    content: "";
}

.pctag-main {
    margin-right: 20px;
    font-size: 15px;
}

.pctag-sidebar {
    width: 100%;
    padding: 15px 0 0 7px;
    box-sizing: border-box;
}

.pctag-sidebar .box {
    background-color: #f7fafd;
    padding: 5px 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #EDF2F7;
    border-radius: 0;
    box-shadow: 3px 3px 0 #EDF2F7;
}

.pctag-sidebar .box p {
    font-size: 14px;
}

.pctag-btn {
    background-color: #6BBD6E;
    border: none;
    color: #fff;
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 0;
    cursor: pointer; 
}

.pctag-btn:hover {
    background-color: #3c963f;
    color: #fff;
}
.pctag-btn.pctag-add {
    padding: 9px 18px; 
    width: calc(100% - 20px); 
    margin: 10px 0;
}

.pctag-btn.pctag-remove {
    background-color: #eb2355;
    padding: 8px 10px;
}
.pctag-btn.pctag-remove:hover {
    background-color: #af2144;
}
.pctag-btn.pctag-remove svg {
    width: 20px;
    height: 20px;
}

.pctag-a ul li {
    list-style-type: square;
}

.pctag-a li {
    margin-left: 18px;
    padding: 5px;
}

.pctag-tooltip-link {
    color: #fff;
    /* display: inline-block; */
    float: right !important;
}

/* Notice */
.pctag-notice {
    padding: 10px;
}

.pctag-p,
.pctag-form-notice,
.pctag-field-notice,
.pctag-btn-notice,
.pctag-clear-notice {
    display: inline-block;
}

.pctag-field-notice {
    padding: 7px;
    border: 2px solid #ddd;
    border-radius: 0px;
    background-color: #fff;
    box-sizing: border-box;
}

.pctag-btn-notice {
    background-color: #6BBD6E;
    border: none;
    color: #fff;
    padding: 8px;
    border-radius: 0px;
}

.pctag-switch-radio {
    overflow: hidden;
    display: inline;
}

.pctag-switch-radio:after {
    content: "";
    display: table;
    clear: both;
}

.switch-title {
    margin-bottom: 6px;
}

.pctag-switch-radio input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.pctag-switch-radio label {
    float: left;
    background-color: #EDF2F7;
    color: rgba(0, 0, 0, 0.9);
    font-size: 14px;
    font-weight: 700;
    color: #777;
    text-align: center;
    text-shadow: none;
    padding: 10px 15px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.pctag-switch-radio label:hover {
    cursor: pointer;
}

.pctag-switch-radio input:checked+label {
    background-color: #6BBD6E;
    color: #fff;
}

/* .pctag-switch-radio label:first-of-type {
    border-radius: 50px 0 0 50px;
    border-left: 1px solid #ddd;
}

.pctag-switch-radio label:last-of-type {
    border-radius: 0 50px 50px 0;
    border-right: 1px solid #ddd;
} */

.pctag-switch-radio input:checked+label:last-of-type {
    background-color: #95a7b9;
}

.pctag-switch-radio label.pctag-disabled {
    background-color: #cbcbcb;
    color: #666;
}

.pctag-switch-radio .pctag-tooltip {
    margin-top: 8px;
    margin-left: 3px;

}

.pctag-switch-radio .pctag-tooltip .pctag-tooltiptext {
    width: 400px;
    font-size: 12px;
    padding: 10px 15px;
}

.link-box {
    /*background-color: #60dabf;*/
    background-color: #fff;
    margin: 5px;
    padding: 5px 20px 20px;
    border-radius: 0;
}

.link-box h3 {
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.link-box img {
    float: left;
    width: 75px;
    margin-right: 8px;
    /*border: 1px solid #ddd;*/
}

.link-btn {
    display: block;
    background-color: #0073aa;
    padding: 15px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    border-radius: 0;
}

.pctag-overlay {
    position: relative;
    display: block;
    margin-bottom: 4px
}

.pctag-overlay-bg {
    position: absolute;
    /*background-color: rgba(20, 111, 91, 0.8);*/
    background-color: rgba(70, 70, 70, 0.8);
    width: 99%;
    height: 100%;
    border-radius: 0;
    margin-left: 5px;
}

.pctag-overlay-bg h2 {
    font-size: 30px;
    color: #f1f1f1;
    text-transform: uppercase;
    text-align: center;
    margin-top: 210px;
}

.pctag-overlay-bg h2 span {
    padding-right: 10px;
    font-size: 36px !important;
}

.pctag-column.col-8>span {
    font-size: 13px;
}

.pctag-segment {
    padding: 20px 30px;
    border-radius: 0;
    border: 1px solid #EDF2F7;
    box-shadow: 3px 3px 0 #EDF2F7;
    margin: 30px 0;
}

.nav-tab {
    background-color: #EDF2F7;
    border: 1px solid #e6edf5;
}
.nav-tab.nav-tab-active {
    background-color: #f7fafd;
    border: 1px solid #EDF2F7;
}
.nav-tab.nav-tab-active:hover {
    background-color: #EDF2F7;
}
.nav-tab-wrapper, .wrap h2.nav-tab-wrapper, h1.nav-tab-wrapper {
    border-bottom: 3px solid #EDF2F7;
    margin-top: -3px;
}

.pctag-column.col-8 span {
    font-size: 12px;
}