@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter/Inter-Bold.eot');
    src: url('/assets/fonts/inter/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/inter/Inter-Bold.woff2') format('woff2'),
        url('/assets/fonts/inter/Inter-Bold.woff') format('woff'),
        url('/assets/fonts/inter/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter/Inter-Black.eot');
    src: url('/assets/fonts/inter/Inter-Black.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/inter/Inter-Black.woff2') format('woff2'),
        url('/assets/fonts/inter/Inter-Black.woff') format('woff'),
        url('/assets/fonts/inter/Inter-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter/Inter-ExtraBold.eot');
    src: url('/assets/fonts/inter/Inter-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/inter/Inter-ExtraBold.woff2') format('woff2'),
        url('/assets/fonts/inter/Inter-ExtraBold.woff') format('woff'),
        url('/assets/fonts/inter/Inter-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter/Inter-ExtraLight.eot');
    src: url('/assets/fonts/inter/Inter-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/inter/Inter-ExtraLight.woff2') format('woff2'),
        url('/assets/fonts/inter/Inter-ExtraLight.woff') format('woff'),
        url('/assets/fonts/inter/Inter-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter/Inter-Regular.eot');
    src: url('/assets/fonts/inter/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/inter/Inter-Regular.woff2') format('woff2'),
        url('/assets/fonts/inter/Inter-Regular.woff') format('woff'),
        url('/assets/fonts/inter/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter/Inter-Light.eot');
    src: url('/assets/fonts/inter/Inter-Light.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/inter/Inter-Light.woff2') format('woff2'),
        url('/assets/fonts/inter/Inter-Light.woff') format('woff'),
        url('/assets/fonts/inter/Inter-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter/Inter-SemiBold.eot');
    src: url('/assets/fonts/inter/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/inter/Inter-SemiBold.woff2') format('woff2'),
        url('/assets/fonts/inter/Inter-SemiBold.woff') format('woff'),
        url('/assets/fonts/inter/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter/Inter-Medium.eot');
    src: url('/assets/fonts/inter/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/inter/Inter-Medium.woff2') format('woff2'),
        url('/assets/fonts/inter/Inter-Medium.woff') format('woff'),
        url('/assets/fonts/inter/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter/Inter-Thin.eot');
    src: url('/assets/fonts/inter/Inter-Thin.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/inter/Inter-Thin.woff2') format('woff2'),
        url('/assets/fonts/inter/Inter-Thin.woff') format('woff'),
        url('/assets/fonts/inter/Inter-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



* {
    outline: none;
    margin: 0px;
    padding: 0px;
}

a {
    background-color: transparent;
    color: inherit;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .2s ease-out;
    line-height: 1.5;
    height: max-content;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*::selection {
    background: rgba(0, 168, 240, .35);
}

body {
	background-color: #F9FBFC;
	font-family: Inter;
}

button {
    cursor: pointer;
}

#uploadsystem input[type=file] {
     width: 0.1px;
     height: 0.1px;
     opacity: 0;
     position: absolute;
     z-index: -10;
}





.container-main {
	background: #FFFFFF;
    border-radius: 15px;
    margin: 0px 60px 60px 60px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: left;
    border: 1px solid #E4EDF2;
}


.container-other {
    background: #FFFFFF;
    border-radius: 15px;
    margin: 0px 60px 60px 60px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
    border: 1px solid #E4EDF2;
    padding: 50px;
}

.container-other--center {
    background: transparent;
    border: none;
    border-top: 1px solid #e4edf2;
    margin: 0px;
    border-radius: 0px;
}

.container-other__title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    color: #243E51;
    margin-bottom: 15px;
}

.container-other__sub-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    color: #243E51;
    margin-bottom: 20px;
    line-height: 1.3;
}

.container-other__center {
    border: 1px solid #e4edf2;
    border-radius: 30px;
    padding: 40px;
    width: 560px;
    background-color: #fff;
}


.container-other__sub-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    color: #243E51;
    margin-bottom: 15px;
}


.header-new {
    padding: 10px 110px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    border-bottom: 1px solid #E4EDF2;
    display: inline-block;
    transition: all .2s ease-out;
    background-color: #F9FBFC;
}

.header-new__logo {
	display: flex;
    width: fit-content;
}

.header-new__logo img {
	max-width: 200px;
}


.header-new__menu {
	display: flex;
	flex-direction: row;
}

.header-new__menu a {
	color: rgb(36 62 81 / 70%);
    font-weight: normal;
    font-size: 15px;
    position: relative;
}

.header-new__menu a:not(:last-child) {
	margin-right: 40px;
}

.header-new__menu a:not(:last-child)::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
	background-color: rgb(228 233 235);
	height: 4px;
	width: 4px;
	border-radius: 50%;
}

.header-new__menu a:hover {
	color: #2bb3f8;
}

/*.post-id {
    height: 60px;
}*/



.users-header {
	display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding: 6px 35px 6px 10px;
    border-radius: 6px;
    margin-right: -15px;
    cursor: pointer;
    transition: all .1s ease-out;
    height: fit-content;
    user-select: none;
}

.users-header:hover {
    background-color: rgb(36 62 81 / 15%); 
}


.users-header::before {
	content: '';
    position: absolute;
    height: 6px;
    width: 6px;
    right: 18px;
    border-bottom: 2px solid #243E51;
    border-right: 2px solid #243E51;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: all .1s ease-out;
}




.users-header__current {
	display: flex;
    flex-direction: row;
    align-items: center;
}

.users-header__menu {
	position: absolute;
    min-width: 100%;
    width: max-content;
    top: 64px;
    right: 0px;
    background-color: rgb(36 62 81);
    z-index: 9999;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transition: all .1s ease-out;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 0.5rem 2rem 0.5rem rgb(0 0 0 / 10%);
}



.users-header__menu a {
	padding: 0px 20px;
    color: #fff;
    font-weight: 600;
    transition: all .2s ease-out;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 50px;
}

.users-header__menu a:not(:last-child) {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}



.users-header__menu a span {
	line-height: 1;
	margin-left: 10px;
    font-size: 14px;
}

.users-header__menu a div {
	height: 25px;
    width: 25px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}

.users-header__menu a:hover {
    background-color: #182936;
    color: #fff;
}


.users-header__avatar {
	height: 50px;
	width: 50px;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	border: 1px solid #fff;
}

.users-header__nickname {
	margin-left: 20px;
    color: #243E51;
    font-weight: 500;
    transition: all .2s ease-out;
    font-size: 16px;
    line-height: 1;
}




.users-header.users-header--open .users-header__nickname {
	color: #fff;
}

.users-header.users-header--open {
    background-color: rgb(36 62 81); 
}

.users-header.users-header--open::before {
    transform: translateY(-50%) rotate(225deg);
    top: calc(50% + 2px);
    border-color: rgb(255 255 255 / 75%);
}

.users-header.users-header--open .users-header__menu {
    opacity: 1;
    visibility: visible;
}






.header-new__right {
	display: flex;
	flex-direction: row;
	align-items: center;
    justify-content: space-between;
}

.header-new__users {
    display: flex;

    flex-direction: row;

    align-items: center;

    justify-content: space-between;

}


.header-new__upgrade {
	padding: 13px 20px 13px 20px;
    background-color: #F82B5C;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
	font-size: 14px;
    border-radius: 6px;
    line-height: 1;
    margin-right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.header-new__upgrade:hover {
	color: #fff;
}

.header-new__upgrade img {
	margin-right: 10px;
}




.modal-backdrop {
	z-index: 1;
}

.modal {
	z-index: 999999!important;
}

.header-menu {
	padding: 12px 110px 0px 110px;
    width: 100%;
    background-color: transparent;
    display: inline-block;
}

.header-menu__items {
	display: flex;
	flex-direction: row;
}

.header-menu__items a {
	color: #243E51;
    font-weight: normal;
    display: flex;
	flex-direction: row;
	align-items: center;
    position: relative;
    background: transparent;
    border-bottom: none!important;
    transition: none;
    padding-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
    padding-top: 20px;
    padding-bottom: 25px;
    transition: all .2s ease-out;
}

.header-menu__items a svg {
	margin-right: 15px;
}

.header-menu__items a svg g {
	transition: all .2s ease-out;
}

.header-menu__items a:hover svg g, .header-menu__items a:focus svg g {
	opacity: 1;
}

.header-menu__items a:hover {
    color: #26b2f8;
}


.header-menu__items a:before {
	content: '';
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 4px;
	background-color: #2BB3F8;
	opacity: 0;
	transition: all .2s ease-out;
}

.header-menu__items a:hover::before {
	opacity: .3;
}

.header-menu__items a:not(:last-child) {
	margin-right: 50px;
}

.header-menu__items a.header-menu__items--active svg g {
	opacity: 1;
}

.header-menu__items a.header-menu__items--active svg path{
	stroke: #2BB3F8;
}



.header-menu__items a.active  {
	background-color:  transparent!important;
	color: #253f52;
    font-weight: 600;
}

.header-menu__items a.header-menu__items--active::before {
	opacity: 1;
}

.header-menu__items a.active::before {
	opacity: .5;
}


.control-panel {
	position: absolute;
    left: 370px;
    top: 50%;
    transform: translateY(-50%);
    display: flex!important;
    flex-direction: row;
    align-items: center;
    z-index: 2;
}

.control-panel .apple-switch {
	margin-right: 15px;
}

.control-panel__edit {
	margin-right: 5px;
    padding: 10px;
    transition: all .2s ease-out;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #E4EDF2;

}

.control-panel__edit svg path {
    transition: all .2s ease-out;
}


.control-panel__edit:hover {
	border-color: transparent;
	box-shadow: 0px 3px 8px rgba(36, 62, 81, 0.1);
    background-color: #243e51;
}

.control-panel__edit:hover svg path {
    stroke: #fff;
}



.control-panel__delete {
	margin-left: 0px;
	margin-right: 5px;
	padding: 12px;
	border: 1px solid #E4EDF2;
	border-radius: 6px;
	transition: all .2s ease-out;
}

.control-panel__delete svg path {
    transition: all .2s ease-out;
}

.control-panel__delete:hover {
	border-color: transparent;
	box-shadow: 0px 3px 8px rgba(36, 62, 81, 0.1);
    background-color: #243E51;
}
.control-panel__delete:hover svg path {
    stroke: #fff;
}

.control-panel__stat {
	border: 1px solid #E4EDF2;
	color: #243E51;
	border-radius: 6px;
	transition: all .2s ease-out;
	display: flex!important;
	flex-direction: row;
	align-items: center;
	justify-content: left;
}

.control-panel__stat svg path {
    transition: all .2s ease-out;
}

.control-panel__stat-left {
	padding: 10px 11px!important;
}

.control-panel__stat-right {
	font-family: Inter;
	line-height: 1;
	padding: 5px 16px!important;
    height: 26px;
    line-height: 1.3;
    font-style: normal;
	font-weight: normal;
	font-size: 14px;
    border-left: 1px solid #e4edf2;
    height: 38px;
    display: flex;
    align-items: center;
    transition: all .2s ease-out;
}

.control-panel__stat:hover {
	border-color: transparent;
	box-shadow: 0px 3px 8px rgba(36, 62, 81, 0.1);
    background-color: #243E51;
    color: #fff;
}
.control-panel__stat:hover svg path {
    stroke: #fff;
}

.control-panel__stat:hover .control-panel__stat-right {
    border-color: #e4edf254;
}




.control-panel__toggle {
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-out;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #E4EDF2;
    display: none;
} 



.control-panel__items {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px!important;
}



#sortable li span {
    background: #fff;
    border: 1px solid #E4EDF2;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: n-resize;
    transition: all .2s ease-out;
    margin-top: 15px;
    margin-left: -60px;
}

#sortable li span svg {
    color: #8194A2;
}



#sortable li span:hover {
    box-shadow: 0px 5px 15px rgba(36, 62, 81, 0.05), 0px 3px 8px rgba(36, 62, 81, 0.1);
    border-radius: 4px;
    border-color: transparent;
}

#sortable li span:hover svg {
    color: #2BB3F8;
}

#sortable li > div  {
    display: flex;
    align-items: center;
    height: -webkit-fill-available;
}

.card {
    border: 1px solid rgb(36 62 81 / 10%);
    box-shadow: none;
    margin-bottom: 30px;
    padding: 30px;
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all .2s ease-out;
}

.card__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.card__left {
    margin-right: 30px;
}
.card__right {
    text-align: end
}

.card:hover {
    border-color: rgb(36 62 81 / 30%);
}

.jscolor {
    height: 40px;
}
.modal .modal-dialog .modal-content .modal-header {
    border-bottom-width: 1px;
    padding: 0 0 0 0;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 20px 0;
}

.modal .modal-dialog .modal-content {
    padding: 50px;
    padding-bottom: 40px;
    border-radius: 10px;
    border:  none;
}

.modal .modal-dialog .modal-content .modal-footer {
    padding: 15px 0px;
} 
.modal .modal-dialog  {
    width: auto;
    max-width: 1200px;
    margin: 25px auto;
}


.modal-header .close {
    padding: 1rem 1rem;
    cursor: pointer;
    margin: -1rem -1rem -1rem auto;
    margin-bottom: -12px;
}

.modal-header .modal-title {
    color: #3e445e;
    font-weight: 700;
    font-family: Inter;
    font-size: 24px;
}

.modal-footer {
    padding: 15px 0px 0px 0px;
}

.modal-header {
    padding: 0px 0px 10px 0px;
}

.tempblock {
    margin-top:30px;
    width: 100%;
    height: 324px;
    border-radius: 10px;
    background: none;
    padding: 4px;
    display:inline-block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background-size: cover;
    background-position: top;
    transition: all 1s ease-out;
}

.tempblock:hover {
    background-position: bottom;
}



.device-iphone-x .device-frame {
    background: transparent;
    border-radius: 0px;
    box-shadow: none;
    height: 100%;
    padding: 0px;
    width: fit-content;
}

.device-iphone-x {
    height: auto;
    width: fit-content;
    margin-left: 45px;
}

.device-iphone-x .device-content {
    border-radius: 30px;
    box-shadow: 0 0.5rem 2rem 0.5rem rgb(0 0 0 / 10%);
    padding-bottom: 30px;
}


/*#sortable li span {
    margin-left: -65px;
    margin-top: 0px;
}*/



.socialsize {
    margin: -10px;
    margin-top: 0px;
}

.socialsize label {
    width: 49%;
    padding: 10px;
    font-size: 13px;
    text-align: left;
    color: #243e51a6;
}

.socialsize label img {
    width: 100%;
    margin-top: 5px;
}


.datepicker {
          margin-left: 0.5em;
          border: 1px solid #dddddd;
          border-radius: 4px;
          padding: 5px 12px;
          font-size: 14px;
          line-height: inherit;
          -webkit-transition: 0.2s linear;
          transition: 0.2s linear;
          height: 34px!important;
        }


  .links-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 0px;
    padding-left: 45px;
    padding-top: 40px;
  }

  .links-main__left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #E4EDF2;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 11px 20px;
    position: relative;
    padding-right: 70px;
    overflow: hidden;
  }

  .links-main__right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
  }

  .links-main__link {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #243E51;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
  }

  .links-main__link:focus,
  .links-main__link:hover  {
    color: #2BB3F8;
  }



    .links-main__copy {
        position: absolute;
        right: 0px;
        top: 0px;
        display: flex;
        height: 100%;
        width: 45px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        transition: all .2s ease-out;
        white-space: nowrap;
    }

    .links-main__copy:hover svg path {
        transition: all .2s ease-out;
    }

    .links-main__copy:hover {
        background-color: #243e51;
    }

    .links-main__copy:hover svg path {
        stroke: #fff;
    }



  .links-main__design {
    padding: 15px 20px!important;
    background-color: #243E51;
    border-radius: 6px;
    line-height: 1;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px!important;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF!important;
    display: flex;
    align-items: center;
    white-space: nowrap;
        transition: all .2s ease-out;
        border: 1px solid transparent;
        width: min-content;
  }

  .links-main__design:hover, .links-main__design:focus {
    opacity: .5;
    color: #fff;
  }

.links-main__red {
    padding: 15px 20px;
    background-color: #F82B5C;
    border-radius: 6px;
    line-height: 1;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    white-space: nowrap;
        transition: all .2s ease-out;
        border: none;
}

.links-main__red:hover, .links-main__red:focus {
    opacity: .5;
    color: #fff;
}



  .links-main__install {
    padding: 15px 20px;
    background: #2BB3F8;
    border-radius: 6px;
    white-space: nowrap;
    line-height: 1;
    margin-right: 10px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    text-decoration: none!important;
    display: inline-block;
  }

  .links-main__install:hover, .links-main__install:focus {
    opacity: .5;
    color: #fff;
  }


    .links-default {
        padding: 12px 20px;
        background: #2BB3F8;
        border-radius: 6px;
        line-height: 1;
        margin-right: 10px;
        font-family: Inter;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        border: none;
        cursor: pointer;
        transition: all .2s ease-out;
        justify-content: center;
        text-align: center;
    }

    .links-default:hover, .links-default:focus {
        opacity: .5;
        color: #fff;
    }


  .links-main__outline {
    padding: 15px 20px!important;
    background-color: transparent;
    border: 1px solid rgb(43 179 248 / 35%);
    border-radius: 6px;
    line-height: 1;
    color: #2BB3F8!important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px!important;
    margin-right: 10px;
    letter-spacing: 0.03em;
    font-style: normal;
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
    width: fit-content;
        transition: all .2s ease-out;
  }

  .links-main__outline:hover, .links-main__outline:focus {
    border-color: rgb(43 179 248 / 100%);
  }



  .links-main__white {
    padding: 19px 30px;
    background: #fff;
    border-radius: 6px;
    white-space: nowrap;
    line-height: 1;
    margin-right: 10px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #29A4FF;
    display: flex;
    align-items: center;
    text-decoration: none!important;
    display: inline-block;
  }

  .links-main__white:hover, 
  .links-main__white:focus {
    opacity: .75;
  }




hr {
    border-top-color: rgb(36 62 81 / 15%);
    margin: 1.5rem auto;
}

.main-container {
    display: inline-block; 
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 50px;
}


.left {
    min-width: 360px;
    width: 360px;
    border-right: 1px solid #E1EAEF;
    text-align: left;
    padding: 45px 50px;
    background-color: #fff;
    transition: all .3s ease-out;
    top: 60px;
}

.left.open {
    left: 0px;
}



.right_container, .right_container2 {
    min-width: 360px;
    width: 360px;
    border-left: 1px solid rgb(225 234 239);
    text-align: left;
    padding: 45px 50px;
    background-color: #fff;
    top: 60px;
    overflow-x: hidden;
    padding-top: 30px;
}


.custom-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.custom-switcher {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.custom-switcher label {
    margin-right: 10px;
    margin-left: 10px;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #243E51;
    cursor: pointer;
    margin-bottom: 0px;
    text-align: left;
    line-height: 1.5;
    margin-top: -1px;
    white-space: nowrap;
}

.custom-switcher input  {
    min-width: 36px;
}

.custom-slide {
    border: 1px solid rgb(36 62 81 / 15%);
    padding: 20px;
    border-radius: 4px;
    position: relative;
    margin-top: 20px;
}

.custom-slide__title {
    font-size: 14px;
    color: #243e51;
    font-weight: 600;
    margin-bottom: 10px;
}

.custom-slide__image {
    width: 95px;
    height: 105;
    border-radius: 4px;
    border: 1px solid rgb(36 62 81 / 15%);
    margin-bottom: 15px;
}

.custom-slide__delete {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 12px;
    border: 1px solid #E4EDF2;
    border-radius: 6px;
    transition: all .2s ease-out;
}

.custom-slide__delete svg {
    display: flex;
}

.custom-slide__delete svg path {
    transition: all .2s ease-out;
}

.custom-slide__delete:hover {
    background: #243E51;
    border-color: transparent;
}

.custom-slide__delete:hover svg path {
    stroke: #fff;
}


.default-image-upload {
    border: 1px solid #E4EDF2;
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
    height: 200px;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
        background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: border-box;
}

.default-image-upload input {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}



.left_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.right_container_header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    display: none;
}




.right_container_close {
    width: 30px;
    height: 30px;
    border: 1px solid #e1eaef;
    border-radius: 4px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #e1eaef;
    margin-top: -0px;
    margin-left: 0px;
    cursor: pointer;
    display: none;
}


.left_container_close {
    width: 30px;
    height: 30px;
    border: 1px solid #e1eaef;
    border-radius: 4px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #e1eaef;
    margin-top: 0px;
    margin-left: 0px;
    cursor: pointer;
    display: none;
}


#sortable {
    padding: 0px 20px;
}


.links-bordered-sky {
    font-size: 14px;
    color: #2BB3F8;
    border-bottom: 1px solid rgb(43 179 248 / 30%);
    display: block;
    width: fit-content;
    transition: all .2s ease-out;
}

.links-bordered-sky:hover {
    border-color: transparent;
    color: #2BB3F8;
}



.linktypes {
    margin-bottom: 30px;
}

.linktypes__menu {
    display: flex; 
    flex-direction: column;
    align-items: flex-start;
}

.linktypes__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 15px;
    cursor: pointer;
    text-align: left;
    line-height: 1.3;
}

.linktypes__icon {
    font-size: 26px;
    margin-right: 10px;
    user-select: none;
}
.linktypes__item input[type="radio"] {
    display: none;
}

.linktypes__text {
    font-size: 14px;
    user-select: none;
}

.linktypes__item input[type="radio"]:checked ~ .linktypes__text {
    color: #2BB3F8;
}
.linktypes__item input[type="radio"]:checked ~ .linktypes__icon {
    color: #2BB3F8;
}


.bottom-menu {
    z-index: 2;
    position: fixed;
    bottom: -100px;
    width: 100%;
    transition: all .2s ease-out;
}

.bottom-menu__content {
    box-shadow: 0 15px 40px rgb(0 0 0 / 30%);
    background: #394044;
    width: 450px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0px auto;
    height: 65px;
}

.bottom-menu__design {
    width: 70px;
    min-width: 70px;
    height: 100%;
    padding: 10px;
    border-right: 1px solid rgb(255 255 255 / 15%);
}

.bottom-menu__add {
    padding: 10px;
    height: 100%;
    width: 100%;
}

.bottom-menu__settings {
    width: 70px;
    min-width: 70px;
    border-left: 1px solid rgb(255 255 255 / 15%);
    height: 100%;
}

.bottom-menu__add a {
    padding: 0px 20px;
    background: #2BB3F8;
    border-radius: 8px;
    line-height: 1;
    margin-right: 10px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.bottom-menu__settings a {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.bottom-menu__design a {
        height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}



    .iphone-x {
        width: 375px;
        margin-left: 45px;
    }

    .device-iphone-x {
        margin: 0px;
        width: 100%!important;
    }

    .device-iphone-x .device-content {
        width: 100%;
    }

    .device-iphone-x .device-frame {
        width: 100%!important;
        margin: 0px;
    }

    #part1 {
        width:unset!important;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }


    .mobile-menu {
        display: none;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
    }

    .hamburger {
        border-radius: 6px;
        height: 35px;
        width: 45px;
        position: relative;
        border: 1px solid rgb(224 230 236);
        display: flex;
        flex-direction: column;
    }

    .hamburger span {
        border-radius: 2px;
        height: 3px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        transition: .2s cubic-bezier(.8, .5, .2, 1.4);
        transition-duration: 500ms;
        width: 25px;
        background-color: #2bb3f8;
    }

    .hamburger span:nth-child(1) {
        top: 8px;
    }

    .hamburger span:nth-child(2) {
        top: 15px;
    }

    .hamburger span:nth-child(3) {
        top: 22px;
    }

    .mobile-menu--open .hamburger span:nth-child(1) {
        top: 15px;
        transform: translateX(-50%) rotate(225deg);
    }

    .mobile-menu--open .hamburger span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu--open .hamburger span:nth-child(3) {
        top: 15px;
        transform: translateX(-50%) rotate(-225deg);
    }


    .modal-backdrop {
        z-index: 99999;
    }

    .mobile-menu__container {
        display: none;
        position: absolute;
        top: 60px;
        left: 0px;
        width: 100%;
        height: calc(100vh - 60px);
        overflow-y: auto;
        background-color: #fff;
        padding: 20px;
        flex-direction: column;
        z-index: 9999;
    }

    .mobile-menu--open .mobile-menu__container {
        display: flex;
    }
    
    .mobile-menu__items {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .mobile-menu__items a {
        width: 100%;
        text-align: left;
        padding: 12px 0px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .mobile-menu__items a:not(:last-child) {
        border-bottom: 1px solid #e4edf2;
    }

    .mobile-menu__items a span {
        margin-left: 15px;
        font-size: 15px;
        color: #243e51;
        font-weight: 500;
    }

    .mobile-menu__items--active span {
        color: #2bb3f8!important
    }

    .mobile-menu__items--active svg g {
        opacity: 1;
    }

    .mobile-menu__items--active svg path {
        stroke: #2bb3f8;
    }



    .mobile-menu__additional {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 20px;
    }

    .mobile-menu__additional a {
        padding: 2px 0px;
        color: #576b7a;
        font-size: 14px!important;
        width: 100%;
        text-align: left;
    }





    body.fixed {
        overflow: hidden;
    }

    .body-scrolled .header-new {
/*        position: fixed;
        z-index: 100;
        border-color: transparent;
        box-shadow: 0 0rem 1.5rem 0.5rem rgb(0 0 0 / 5%);
        background-color: #fff;*/
    }


.accorion-custom {

}

.accordion-custom__header {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #2BB3F8;
    padding: 15px 0px;
    border-bottom: 1px dashed #E4EDF2;
    cursor:  pointer;
    transition: all .2s ease-out;
    position: relative;
    user-select: none;
}

.accordion-custom__header::before {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    height: 6px;
    width: 6px;
    border-right: 2px solid #2BB3F8;
    border-bottom: 2px solid #2BB3F8;
    transform: translateY(-50%) rotate(45deg);
    transition: all .2s ease-out;
    transform-origin: center;
}

.accordion-custom__header.ui-state-active::before {
    transform: translateY(calc(-50% + 2px)) rotate(225deg);
}


.accordion-custom__content {
    padding-top: 30px;
    padding-bottom: 30px;
}


.accordion-custom__header.ui-state-active {
    color: #243E51;
    /*border-color: transparent;*/
}



.tabs-custom {
    user-select: none;
}

.tabs-custom__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0px;
    border-bottom: 1px solid #E4EDF2;
    margin: 0px -50px;
    padding: 0px 50px;
}

.tabs-custom__header li {
    list-style: none;
    display: flex;
}

.tabs-custom__header li:not(:last-child) {
    margin-right: 35px;
}

.tabs-custom__header li a {
    border-bottom: 3px solid transparent;
    transition: all .2s ease-out;
    padding-bottom: 15px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #243E51;
    text-decoration: none;
}

.tabs-custom__header li.ui-state-active a {
    border-color: #2BB3F8;
}




.tabs-custom__item {
    padding-top: 40px;
}



.form-group__label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #243E51;
}


.form-control {
    border-color: #ebebeb;
    border-radius: 0px;
    padding: 5px 12px;
    font-size: 14px;
    line-height: inherit;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    height: 40px!important;
}


.group__checker {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 20px;
}
.group__label {
    margin-left: 10px;
    line-height: 1.3;
    font-size: 13px;
}
.group {
    margin-bottom: 30px;
}



.notificationbox {
    padding: 30px 30px;
    z-index: 9999999;
    width: 300px;
    border-radius: 10px;
    color: rgb(255 255 255 / 65%);
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    background: rgb(35 61 80);
    position: fixed;
    box-shadow: 0 0.5rem 2rem 0.5rem rgb(0 0 0 / 10%);
    right: 20px;
    bottom: 0px;
    display: none;

}

.notificationbox__close {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.notificationbox__close::before, .notificationbox__close::after {
    content: '';
    position: absolute;
    height: 12px;
    width: 1px;
    background-color: rgb(35 61 80);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.notificationbox__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.notificationbox__close::after {
    transform: translate(-50%, -50%) rotate(-225deg);
}



.saving-bg {
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0px;
    z-index: 999999999999;
    height: 100%;
    position: fixed;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 50px;
    font-weight: 500;
}



    .left_block_content {
        width: 100%;
        border-collapse: collapse;
    }

    .left_block_content tr {
        border: none;
    }

    .left_block_content tr td {
        border: 1px solid #E4EDF2;
        width: 50%;
    }




  .add_block {
    position: relative;
    width: 100%;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #fff;
    border-radius: 0px;
    cursor: pointer;
    transition: all .3s ease-out;
    border: none;
  }

  .add_block:hover {
    background-color: #E1EAEF;

  }

  .add_block span{
    margin-bottom: 7px;
    font-size: 16px;
    padding: 5px;
  }

  .add_block svg {
    width: 20px;
    height: 20px;
    color: #2BB3F8;
    transition: all .2s ease-out;
    margin-bottom: 20px;
  }

  .add_block.active {
    background-color: #243E51!important;
  }

  .active {
    color: #fff;
    background-color: #311fa0!important;
  }

  .add_block .icon_text {

    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #243E51;
    transition: all .2s ease-out;
    margin-bottom: 0px;
  }

  .active .icon_text {
    color:#fff;
  }

  .add_block.active svg {
    color: #fff;
  }



.help-text-custom {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.3;
    color: #243e51ab;
}

.note-editor.note-frame {
    max-width: 100%;
    border: none!important;
}

.note-editing-area {
    min-height: 250px!important;
}


.note-btn {
    border-radius: 0px!important;
    padding: 2px 6px;
}

.note-btn.dropdown-toggle::after{
    display: none;
}

.note-editable div {
    margin-left: 0px!important;
}
.note-editor.note-frame .note-editing-area .note-editable {
    min-height: 250px!important;
    height: 250px;
}

.note-popover .popover-content, .panel-heading.note-toolbar {
    padding: 0px 0px 5px 5px;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
    position: unset!important;
    width: 100%!important;
}

.note-popover .popover-content .dropdown-menu, .panel-heading.note-toolbar .dropdown-menu {
    min-width: max-content!important;
}


.links-main__left {
    max-width: 400px;
    width: 400px;
}

.note-btn {
    position: unset;
    z-index: auto;
}

.group-custom {
    padding-bottom: 30px;
    border-bottom: 1px solid #c8d3d9;
    margin-bottom: 30px;
}



.ui-accordion-content-inner {
    display: none;
}

.ui-accordion-content-active .ui-accordion-content-inner {
    display: block;
}



.table thead th, .table tbody th {
    border-right: 1px solid rgb(36 62 81 / 10%);
    text-align: left;
    padding: 10px;
    border-bottom: none;
    border-top: 1px solid rgb(36 62 81 / 10%);
    vertical-align: middle;
}
.table thead td, .table tbody td {
    border-right: 1px solid rgb(36 62 81 / 10%);
    text-align: left;
    padding: 10px;
    border-bottom: none;
    border-top: 1px solid rgb(36 62 81 / 10%);
    vertical-align: middle;
}

.table tr {
    border: 1px solid rgb(36 62 81 / 10%);
}

.table {
    border-collapse: collapse;
}

.btn--small {
    padding: 12px 16px!important;
    font-size: 13px!important;
}



.pricing {
    border: 1px solid rgb(37 63 82 / 15%)!important;
}

.pricing .card-title {

}


.custom-tariff {
    border: 1px solid rgb(37 63 82 / 15%)!important;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
}

.custom-tariff__name {
    color: #a7a2ce;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.custom-tariff__price {
    color: #233d50;
    font-weight: 700;
    font-size: 26px;
}

.custom-tariff__list {
    text-align: center;
    list-style: none;
    color: rgb(55 64 77 / 75%);
}






.custom-signup {
    font-family: inherit;
}



.custom-signup__left {
    padding: 50px;
    background-color: #fff;
    height: 100vh;
    box-sizing: border-box;
    margin: 0px -15px;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    align-items: center;
    justify-content: space-between;
}

.custom-signup__center {
    padding: 50px;
    height: 100vh;
    box-sizing: border-box;
    margin: 0px -15px;
    background: linear-gradient(135deg, #2ec2ff, #0383e4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.custom-signup__center h1 {
    margin-bottom: 30px;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 20px;
}

.custom-signup__sub-title {
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 50px;
    line-height: 1.5;
}

.custom-signup__logo img {
    max-width: 220px;
    display: flex;
}

.custom-signup__img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.custom-signup__list {
    list-style: none;
    padding-left: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.custom-signup__list li {
    margin-bottom: 10px;
    position: relative;
    line-height: 1.5;
}

.custom-signup__list li::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 9px;
    height: 2px;
    width: 11px;
    background-color: #fff;
    border-radius: 3px;
}

.custom-signup__content {
    /*max-width: 380px;*/
    text-align: left;
    /*width: 380px;*/
    /*min-width: 320px;*/
    color: #fff;
}

.custom-signup__content p {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 20px;
}

.custom-signup__links {
    margin-bottom: 30px;
}

.custom-signup__link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    margin-right: 20px;
    transition: all 0.3s ease;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.custom-signup__link--active {
    font-weight: 700;
    border-color: #ffff;
}



@media (max-width: 1850px) {



    .header-new {
        padding: 6px 30px;
    }
    .header-menu {
        padding: 12px 30px 0px 30px;
    }
    .container-main, .container-other {
        background: #fff;
        margin: 0px;
        border-radius: 0px;
        border: none;
    }
    .iphone-x {
        margin-left: 0px;
    }
    .links-main {
       padding-left: 0px; 
    }
    #sortable li span {
        margin-left: -40px;
    }
    #sortable {
        padding-left: 60px;
        padding-right: 20px;
    }
    .control-panel {
        left: 325px;
    }

        .container-other--center {
    background: transparent;
    border: none;
    border-top: 1px solid #e4edf2;
    margin: 0px;
    border-radius: 0px;
}

.container-other {
    padding: 30px;
}


}


@media (max-width: 1650px) {
    .left {
        min-width: 310px;
        width: 310px;
        padding: 40px 30px;
    }
    .right_container, .right_container2 {
        min-width: 310px;
        width: 310px;
        padding: 40px 30px;
    }
    .tabs-custom__header {
        margin: 0px -35px;
        padding: 0px 35px;
    }
    .main-container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .accordion-custom__header {
        font-size: 18px;
        padding: 13px 0px;
    }
    .header-new__menu a {
        font-size: 14px;
    }
    .header-menu__items a {
        font-size: 16px;
    }
    .links-main__link {
        font-size: 16px;
    }
}

@media (max-width: 1520px) {
    .links-main__outline, .links-main__design, .links-main__install {
        font-size: 13px;
    }
    .links-main__left {
        max-width: 375px;
        width: 375px;
    }
    .links-main__link {
        font-size: 15px;
    }
}



@media (max-width: 1450px) {

    .links-main__right {
      margin-left: 0px;
      margin-top: 10px;
    }

    .main-container {
        justify-content: center;
    }



    .links-main {
      flex-direction: column;
      align-items: flex-start;
    }

    .control-panel__toggle {
        display: flex;
        cursor: pointer;
    }

    .control-panel__items {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 10px;
        background: #fff;
        z-index: 9999999;
        right: -70px;
        box-shadow: 0 0.5rem 2rem 0.5rem rgb(0 0 0 / 10%);
        padding: 10px 10px!important;
        border-radius: 4px;
    }

    .control-panel__items::before {
        content: '';
        position: absolute;
        left: -5px;
        top: 15px;
        height: 10px;
        width: 10px;
        background: #fff;
        transform: rotate(45deg);
    }


    .control-panel__menu--open .control-panel__toggle {
        border-color: #243e5163;
    }

    .control-panel__menu--open .control-panel__items {
        display: flex!important;
        flex-direction: column;
    }

    .control-panel .apple-switch {
        margin-right: 0px;
        margin-bottom: 8px;
    }

    .control-panel__edit {
        margin-right: 0px;
        margin-bottom: 5px;
    }

    .control-panel__delete {
        margin-right: 0px;
        margin-bottom: 5px;
    }

    .control-panel__stat {
        flex-direction: column;
    }
    .control-panel__stat-left {
        border-right: none;
        border-bottom: 1px solid #e4edf2;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .control-panel__stat-right {
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-left: none;
    }

    .header-new__upgrade {
        display: none;
    }

}


@media (max-width: 1200px) {



}

@media (max-width: 1100px) {


    .left_container {
        position: sticky;
        top: -30px;
        left: -30px;
        width: calc(100% + 60px);
        background-color: #fff;
        padding: 20px 30px;
        margin: 0px -30px;
        z-index: 9999;
        margin-top: -30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #e4edf2;
    }

    .right_container_header {
        display: flex;
        position: sticky;
        top: -30px;
        left: -30px;
        width: calc(100% + 60px);
        background-color: #fff;
        padding: 20px 30px;
        margin: 0px -30px;
        z-index: 9999;
        margin-top: -30px;
        margin-bottom: 10px;
        border-bottom: 1px solid #e4edf2;
    }


    .mobile-menu {
        display: flex;
    }

    .header-new__right {
        display: none;
    }

    .header-new {
        padding: 12px 30px;
    }

    .header-menu {
        display: none;
    }


       .links-main__right {
        display: none;
    }

    .bottom-menu {
        bottom: 30px;
    }

    .left {
        box-shadow: 0 40px 2rem 0.5rem rgb(0 0 0 / 10%);
        position: fixed;
        min-width: 310px;
        left: -100%;
        overflow: auto;
        box-sizing: border-box;
        padding: 30px 30px;
        border-color: transparent;
        z-index: 3;
        height: max-content;
        z-index: 99;
        height: calc(100vh - 60px);
    }

    .right_container, .right_container2 {
        box-shadow: 0 40px 2rem 0.5rem rgb(0 0 0 / 10%);
        position: fixed;
        min-width: 310px;
        right: 0px;
        overflow-y: auto;
        box-sizing: border-box;
        padding: 30px 30px;
        border-color: transparent;
        z-index: 3;
        height: max-content;
        display: none;
        z-index: 99;
        height: calc(100vh - 60px);
    }



    .main-container {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .right_container_close,
    .left_container_close {
        display: flex;
    }



    .links-main {
        align-items: center;
        justify-content: center;
        padding-left: 0px;
        width: 100%;
    }

    .links-main__left{
        width: 100%;
    }

    .iphone-x {
        align-items: center;
        justify-content: center;
        margin-left: 0px;
    }
    .device-iphone-x .device-content {
        width: 100%!important;
    }


}



@media (max-width: 1024px) {
    .custom-signup__center {
        align-items: flex-start;
    }

    .custom-signup__content {
        width: 330px;
    }
}


/*@media (min-width: 255px) and (max-width: 1070px)
    
}*/

@media (max-width: 820px) {
    #sortable li div #mobiletrash {
        font-size: 20px !important;
        margin-right: 0px;
    }
    input.apple-switch {    
        width: 36px!important;
        height: 20px!important;
    }

}

body {
    min-width: 345px;
}


.stat-row {
    float:right;
    display: flex;
    float: right;
    flex-direction: row;
    align-items: center;
}

.stat-row .links-default {
    margin-left: 20px;
}

@media (max-width: 767px) {

    .stat-row {
        flex-direction: column;
        float: none;
        align-items: flex-start;
        margin-top: 20px;
    }

    .stat-row .links-default {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px
    }

    .stat-row .datepicker {
        margin-left: 0px;
        margin-bottom: 10px
    }


    .left_container {
        position: sticky;
        top: -20px;
        left: -20px;
        width: calc(100% + 40px);
        background-color: #fff;
        padding: 15px 20px;
        margin: 0px -20px;
        margin-top: -20px;
        z-index: 9999;
        margin-bottom: 20px;
        border-bottom: 1px solid #e4edf2;
    }

    .right_container_header {
        display: flex;
        position: sticky;
        top: -20px;
        left: -20px;
        width: calc(100% + 40px);
        background-color: #fff;
        padding: 15px 20px;
        margin: 0px -20px;
        margin-top: -20px;
        z-index: 9999;
        margin-bottom: 0px;
        border-bottom: 1px solid #e4edf2;
        margin-bottom: 20px;
    }



    .device-iphone-x .device-content {
        width: auto!important;
        box-shadow: none;
    }

    #part1 {
        width: 100%!important;
    }

    .iphone-x {
        width: 100%;
    }

    .users-header {
        width: 100%;
        background-color: rgb(36 62 81 / 15%);
    }


    .users-header__menu {
        left: 0px;
        right: unset;
    }


    .right_container, .right_container2, #left {
        width: 100%;
        box-shadow: none;
        padding: 20px 20px;
        padding-bottom: 80px;
        top: 0px;
        height: 100%;
    }

    .notificationbox {
        padding: 17px 40px 17px 25px;
    }

    .header-new {
        padding: 12px 15px;
    }




    .main-container {
        padding-left: 0px;
        padding-right: 0px;
    }



    .bottom-menu {
        bottom: 0px;
    }

    .bottom-menu__content {
        border-radius: 0px;
        width: 100%;
        height: 60px;
        background: #fff;
    }

    .bottom-menu__design,
    .bottom-menu__settings {
        border-color: rgb(36 62 81 / 15%);        
    }



 

    .links-main__link {
        font-size: 15px;
    }

    .links-main {
        margin-left: 0px;
        margin-right: 0px;
        padding: 20px 20px;
        margin-top: 0px;
        margin-bottom: -20px;
    }

    .links-main__left {
        padding-right: 45px;
    }




    .device-iphone-x {
        margin-left: 0px;
        width: 100%!important;
    }

    .device-iphone-x .device-content {
        border-radius: 0px;
    }

    .device-frame {
        width: 100%!important;
    }

    .control-panel {
        left: -5px;
        width: 100%;
    }

    .control-panel__toggle {
        display: none;
    }

    .control-panel__menu {
        height: 45px;
        width: 100%;
    }

    .control-panel__items {
        right: -10px;
        top: unset;
        bottom: 0px;
    }

    .control-panel__items::before {
        left: -5px;
        top: unset;
        bottom: 20px;
    }


    .container-main {
        padding-top: 0px;
        margin-bottom: 50px;
    }

    .container-other {
        padding-top: 30px;
        margin-bottom: 50px;
    }

    .container-other {
        padding-left: 20px;
        padding-right: 20px;
        border-top: 0px;
        align-items: flex-start;
    }

    .container-other__center {
        border: none;
        border-radius: 0px;
        margin: 0px -20px;
        width: calc(100% + 40px);
        padding: 30px 20px;
    }

    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: left;
    }

    .tabs-custom__header li a{
        text-align: center;
        line-height: 1.5;
    }

    .tabs-custom__item {
        padding-top: 30px;
    }

    .modal .modal-dialog  {
        width: auto;
        margin: 30px 15px;
    }

    .modal .modal-dialog .modal-content {
        padding: 30px;
    }


    .custom-signup__left {
        height: auto;
        padding: 30px;
        padding-bottom: 20px;
    }

    .custom-signup__center {
        height: auto;
        padding: 30px;
        align-items: flex-start;
    }

    .custom-signup__content {
        width: auto;
    }

    .custom-signup__sub-title {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .custom-signup__list {
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .custom-signup__list li {
        margin-bottom: 10px;
    }


}

@media screen and (max-width: 640px) {

    div.dt-buttons {
        float: none !important;
        text-align: left;
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em;
        text-align: left;
        margin-bottom: 20px;
    }


}