/* The switch - the box around the slider */
.rt-switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 30px;
}

.rt-switch input {
    display: none;
}

.rt-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #EDF2F7;
    -webkit-transition: .4s;
    transition: .4s;
}

.rt-slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    top: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.rt-slider:before {
    background-color: #fff;
}

input:checked+.rt-slider {
    background-color: #6BBD6E;
}

/* input:focus + .rt-slider {
  
  } */

input:checked+.rt-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.rt-slider.rt-round {
    border-radius: 50px;
}

.rt-slider.rt-round:before {
    border-radius: 50px;
}

.rt-containter .dashicons {
    font-size: 32px;
    margin-top: -7px;
    margin-right: 1px;
}

.rt-area {
    width: 100%;
    height: 140px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #e4ecf3;
    border-radius: 15px;
    background-color: #fff;
    box-sizing: border-box;
}

.rt-area.disabled {
    background-color: #EDF2F7;
    border: 1px solid #EDF2F7;
    color: #999;
}

/* Tooltip container */
.rt-tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.rt-tooltip .rt-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;
}

.rt-tooltip:hover .rt-tooltiptext {
    visibility: visible;
}

.rt-tooltip .rt-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;
}
.rt-tooltip-after {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
}
.rt-tooltip-after img {
    width: 430px;
    height: auto;
}
.rt-tooltip a {
    color: #fff;
}

/* The alert message box */
.rt-alert {
    position: relative;
    padding: 10px 20px;
    border-radius: 50px;
    margin: 10px 0 5px;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
}

.rt-alert a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px dotted;
}

.rt-alert.rt-success {
    background-color: #6BBD6E;
}

.rt-alert.rt-warning {
    background-color: #FFAA2C;
}

.rt-alert.rt-info {
    background-color: #47A8F5;
}

.rt-alert.danger {
    background-color: #e9656b;
}
.rt-alert.rt-square {
    border-radius: 15px;
}
/* The close button */
.closebtn {
    position: absolute;
    top: 13px;
    right: 15px;
    color: white;
    font-weight: bold;
    font-size: 22px;
    line-height: 12px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

.rt-note {
    background-color: #f7fafd;
    border: 3px solid #EDF2F7;
    padding: 10px 20px;
    border-radius: 15px;
    font-weight: 500;
    box-shadow: 5px 5px 0 #EDF2F7;
}

.rt-note a {
    text-decoration: none;
}

.rt-note.btn a {
    color: #fff;
    padding: 10px 15px;
    background-color: #6BBD6E;
    border-radius: 0;
    text-decoration: none;
    /* line-height: 330%; */
    border-radius: 50px;
}

.rt-note.border {
    text-align: center;
    border: 2px dashed #fff;
}

.rt-note .note-link {
    color: red;
    font-style: italic;
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding-bottom: 3px;
}

.rt-note .note-link:hover {
    color: #3c963f;
}

.rt-containter {
    font-size: 15px;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    padding: 30px;
}

.rt-containter h2 {
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
}

.rt-containter p {
    font-size: 15px;
}

.rt-containter .rt-field {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #e4ecf3;
    border-radius: 50px;
    background-color: #fff;
    box-sizing: border-box;
}

.rt-containter .rt-select {
    width: 100%;
    max-width: 100%;
    padding: 5px 10px;
    border: 1px solid #e4ecf3;
    border-radius: 50px;
    background-color: #fff;
    box-sizing: border-box;
}

.rt-containter .rt-field.readonly, .rt-containter .rt-select.readonly {
    background: #eee;
}


.rt-faq {
    margin-top: 20px;
}

.faq-container {
    margin: 8px 0;
    padding: 12px 20px;
    background-color: #fff;
    border-radius: 0;
    box-sizing: border-box;
}

.rt-q {
    font-weight: 700;
    line-height: 140%;
    margin: 10px 0;
}

.rt-a {
    line-height: 140%;
    margin: 10px 0;
}

.rt-column {
    float: left;
    padding: 10px 0;
}

.rt-column.col-9 {
    width: 75%;
}

.rt-column.col-8 {
    width: 66.66666666666667%;
}

.rt-column.col-6 {
    width: 50%;
}

.rt-column.col-4 {
    width: 33.33333333333333%;
}

.rt-column.col-3 {
    width: 25%;
}
.rt-column.col-2 {
    width: 16.66666666666667%;
}

.rt-column.col-12 {
    width: 100%;
}

.rt-row:after {
    content: "";
    display: table;
    clear: both;
}

.rt-label {
    font-size: 14px;
    font-weight: 700;
    line-height: 180%;
}

.rt-label:after {
    content: ":";
}

.rt-label.no-colon:after {
    content: "";
}

.rt-main {
    margin-right: 20px;
    font-size: 15px;
}

.rt-sidebar {
    width: 100%;
    padding: 15px 0 0 7px;
    box-sizing: border-box;
}

.rt-sidebar .box {
    background-color: #f7fafd;
    padding: 5px 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 3px solid #EDF2F7;
    border-radius: 15px;
    box-shadow: 5px 5px 0 #EDF2F7;
}

.rt-sidebar .box p {
    font-size: 14px;
}

.rt-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: 50px;
}

.rt-btn:hover {
    background-color: #3c963f;
    color: #fff;
}

.rt-a ul li {
    list-style-type: square;
}

.rt-a li {
    margin-left: 18px;
    padding: 5px;
}

.rt-tooltip-link {
    color: #fff;
    /* display: inline-block; */
    float: right !important;
}

/* Notice */
.rt-notice {
    padding: 10px;
}

.rt-p,
.rt-form-notice,
.rt-field-notice,
.rt-btn-notice,
.rt-clear-notice {
    display: inline-block;
}

.rt-field-notice {
    padding: 7px;
    border: 2px solid #ddd;
    border-radius: 0px;
    background-color: #fff;
    box-sizing: border-box;
}

.rt-btn-notice {
    background-color: #6BBD6E;
    border: none;
    color: #fff;
    padding: 8px;
    border-radius: 15px;
}

.rt-switch-radio {
    overflow: hidden;
    display: inline;
}

.rt-switch-radio:after {
    content: '';
    display: table;
    clear: both;
}

.switch-title {
    margin-bottom: 6px;
}

.rt-switch-radio input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.rt-switch-radio label {
    float: left;
}

.rt-switch-radio label {
    display: inline-block;
    min-width: 60px;
    background-color: #EDF2F7;
    color: rgba(0, 0, 0, 0.9);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 10px 12px;
    /* border: 1px solid rgba(0, 0, 0, 0.2); 
  -webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.5), 0 0px rgba(255, 255, 255, 0.1); */
    -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;
}

.rt-switch-radio label:hover {
    cursor: pointer;
}

.rt-switch-radio input:checked+label {
    background-color: #ce4444;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.rt-switch-radio input:checked+label:first-of-type {
    background-color: #6BBD6E;
}

.rt-switch-radio input:checked+label:last-of-type {
    background-color: #cbd5e0;
}

.rt-switch-radio label:first-of-type {
    border-radius: 50px 0 0 50px;
    border-right: 1px solid #e0e7ee;
}

.rt-switch-radio label:last-of-type {
    border-radius: 0 50px 50px 0;
    border-left: 1px solid #edf2f7;
}

.rt-switch-radio.dual-btns label:last-of-type {
    border-left: 0px solid #e2e8f0;
}

.rt-switch-radio .rt-tooltip {
    margin-top: 8px;
    margin-left: 3px;

}

.rt-switch-radio .rt-tooltip .rt-tooltiptext {
    width: 400px;
    font-size: 12px;
    padding: 10px 15px;
}

.rt-switch-radio.dual-btns .rt-tooltip .rt-tooltiptext {
    width: 470px;
}
/* RT SWITCH POST OPTIONS */
#rt_post_options .rt-switch-radio label:last-child {
    width: auto;
}
#rt_post_options .rt-switch-radio input:checked + label:first-of-type {
  background-color: #CE4444;
}

.rt-tools {
    background-color: #edf2f7;
    padding: 5px;
    border-radius: 15px;
}
.rt-link-box {
    background-color: #f7fafd;
    font-size: 11px;
    margin: 10px 5px;
    padding: 5px 20px 20px;
    border-radius: 12px;
}
.rt-link-box p {
    font-size: 14px;
}
.rt-link-box p:after {
    display: table;
    content: '';
    clear: both;
}
.rt-link-box h3 {
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.rt-link-box img {
    float: left;
    width: auto;
    height: 70px;
    margin-right: 8px;
    /*border: 1px solid #ddd;*/
}

.rt-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: 50px;
}

.rt-overlay {
    position: relative;
    display: block;
    margin-bottom: 4px
}

.rt-overlay-bg {
    position: absolute;
    background-color: rgba(203, 213, 224, 0.8);
    width: 97%;
    height: 100%;
    border-radius: 12px;
    margin-left: 5px;
}

.rt-overlay-bg h2 {
    position: absolute;
    top: 48%;
    left: 15%;
    font-size: 30px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
}

.rt-overlay-bg h2 span {
    padding-right: 10px;
    font-size: 36px !important;
}

.rt-column.col-8>span {
    font-size: 13px;
}

.rt-segment {
    padding: 20px 30px;
    border-radius: 15px;
    border: 3px solid #EDF2F7;
    box-shadow: 5px 5px 0 #EDF2F7;
    margin: 30px 0;
}

.nav-tab {
    background-color: #EDF2F7;
    border: 1px solid #e6edf5;
    border-radius: 6px 6px 0  0;
}

.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;
}

.rt-column.col-8 span {
    font-size: 12px;
}

.rt-growth table {
    width: 46%;
    background: #fff;
    border: 1px solid #ccc;
    margin: 20px 0;
    font-size: 18px;
    font-weight: 700;
}
.rt-growth table a {
    font-weight: 500;
    text-decoration: none;
}
.rt-growth table td {
    border-bottom: 1px solid #ccc;
    padding: 15px;
}

.rt-growth {
    margin-top: 20px;
}
.rt-growth:after {
    content: "";
    display: table;
    clear: both;
}
.rt-growth ul {
    width: calc(25% - 16px);
    float: left;
    background-color: #fff;
    margin: 5px;
    padding: 10px 0 0;
    border-radius: 15px;
    border: 3px solid #EDF2F7;
}
.rt-growth ul li {
    padding: 5px 15px 15px;
    border-bottom: 1px solid #eee;
}
.rt-growth ul li a {
    text-decoration: none;
}
.rt-growth ul li:last-of-type {
    padding-bottom: 10px;
    border-bottom: 0px;
}
.rt-growth ul .rt-btn {
	border-radius: 0!important;
}

.rt-submit {
    display: none;
    position: sticky;
    bottom: 0;
    width: calc(100% - 5px);
    background-color: #fff;
    margin: 0 0 15px;
    padding: 5px 0 10px;
}
.rt-submit.enabled {
    display: block;
}
.rt-submit .button-primary {
    padding: 3px 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
}