body #customize-controls .control-section-upsell .accordion-section-title:hover,
body #customize-controls .control-section-upsell .accordion-section-title:focus {
    background-color: #fff;
}

body .control-section-upsell .accordion-section-title .button {
    margin-top: -4px;
    font-weight: 700;
    margin-left: 8px;
    border-color: #009688;
    background-color: #009688;
    color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

body .control-section-upsell .accordion-section-title .button:hover {
    background-color: #00BCD4;
}

body #accordion-section-theme_upsell {
    display: block !important;
}

body #accordion-section-theme_upsell h3 {
    background: #ff6c29 !important;
    background: linear-gradient(141deg,#ff6c29,#d21b46,#7a1ba6) !important;
    color: #fff !important;
    border-left: 0 !important;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-clip-path: polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,calc(100% - 10px) 100%,0 100%);
    clip-path: polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,calc(100% - 10px) 100%,0 100%);
}

/*Toggle Checkbox*/
.almighty-opt-switch .almighty-checkbox-label {
    display: inline-block;
    position: relative;
    width: 42px;
    height: 22px;
    border-radius: 100px;
    background: #DCDFE6;
    border: 1px solid #DCDFE6;
    overflow: hidden;
    -webkit-transition: all cubic-bezier(1, 0, 0, 1) 0.35s;
    -moz-transition: all cubic-bezier(1, 0, 0, 1) 0.35s;
    transition: all cubic-bezier(1, 0, 0, 1) 0.35s;
}
.almighty-opt-switch .almighty-checkbox-label:before {
    content: "";
    background: #fff;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    position: absolute;
    left: 2px;
    top: 50%;
    -webkit-transition: all cubic-bezier(1, 0, 0, 1) 0.35s;
    -moz-transition: all cubic-bezier(1, 0, 0, 1) 0.35s;
    transition: all cubic-bezier(1, 0, 0, 1) 0.35s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.almighty-opt-switch input[type="checkbox"]:checked + .almighty-checkbox-label {
    background: #F44336;
    border-color: #F44336;
}

.almighty-opt-switch input[type="checkbox"]:checked + .almighty-checkbox-label:before {
    left: calc(100% - 18px);
}

.almighty-opt-switch input[type="checkbox"] {
    display: none;
}

.almighty-opt-switch .almighty-label-text{
    float: right;
}



/* styling starts from here  */
.theme-tab-content {
    display: none;
    padding: 0 15px;
}
.theme-admin-wrapper {
    position: relative;
    background-color: white;
    width: 100%;
    max-width: 920px;
    margin: 150px auto 50px;
}
.theme-admin-logo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -5.8rem;
    border: 5px solid #fff;
    padding: 30px;
    background-color: #f1f1f1;
}
.theme-admin-logo .theme-branding-logo {
    max-width: 100%;
}
.theme-admin-logo .theme-version-info {
    display: inline-block;
    vertical-align: top;
    margin: 3px auto;
    padding: 0 5px;
    min-width: 43px;
    height: 20px;
    border-radius: 10px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}
.theme-admin-top {
    padding: 7rem 4rem 4rem;
    text-align: center;
}
.theme-admin-wrapper .theme-admin-top .theme-welcome-text {
    font-size: 32px;
}
.theme-admin-wrapper .theme-admin-top .theme-main-title {
    display: flex;
    font-size: 20px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
}
.theme-admin-top .theme-admin-button-block {
    margin: 30px auto 0;
}
.theme-admin-button {
    background-color: #f1f1f1;
    text-decoration: none;
    color: #555;
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: none;
    padding: 8px 18px;
    display: inline-block;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    text-transform: capitalize;
}
.theme-admin-wrapper .theme-admin-top .theme-admin-button {
    margin-right: -5px;
}
.theme-admin-wrapper .theme-admin-top .theme-admin-button:first-child {
    border-radius: 3rem 0 0 3rem;
}
.theme-admin-button:hover {
    background-color: #0085ba;
    color: white;
}
.theme-admin-wrapper .theme-admin-top .theme-admin-button:last-child {
    border-radius: 0 3rem 3rem 0;
    color: rgb(110, 175, 40);
}
.theme-admin-wrapper .theme-admin-top .theme-admin-button:last-child:hover {
    background-color: rgb(110, 175, 40);
    color: white;
}
.theme-admin-wrapper
.theme-admin-bottom
.theme-admin-getting-started
.theme-admin-button {
    min-width: 130px;
    text-align: center;
}
.theme-admin-wrapper .theme-admin-bottom {
    padding-bottom: 6rem;
}
.theme-admin-bottom .theme-admin-tab {
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
.theme-admin-wrapper .theme-admin-tab ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.theme-admin-wrapper .theme-admin-tab ul li {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.2);
    flex: 1 auto;
    text-align: center;
    text-transform: capitalize;
    padding: 0.8rem 0;
    margin-right: -1px;
    background-color: #f1f1f1;
    color: #57505e;
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    font-size: 1.5rem;
    font-weight: 500;
    cursor: pointer;
}
.theme-admin-wrapper .theme-admin-tab ul li:hover {
    border-top: 2px solid #0085ba;
    background-color: #fff;
}
.theme-admin-wrapper .theme-admin-tab li.active-tab {
    border-top: 2px solid #0085ba;
    background-color: #fff;
    border-bottom: none;
}
.theme-admin-wrapper .theme-admin-tab li:first-child {
    border-left: none;
}
.theme-admin-wrapper .theme-admin-tab li:last-child {
    background-color: rgb(110, 175, 40);
    border-top: rgb(110, 175, 40);
    color: #fff;
    border-right: none;
}
.theme-admin-wrapper .theme-admin-tab li:last-child:hover {
    background-color: #fff;
    color: rgb(110, 175, 40);
    border-top: 2px solid rgb(110, 175, 40);
}
.theme-admin-wrapper .theme-admin-tab li:last-child.active-tab {
    border-top: 2px solid rgb(110, 175, 40);
    background: transparent;
    color: rgb(110, 175, 40);
}
.theme-admin-wrapper .theme-admin-bottom .theme-admin-item {
    display: flex;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f0f0f1;
}
.theme-admin-wrapper .theme-admin-bottom .theme-admin-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.theme-icon-item {
    margin-right: 2.8rem;
    font-size: 1.8rem;
    display: inline-block;
    height: 100%;
    text-transform: capitalize;
    font-weight: 500;
}
.theme-icon-item i {
    font-size: 3rem;
}
.theme-admin-text {
    margin-bottom: 1.5rem;
}
.theme-admin-bottom .theme-tab-wrapper .theme-admin-content .entry-title {
    margin-top: 0;
}
.theme-admin-wrapper .theme-admin-footer {
    text-align: center;
    padding: 6rem 9rem;
    background-color: #f5f7f9;
}
/* free vs pro section  */
.theme-admin-freevspro {
    border: 1px solid #ccc;
    margin: 0 15px;
}
.theme-admin-freevspro.theme-tab-content {
    padding: 0;
}
.theme-admin-freevspro.theme-tab-content ul {
    margin-bottom: 0;
}
.theme-admin-freevspro .table-data {
    border-bottom: 1px solid #ccc;
}
.theme-admin-freevspro ul li {
    font-size: 15px;
    margin: 0;
}
.theme-admin-freevspro .table-data {
    display: flex;
    align-items: center;
    padding: 2rem 0;
}
.theme-admin-freevspro .table-data .theme-table-detail {
    font-weight: 600;
}
.table-data li:first-child {
    width: 40%;
    padding-left: 3rem;
}
.table-data li:first-child span:first-child {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0.4rem;
}
.table-data li:first-child ~ li {
    width: 30%;
    text-align: center;
}
.table-data li:last-child {
    padding-right: 3rem;
}
.table-data.theme-equal-half {
    justify-content: space-between;
}
.table-data.theme-equal-half li:last-child {
    text-align: right;
}
.cross,
.check {
    font-size: 26px;
}
.cross {
    color: red;
}
.check {
    color: green;
}
.table-item:last-child .table-data {
    border-bottom: none;
}
.theme-freevspro-button {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 12px 25px;
    font-weight: 600;
    color: #fff;
    background-color: rgb(110, 175, 40);
}
.theme-freevspro-button:hover {
    background-color: rgb(110, 185, 40);
}
.table-item:nth-child(even) {
    background-color: #fafafa;
}
.table-item:nth-child(2) ul li {
    font-weight: 800;
    color: black;
}
@media (max-width: 575px) {
    .theme-admin-top .theme-admin-button-block .theme-admin-button:first-child,
    .theme-admin-top .theme-admin-button-block .theme-admin-button:nth-child(3) {
        display: none;
    }
    .theme-admin-top .theme-admin-button-block .theme-admin-button:last-child {
        border-radius: 0;
    }
}
