﻿@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&family=DM+Mono:wght@300;400;500&display=swap');


/**
 * @license
 *
 * Font Family: Clash Display
 * Designed by: Indian Type Foundry
 * URL: https://www.fontshare.com/fonts/clash-display
 * © 2023 Indian Type Foundry
 *
 * Font Styles:
 * Clash Display Variable(Variable font)
 * Clash Display Extralight
 * Clash Display Light
 * Clash Display Regular
 * Clash Display Medium
 * Clash Display Semibold
 * Clash Display Bold
 *
*/


/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 700.0;
*
* available axes:

* 'wght' (range from 200.0 to 700.0)

*/

@font-face {
    font-family: 'ClashDisplay-Variable';
    src: url('../font/ClashDisplay-Variable.woff2') format('woff2'), url('../font/ClashDisplay-Variable.woff') format('woff'), url('../font/ClashDisplay-Variable.ttf') format('truetype');
    font-weight: 200 700;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'ClashDisplay-Extralight';
    src: url('../font/ClashDisplay-Extralight.woff2') format('woff2'), url('../font/ClashDisplay-Extralight.woff') format('woff'), url('../font/ClashDisplay-Extralight.ttf') format('truetype');
    font-weight: 200;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'ClashDisplay-Light';
    src: url('../font/ClashDisplay-Light.woff2') format('woff2'), url('../font/ClashDisplay-Light.woff') format('woff'), url('../font/ClashDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'ClashDisplay-Regular';
    src: url('../font/ClashDisplay-Regular.woff2') format('woff2'), url('../font/ClashDisplay-Regular.woff') format('woff'), url('../font/ClashDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'ClashDisplay-Medium';
    src: url('../font/ClashDisplay-Medium.woff2') format('woff2'), url('../font/ClashDisplay-Medium.woff') format('woff'), url('../font/ClashDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'ClashDisplay-Semibold';
    src: url('../font/ClashDisplay-Semibold.woff2') format('woff2'), url('../font/ClashDisplay-Semibold.woff') format('woff'), url('../font/ClashDisplay-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'ClashDisplay-Bold';
    src: url('../font/ClashDisplay-Bold.woff2') format('woff2'), url('../font/ClashDisplay-Bold.woff') format('woff'), url('../font/ClashDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

* {
    box-sizing: border-box;
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif !important;
}

html, body {
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.color-black {
    color: #000000;
}

.color-white {
    color: #FFFFFF;
}

.color-paragraph {
    color: #999999;
}

.color-blue {
    color: #1199C4;
}

.color-orange {
    color: #FE5C36;
}

.color-ash {
    color: #757575;
}
.color-ash-2 {
    color: #999999;
}
.color-ash-3 {
    color: #8C8C8C;
}

.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-26 {
    font-size: 26px;
}

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

.font-w-800 {
    font-weight: 800;
}

.font-w-700 {
    font-weight: 700;
}

.font-w-600 {
    font-weight: 600;
}

.font-w-500 {
    font-weight: 500;
}

.m-0 {
    margin: 0;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-12 {
    margin-top: 12px;
}
.mt-20 {
    margin-top: 20px;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-10 {
    margin-right: 10px;
}

.mr-11 {
    margin-right: 11px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-34 {
    margin-bottom: 34px;
}

.mb-80 {
    margin-bottom: 80px;
}

.ml-0 {
    margin-left: 0;
}

.ml-auto {
    margin-left: auto;
}

.ml-10 {
    margin-left: 10px;
}

.p-0 {
    padding: 0 !important;
}

.p-10 {
    padding: 10px;
}

.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-0 {
    padding-top: 0;
}
.pt-70 {
    padding-top: 70px;
}

.pr-0 {
    padding-right: 0;
}
.pr-15 {
    padding-right: 15px;
}
.pr-22 {
    padding-right: 22px !important;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-10 {
    padding-bottom: 10px;
}
.pb-100 {
    padding-bottom: 100px;
}

.pl-0 {
    padding-left: 0;
}
.pl-15 {
    padding-left: 15px;
}

.w-100 {
    width: 100%;
}

.list-style-none {
    list-style: none;
}

.overflow-y-auto {
    overflow-y: auto;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.d-flex {
    display: flex;
}

.d-none {
    display: none;
}

.border-none {
    border: none !important;
}

.btn-style-1 {
    text-decoration: none;
    background: #1198C5;
    border-radius: 3px;
    padding: 8px 26px;
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    border: 0;
    cursor: pointer;
    height: 35px;
    line-height: 18px;
    display: inline-block;
}

.btn-style-1:hover {
    color: #FFFFFF;
    background: #25a4cf;
}

.btn-style-1 a {
    color: #FFFFFF;
    text-decoration: none;
}

.btn-style-1:hover a {
    color: #FFFFFF;
    text-decoration: none;
}

.btn-style-1.small {
    padding: 5px 16px;
    height: 32px;
}

.btn-style-2 {
    text-decoration: none;
    background: #4A647D;
    border-radius: 3px;
    padding: 8px 26px;
    font-weight: 500;
    font-size: 14px !important;
    color: #FFFFFF !important;
    border: 0;
    cursor: pointer;
    height: 35px;
    line-height: 18px;
}

.btn-style-2:hover {
    color: #FFFFFF !important;
    background: #66798b;
}

.btn-style-3 {
    background: #FE5C36;
    border-radius: 3px;
    padding: 6px 15px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    border: 0;
    cursor: pointer;
    height: 44px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: 2px solid #FE5C36;
}

.btn-style-3:hover {
    color: #FFFFFF;
    background: #f7795c;
}

.btn-style-4 {
    display: inline-flex;
    padding: 13px 100px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: #D9413E;
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.12);
    color: #FFFFFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.8px;
    border: none;
}

.btn-style-4:hover {
    background: #d55c5a;
    color: #FFFFFF;
}

.toggle {
    --width: 45px;
    --height: 20px;
    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    border-radius: var(--height);
    cursor: pointer;
    line-height: 15px !important;
}
.toggle:hover {
    box-shadow: 0px 0px 3px 0px rgba(135,135,135,0.75);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(135,135,135,0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(135,135,135,0.75);
}

.toggle input {
    display: none;
}

.toggle .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--height);
    transition: all 0.4s ease-in-out;
    background: #FFFFFF;
    border: 1px solid #D1D3D3;
        margin: 0;
}

.toggle .slider::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 13px;
    height: 13px;
    background-color: #fff;
    border: 1px solid #D1D3D3;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.toggle input:checked + .slider {
    background-color: #1199C4;
}

.toggle input:checked + .slider::before {
    transform: translateX(calc(var(--width) - var(--height)));
}

.toggle .labels {
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-family: sans-serif;
    transition: all 0.4s ease-in-out;
    margin: 0;
    font-style: normal;
}

.toggle .labels::before {
    content: attr(data-on);
    position: absolute;
    left: 5px;
    top: -1px;
    color: #ffffff;
    opacity: 0;
    font-size: 8px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.toggle .labels::after {
    content: attr(data-off);
    position: absolute;
    right: 5px;
    top: -1px;
    color: #818181;
    opacity: 1;
    font-size: 8px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.toggle input:checked ~ .labels::after {
    opacity: 0;
}

.toggle input:checked ~ .labels::before {
    opacity: 1;
}

.toggle-with-label {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    padding: 12px;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
    z-index: 90;
    height: 20px;
    width: 20px;
    cursor: pointer;
}
.styled-checkbox + label {
    position: relative;
    padding: 0;
    font-weight: 400;
    font-size: 15px;
    color: #4A4E5E;
    display: flex;
    align-items: center;
}
.styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #CAC7C7;
    border-radius: 4px;
}
.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {}
.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    background: #1199C4;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #1199C4, 4px 0 0 #1199C4, 4px -2px 0 #1199C4, 4px -4px 0 #1199C4, 4px -6px 0 #1199C4, 4px -8px 0 #1199C4;
    transform: rotate(45deg);
}

.form-row {
    display: flex;
    flex-wrap: wrap;
}

.form-col {
    width: 100%;
    margin-bottom: 20px;
}

.form-row.form-row-50 {
    margin-left: -15px;
    margin-right: -15px;
}

    .form-row.form-row-50 .form-col {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }

@media screen and (max-width: 767px) {
    .subscription-product-content .form-row.form-row-50 .form-col {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .billing-address-content-area .form-row.form-row-50 .form-col {
        width: 100%;
    }
}
.form-group {}
.form-group-2-item {
    display: flex;
    margin: 0 -10px;
}
.form-group-2-item .form-group-item {
    width: calc(50% - 0px);
    padding: 0 10px;
}
.form-group-item {
    position: relative;
    margin: 0 0 16px;
}

.form-group-item label {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin: 0 0 9px;
}

.form-group-item label span {
    font-style: italic;
    font-size: 14px;
    color: #AAAAAA;
    margin-left: 7px;
}
.form-group-item label .red {
    margin: 0;
    color: #FF0000;
}

.form-group-item .select2-container {
    width: 100% !important;
}

.form-group-item .k-dropdownlist, 
.form-group-item .select2-container .select2-selection--single, 
.form-group-item select, 
.form-group-item input[type="text"], 
.form-group-item input[type="mail"],
.form-group-item input[type="phone"], 
.form-group-item input[type="tel"], 
.form-group-item input[type="password"], 
.form-group-item input[type="time"], 
.form-group-item input[type="number"] {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #D3DBDF;
    border-radius: 3px;
    padding: 9px 10px;
    font-size: 14px;
    color: #575757;
    background: #ffffff;
    outline: none;
    box-shadow: none !important;
}

.form-group-item select.error,
.form-group-item input[type="text"].error,
.form-group-item input[type="mail"].error,
.form-group-item input[type="phone"].error,
.form-group-item input[type="tel"].error,
.form-group-item input[type="password"].error,
.form-group-item input[type="time"].error,
.form-group-item input[type="number"].error {
    border-color: rgb(255, 0, 0);
}
.form-group-item .form-control:focus {
    color: #575757;
    background-color: transparent;
    border-color: #D3DBDF;
    outline: 0 !important;
    box-shadow: none !important;
}
.form-group-item .k-input-solid:focus-within, .form-group-item .k-input-solid:hover, .form-group-item .k-input-solid.k-hover {
    border-color: transparent;
    box-shadow: none !important;
}
.form-group-item .k-timepicker.k-input {
    border-color: transparent;
    position: relative;
}
.form-group-item .k-timepicker.k-input input {}
.form-group-item .k-timepicker.k-input .k-input-button {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    text-align: right;
}
.form-group-item .k-timepicker.k-input .k-input-button .k-svg-icon {
    margin-left: auto;
    margin-right: 7px;
}

.form-group-item textarea {
    display: block;
    width: 100%;
    height: 180px;
    border: 1px solid #D3DBDF;
    border-radius: 3px;
    padding: 11px 10px;
    font-size: 14px;
    color: #575757;
}
.form-group-item .eye {
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer;
    width: 22px;
    overflow: hidden;
}
.form-group-item .eye img {
    height: 22px;
    position: relative;
    right: 22px;
    opacity: 0.6;
}
.form-group-item .eye.show-eye img {
    right: -1px;
    opacity: 1;
}
.form-group-item .info {
    padding: 5px 0 0 20px;
    font-size: 14px;
}

.form-group-item .select2-container .select2-selection--single {
    padding: 5px 0;
}
.form-group-item .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 20px 0 10px;
}
.form-group-item .select2-container .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}

.form-group-item .k-dropdownlist {
    position: relative;
}
.form-group-item .k-dropdownlist:hover {
    background: transparent;
}
.form-group-item .k-dropdownlist .k-input-inner {
    padding: 0;
}
.form-group-item .k-dropdownlist .k-input-button {
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
}

.cp-cont {}
.cp-cont .myColorPicker {}
.cp-cont .myColorPicker .myColorPicker-preview {
    position: absolute;
    z-index: 9;
    left: 10px;
    transform: translateY(-50%);
    top: 50%;
    height: 25px;
    width: 25px;
    border-radius: 4px !important;
}
.cp-cont .myColorPicker .form-control {
    padding-left: 43px;
}
.cp-cont .cpBG {
    width: 328px;
}
.cp-cont .cpBG .cp-colors {
    width: 250px;
}
.cp-cont .cpBG .cp-colors .cp-white {
    width: 250px;
}
.cp-cont .cpBG .cp-colors .cp-white .cp-black {
    width: 250px;
}
.cp-cont .cpBG .cp-colors .cp-trigger {
    width: 250px;
}
.form-group-item .cp-cont .cpBG .cp-hues {}
.form-group-item .cp-cont .cpBG .cp-alpha {}
.form-group-item .cp-cont .cpBG .cp-values {}
.form-group-item .cp-cont .cpBG .cp-buttons {}
.form-group-item .cp-cont .cpBG .cp-buttons .btn {}
.form-group-item .cp-cont .cpBG .cp-buttons .btn.btn-none {}
.form-group-item .cp-cont .cpBG .cp-buttons .btn.btn-close {}
.form-group-item .cp-cont .cpBG .cp-buttons .btn.btn-save {}

.myColorPicker .myColorPicker-preview {
    display: none;
}
.k-flatcolorpicker.k-coloreditor {
    position: relative;
}
.k-colorpicker.k-picker {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #D3DBDF;
    border-radius: 3px;
    padding: 9px 10px;
    font-size: 14px;
    color: #575757;
    background: #ffffff;
    outline: none;
    box-shadow: none !important;
    position: relative;
    background: transparent !important;
}
.k-colorpicker.k-picker .k-input-inner {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 !important;
    box-sizing: border-box !important;
}
.k-colorpicker.k-picker .k-input-inner .k-color-preview {
    border: none;
}
.k-colorpicker.k-picker .k-input-inner .k-color-preview-mask {
    height: 24px !important;
    width: 24px !important;
    border-radius: 4px !important;
    overflow: hidden;
        margin: 7px 0 0 10px;
}
.k-colorpicker.k-picker .k-input-button {
    padding: 0;
    position: absolute;
    right: 0;
}
.k-colorpicker.k-picker >input {
    display: inline-flex !important;
    border: none;
    box-shadow: none;
    padding: 0 10px 0 32px;
    outline: none;
    cursor: default;
    height: auto;
}

.k-coloreditor-header.k-hstack {
    padding: 0;
    position: absolute;
    left: 8px;
    bottom: 10px;
}
.k-coloreditor-header.k-hstack .k-button {
    margin-right: 8px;
}
.k-coloreditor-views .k-colorgradient {}
.k-coloreditor-views .k-colorgradient .k-colorgradient-canvas {}
.k-coloreditor-views .k-colorgradient .k-colorgradient-inputs .k-vstack {}
.k-coloreditor-views .k-colorgradient .k-colorgradient-inputs .k-vstack .k-svg-icon svg path {
    fill: #000000;
}
.k-coloreditor-views .k-colorgradient .k-colorgradient-inputs .k-vstack .k-input {
    border: none;
}
.k-coloreditor-views .k-colorgradient .k-colorgradient-inputs .k-vstack input {
    border-radius: 4px;
    border: 1px solid #CED4DA;
    background: #FFFFFF;
}
.k-coloreditor-views .k-colorgradient .k-colorgradient-inputs .k-vstack label {
    color: #212529;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}
.k-coloreditor-footer button {
    display: inline-flex;
    padding: 7px 13px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    height: 38px;
}
.k-coloreditor-footer .k-coloreditor-cancel {
    background: transparent;
    border: none;
    color: #212529;
}
.k-coloreditor-footer .k-coloreditor-apply {
    background: #1199C4;
    border: none;
    color: #ffffff;
}
.k-coloreditor-footer .k-coloreditor-apply:hover {
    background: #3aa8cb;
}

.k-timeselector {
    width: 291px;
}
.k-timeselector .k-time-header {
    /*padding: 7px 16px;*/
    display: none;
}
.k-timeselector .k-time-header .k-title {
    padding: 0;
    color: #000000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.k-timeselector .k-time-header .k-button {
    color: #3C91E6;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.k-timeselector .k-time-list-container {
    margin: 15px 0 0;
}
.k-time-footer {
    width: 291px;
    flex-direction: row-reverse !important;
}
.k-time-footer .k-button {
    height: 38px;
    border-radius: 4px;
    border: 1px solid #E4E7EB;
    background: #FFF;
    padding: 7px 13px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}
.k-time-footer .k-button.k-time-accept {
    background: #009FD9;
    color: #ffffff;
    border: none;
}
.k-time-footer .k-button.k-time-accept:hover {
    color: #FFFFFF;
    background: #25a4cf;
}
.k-time-footer .k-button.k-time-cancel {}
.k-time-list .k-item:hover {
    color: #1197C4 !important;
}


.subscription-product-area {
    height: 100%;
}

.subscription-product-area .main-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: #404040;
    padding: 15px 0;
}

.subscription-product-container {
    display: flex;
    background: #FFFFFF;
    height: calc(100% - 49px);
}

.subscription-product-container .sidebar {
    width: 275px;
    border: 1px solid #E1E6E6;
}

.subscription-product-container.responsive .sidebar {
    background: #ffffff;
    position: fixed;
    z-index: 90;
    top: 46px;
    bottom: 0;
    left: -280px;
    transition: 0.3s;
}

.subscription-product-container.responsive .sidebar.open {
    left: 0;
}

.subscription-product-container .sidebar .open-close {
    position: absolute;
    z-index: 90;
    right: -40px;
    top: 10px;
    height: 30px;
    width: 30px;
    background: #ffffff;
    box-shadow: 0px 0px 1px 0px rgba(9, 30, 66, 0.31), 0px 1px 1px 0px rgba(9, 30, 66, 0.25);
    border-radius: 100px;
    display: none;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.subscription-product-container.responsive .sidebar .open-close {
    display: inline-flex;
}

.subscription-product-container.responsive .sidebar.open .open-close {
    right: -20px;
    transform: rotate(180deg);
}

.subscription-product-container .sidebar ul {
    padding: 0;
    list-style: none;
}

.subscription-product-container .sidebar ul li {
    display: block;
}

.subscription-product-inner-container {
    display: flex;
}
@media (max-width: 1200px) {
    .subscription-product-inner-container {
        flex-wrap: wrap;
    }
}
.subscription-product-inner-container .left-content {
    width: 275px;
}
@media (max-width: 1200px) {
    .subscription-product-inner-container .left-content {
        width: 100%;
        margin-bottom: 20px;
    }
}
.subscription-product-inner-container .right-content {
    width: calc(100% - 275px);
}
@media (max-width: 1200px) {
    .subscription-product-inner-container .right-content {
        width: 100%;
    }
}

.dropdown.settings-focus .dropdown-toggle-settings {
    border: 1px solid #1199C4;
}
.dropdown.settings-on .dropdown-toggle-settings {
    background: #1199C4;
    color: #ffffff;
}
.dropdown.settings-on.settings-focus .dropdown-toggle-settings {
    background: #ffffff;
    color: #1199C4;
}
.dropdown.settings-on .dropdown-toggle-settings .drop-icon svg {
    transform: rotate(90deg);
}
.dropdown.settings-on.settings-focus .dropdown-toggle-settings .drop-icon svg {
    transform: rotate(0deg);
}
.dropdown.settings-on .dropdown-toggle-settings .drop-icon svg path {
    fill: #ffffff;
}
.dropdown.settings-on.settings-focus .dropdown-toggle-settings .drop-icon svg path {
    fill: #1199C4;
}

.subscription-product-container .sidebar ul li a {
    display: block;
    background: #F7F9F9;
    border-bottom: 1px solid #E1E6E6;
    height: 41px;
    padding: 12px 20px;
    border-left: 3px solid transparent;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #666666;
    text-decoration: none;
    position: relative;
}

.subscription-product-container .sidebar ul li a.active {
    background: #1199C4;
    border-left-color: #1199C4;
    color: #FFFFFF;
}

.subscription-product-container .sidebar ul li a .drop-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.subscription-product-container .sidebar ul li .dropdown-menu {
    width: 100%;
    border: none;
    z-index: 1;
}

.subscription-product-container .sidebar ul li .dropdown-menu li {
    border-left: 1px solid #1199C4;
    border-right: 1px solid #1199C4;
}
.subscription-product-container .sidebar ul li .dropdown-menu li:last-child {
    border-bottom: 1px solid #1199C4;
}

.subscription-product-container .sidebar ul li .dropdown-menu li a {
    border-left-width: 2px;
}

.subscription-product-container .sidebar ul li .dropdown-menu li a.active {}

.subscription-product-container .subscription-product-content {
    width: calc(100% - 275px);
    overflow-y: auto;
}

.subscription-product-container.responsive .subscription-product-content {
    width: 100%;
}

.subscription-product-content {
    padding: 24px;
}

/* Product Start */

.action-dropdown {
}

.action-dropdown .dropdown-toggle {}
.action-dropdown .dropdown-toggle img {
    opacity: 0.7;
}

.action-dropdown .dropdown-toggle::after {
    display: none;
}

.action-dropdown .dropdown-menu {
    display: none;
    list-style: none;
    padding: 0;
    width: 204px;
    background: #FFFFFF;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #E5E5E5;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
    padding: 14px 22px;
    position: absolute;
    right: 50px;
    top: 100%;
}

.action-dropdown .dropdown-menu::before {
    content: "";
    background-image: url(images/dropdown-arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 6px;
    width: 12px;
    position: absolute;
    top: -6px;
    right: 15px;
}

.action-dropdown .dropdown-menu li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
        }

.action-dropdown .dropdown-menu li a,
.action-dropdown .dropdown-menu li button {
    display: block;
    color: #424646;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid #F7F7F7;
}
.action-dropdown .dropdown-menu li a:hover,
.action-dropdown .dropdown-menu li button:hover {
    color: #1198C5;
}
.action-dropdown .dropdown-menu li a:hover img,
.action-dropdown .dropdown-menu li button:hover img {
    filter: invert(42%) sepia(83%) saturate(661%) hue-rotate(153deg) brightness(98%) contrast(88%);
}
.action-dropdown .dropdown-menu li:last-child a,
.action-dropdown .dropdown-menu li:last-child button {
    border-bottom: none;
}

.action-dropdown .dropdown-menu li a span,
.action-dropdown .dropdown-menu li button span {
    margin-right: 11px;
    display: inline-block;
}

    .action-dropdown .dropdown-menu li a span img,
    .action-dropdown .dropdown-menu li button span img {
        position: relative;
        top: 1px;
    }

.action-dropdown .dropdown-menu.show {
    display: inline-block;
}

.custom-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .custom-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #D1D3D3;
    border-radius: 100px;
}

.custom-radio:hover input ~ .checkmark {
    background-color: transparent;
}

.custom-radio input:checked ~ .checkmark {
    border-color: #1199C4;
}

.custom-radio:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-radio input:checked ~ .checkmark:after {
    display: block;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-radio .checkmark::after {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1199C4;
}

.link-autobill-modal {
}

    .link-autobill-modal .modal-dialog {
        max-width: 100%;
        width: 900px;
    }

    .link-autobill-modal .modal-content {
        width: 900px;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .link-autobill-modal .modal-header {
        border: none;
        height: 57px;
        background: #1198C5;
        padding: 16px 35px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

.link-autobill-modal .modal-header .modal-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
}

.link-autobill-modal .modal-header .btn-close {
    background-image: url(images/close.png);
    padding: 0;
    opacity: 1;
    background-size: 24px;
    height: 24px;
    width: 24px;
    margin: 0;
}

.link-autobill-modal .modal-body {
    border: none;
    padding: 35px;
}

.link-autobill-modal .modal-body .body-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 30px;
}

.link-autobill-modal .modal-body .body-title span {
    font-size: 20px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.6);
    margin-right: 10px;
}

.radio-table {
}

.radio-table label {
    margin: 0;
    padding: 10px 10px 10px 41px;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.radio-table label:nth-child(odd) {
    background: #F3F9FF;
}

.radio-table label:nth-child(even) {
}

.radio-table label:last-child {
    border-bottom: none;
}

.radio-table label .checkmark {
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.link-autobill-modal .modal-footer {
    border: none;
    padding: 17px 0px;
    background: #F3F7FB;
}

.link-autobill-modal .modal-footer button {
    margin: 0 5px;
}

.top-form-controls {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-form-controls .search {
    position: relative;
    width: 200px;
    margin-right: 10px;
}
.top-form-controls .search span {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #E2E2E2;
    width: 40px;
    text-align: center;
    cursor: pointer;
}
.top-form-controls .search input {
    height: 28px;
    width: 200px;
    border: 1px solid #E2E2E2;
    padding: 6px 40px 6px 10px;
    border-radius: 3px;
    font-size: 13px;
    color: #575757;
    outline: none;
    box-shadow: none;
}
.top-form-controls select {
    height: 28px;
    width: 200px;
    border: 1px solid #E2E2E2;
    padding: 4px 10px;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 13px;
    color: #575757;
    outline: none;
    box-shadow: none;
    appearance: none;
    background-image: url(/css/images/dropdown-button.png);
    background-repeat: no-repeat;
    background-size: 10px 5px;
    background-position: 96% 11px;
}
.k-list-item.k-selected, .k-selected.k-list-optionlabel {
    background-color: #1199C4 !important;
}