.mrstar-visitor-count-settings-page-wrapper {
	padding: 20px;
	background-color: #ffffff;
	margin: 20px 20px 0px 0px;
}
.mvc-header-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.mvc-page-title {
    font-size: 26px;
    color: #0f172a;
    line-height: 30px;
    margin: 0px;
    font-weight: 700;
}
.mvc-page-subtitle {
    font-size: 15px;
    color: #64748b;
    line-height: 21px;
    margin: 7px 0px;
}
.mvc-shortcode-label {
	color: #0f172a;
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    margin: 0px;
    background-color: #f5f7ff;
    padding: 8px 14px;
    border-radius: 50px;
}
.mvc-shortcode {
    background-color: #f5f7ff;
    user-select: all;
}
.mvc-separator {
    margin: 15px 0px 25px 0px;
    border-top: 0px;
    border-bottom: 1px solid #e2e8f0;
}
.mvc-separator-2 {
    margin: 30px 0px 25px 0px;
    border-top: 0px;
    border-bottom: 1px solid #e2e8f0;
}
.mvc-body-wrapper {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 30px;
}
.mvc-body-wrapper .mvc-body-column:first-child {
    width: 70%;
	border-right: 1px solid #e2e8f0;
    padding-right: 30px;
}
.mvc-body-wrapper .mvc-body-column:last-child {
    width: 30%;
}
.shortcode-setting {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.mrstar-toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e2e8f0;
    padding: 8px 16px;
    border-radius: 10px;
	width: 29%;
}
.mrstar-toggle-label {
    font-weight: 500;
	color: #0f172a;
}
.mrstar-toggle {
    margin-bottom: -4px;
}
.mrstar-toggle input {
    display: none;
}
.mrstar-toggle label {
    cursor: pointer;
}
.mrstar-toggle-slider {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 22px;
    background: #ccd0d4;
    border-radius: 22px;
    transition: background 0.3s;
}
.mrstar-toggle-slider::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 2px;
    left: 2px;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.3s;
}
.mrstar-toggle input:checked + label .mrstar-toggle-slider {
    background: #5f7cee;
}
.mrstar-toggle input:checked + label .mrstar-toggle-slider::before {
    transform: translateX(20px);
}
.mvc-section-title {
    font-size: 17px;
    color: #0f172a;
    line-height: 27px;
    margin: 0px;
    font-weight: 700;
}
.mvc-section-subtitle {
    font-size: 13px;
    color: #64748b;
    line-height: 21px;
    margin: 0px 0px 15px 0px;
}
.mrstar-visitor-count-settings-page-wrapper .button-mvc {
    background: #5f7cee;
    color: #fff;
    border-color: #5f7cee;
	margin-top: 30px;
}
.mrstar-visitor-count-settings-page-wrapper .button-mvc:hover {
    background: #ffffff;
    color: #5f7cee;
    border-color: #5f7cee;
}
.mrstar-vc-data-boxes {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.mrstar-vc-box {
    border-radius: 5px;
    padding: 15px;
    background-color: #F5F7FF;
    width: 24%;
    box-sizing: border-box;
}
.mrstar-vc-box-header {
    margin: 0px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #0f172a;
}
.mrstar-vc-box-body {
    color: #5f7cee;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin: 10px 0px;
}
.mrstar-vc-box-footer {
    font-size: 11px;
	color: #64748b;
    margin: 0px;
}
.form-table.mvc-table td {
    padding: 0px !important;
}
.form-table.mvc-table input[type=number],
.form-table.mvc-table input[type=date] {
    border-color: #dee2e6 !important;
    padding: 7px 12px;
    width: 100%;
}
.form-table.mvc-table input[type=number]:focus,
.form-table.mvc-table input[type=date]:focus {
        box-shadow: 0 0 0 1px #5f7cee !important;
}
.form-table.mvc-table input[type=number]::-webkit-inner-spin-button,
.form-table.mvc-table input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button;
    display: block;
    opacity: 1;
}
.form-table.mvc-table input[type=number] {
    -moz-appearance: number-input;
}