.clear {
    clear: both;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.margin-t30 {
    margin-top: 30px;
}

.itc_title {
    margin: 20px 0 10px;
}

.itc_title_bold {
    margin: 20px 0 10px;
    font-size: 14px;
    font-weight: 600;
    display: block;
}

.itc_other_plugin_title {
    text-decoration: none;
}

.itc_other_plugin_title span {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #007cba;
    display: block;
    text-decoration: none;
}

.itc_bottom_logo {
    max-width: 260px;
    margin: 20px 0 0 0;
}

.itc_other_plugin_logo {
    max-height: 60px;
    margin: 10px 0;
}


/* .itc_btn_sm {
    font-size: 12px!important;
} */

.itc_bg {
    background-color: #fff;
    padding: 10px 20px;
}

.itc_width_xs {
    width: 25%;
}

.itc_width_xsp {
    width: 40%;
}

.menu_tbl_heading_pwd {
    min-width: 150px;
}

.itc_width_md {
    width: 50%;
}

.itc_width_lg {
    width: 80%;
}

table.itc_table th {
    vertical-align: middle;
    padding: 10px 10px;
    line-height: normal;
    font-size: 15px;
}

table.itc_table td {
    vertical-align: middle;
    padding: 10px 10px;
    line-height: normal;
    font-size: 15px;
}

.itc_other_plugin_list .itc_other_plugin_list_item:first-child {
    margin-left: 0;
}

.itc_other_plugin_list .itc_other_plugin_list_item {
    width: 220px;
    background: #fff;
    padding: 10px 20px 60px;
    float: left;
    margin: 0 5px;
    list-style: none;
    min-height: 222px;
    position: relative;
}

.itc_other_plugin_btn {
    position: absolute;
    bottom: 15px;
}

.itc_dashicon:before {
    font-size: 32px;
}

.form-switch {
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.form-switch i {
    position: relative;
    display: inline-block;
    margin-right: .5rem;
    width: 46px;
    height: 26px;
    background-color: #e6e6e6;
    border-radius: 23px;
    vertical-align: text-bottom;
    transition: all 0.3s linear;
}

.form-switch i::before {
    content: "";
    position: absolute;
    left: 0;
    width: 42px;
    height: 22px;
    background-color: #fff;
    border-radius: 11px;
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all 0.25s linear;
}

.form-switch i::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 11px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
    transform: translate3d(2px, 2px, 0);
    transition: all 0.2s ease-in-out;
}

.form-switch:active i::after {
    width: 28px;
    transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked+i::after {
    transform: translate3d(16px, 2px, 0);
}

.form-switch input {
    display: none;
}

.form-switch input:checked+i {
    background-color: #4BD763;
}

.form-switch input:checked+i::before {
    transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}

.form-switch input:checked+i::after {
    transform: translate3d(22px, 2px, 0);
}