@font-face {
    font-family: 'Metropolis-Regular';
    font-weight: normal;
    src: url('./fonts/Metropolis-Regular.otf');
}

@font-face {
    font-family: 'Metropolis-Bold';
    font-weight: bold;
    src: url('./fonts/Metropolis-Bold.otf');
}


* {
    font-family: Metropolis-Regular, serif;
}

:root{
    --base_color: #4E23E9;
    --base_deep_color: #4726a0;
    --base_light_color: #E1E1FF;
}

/*====================================== reset.css is here ========================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
    margin: 0 5px;
    max-width: 100%;
    height: auto;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    display: block;
    height: 0;
}

.clrflt {
    clear: both;
}

.last {
    margin: 0 !important;
}

.pad_last {
    padding: 0 !important;
}

.no_bg {
    background: none !important;
}

.no_bor {
    border: none !important;
}

* {
    box-sizing: border-box;
}

a {}

/**************************************************************************************/
a {
    color: #000;
    text-decoration: none;
    outline: 0 none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

/*----------------------------------------------------------------------------------*/


html {
    height: 100%;
}

body {
    color: #b1b1b1;
    min-width: 390px;
    font-size: 12px;
    background: #fff;
    height: 100%;
}

.flt_lt {
    float: left !important;
    display: inline;
}

.flt_rt {
    float: right !important;
    display: inline;
}

a:hover, a:focus {
    text-decoration: none;
    outline: 0 none;
}

figure {
    margin: 0;
    padding: 0;
}

header, nav, section, article, aside, footer, hgroup {
    display: block;
}

input, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border-radius: 0;
}

/*---------------*/
.wrapper {
    width: 100%;
    position: relative;
    left: 0;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    padding: 0;
    min-height: 100%;
    margin-bottom: -149px;
}

.container {
    margin: 0 auto;
    display: block;
    width: 1280px;
    padding: 0;
}

/*-------header--------*/
.header {
    display: flex;
    margin: 0;
    padding: 20px 0;
    width: 100%;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    background-image: linear-gradient(to bottom right, #4726a0, #5c2eec);
    height: auto;
}

.left-logo h1 {
    color: white;
    font-weight: bold;
    font-size: 24px;
    margin-left: 30px;
}

.slyfone_logo {
    width: 180px;
    margin-left: 30px;
}

.left-logo {
    display: flex;
    align-items: center;
}

.logo {
    display: inline-block;
    margin: 10px 0;
    padding: 0;
    float: left;
}

.logo a {
    margin: 0;
    padding: 0;
}

.header-right-main {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: right;
}

.header-right {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 0 0 auto;
    padding: 0 0 0 10px;
}

.header-right ul {
    display: inline-block;
}

.header-right ul li {
    display: inline-block;
    margin: 2px 0 0 30px;
    padding: 0;
}

.header-right ul li a {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}

.header-right ul li a span {
    background: #2bd8a9;
    border-radius: 4px;
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    padding: 1px 3px 1px 2px;
    position: absolute;
    right: -10px;
    top: -6px;
}

/*-------header end--------*/
/*-------nav--------*/
.nav {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 50px;
}

.nav ul li {
    display: inline-block;
    margin: 0 0 0 36.4px;
    padding: 1px 0;
    right: 50px;
}

.nav ul li .btn {
    display: block;
    margin: 10px;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 15px;
    color: white;
    letter-spacing: 2.9px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.white-board{
    border: 1px solid #FFFFFF;
}

.nav ul li .white-board:hover {
    color: #4726a0;
    background: #fff;
}

.nav ul li div.btn1 {
    background: #4726a0;
    color: #fff;
    padding: 16px 10px;
    border-radius: 8px;
    letter-spacing: 3px;
    width: 200px;
    text-align: center;
}

.nav ul li div.btn1:hover {
    opacity: 0.7;
    background: #fff;
}

.menu {
    float: right;
    margin: 17px 0 0 30px;
    display: none;
}

#nav-icon {
    width: 27px;
    height: 27px;
    position: absolute;
    right: 0;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 2.5px;
    width: 32px;
    background: white;
    opacity: 1;
    right: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0;
}

#nav-icon span:nth-child(2) {
    top: 7px;
}

#nav-icon span:nth-child(3) {
    top: 14px;
}

#nav-icon span:nth-child(4) {
    top: 21px;
}

.open #nav-icon span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.open #nav-icon span:nth-child(2) {
    opacity: 0;

}

.open #nav-icon span:nth-child(3) {
    top: 12px;
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.open #nav-icon span:nth-child(4) {
    display: none;
}

/*-------nav end--------*/
.main-content {
    display: block;
    margin: 0;
    padding: 43px 0;
}

.main-content h2 {
    display: block;
    margin: 0 0 35px;
    padding: 0;
    text-align: center;
    font-size: 36px;
    color: #212121;
    font-weight: bold;
}

.list {
    display: table;
    margin: 0 auto 90px;
    padding: 0;
}

.list ul {}

.list ul li {
    display: inline-block;
    margin: 0 16px;
    padding: 0;
}

.list ul li a {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #616161;
    font-weight: bold;
    letter-spacing: 3.3px;
}

.list ul li span {
    color: #4726a0;
    font-weight: normal;
    letter-spacing: 0.7px;
    font-size: 18px;
}

.list1 {
    display: table;
    margin: 1px 0 20px;
    padding: 0;
}

.list1 ul {}

.list1 ul li {
    display: inline-block;
    margin: 0;
    padding: 0 5px 0 0;
    font-size: 12px;
    color: #616161;
    font-weight: bold;
    letter-spacing: 3.5px;
}

.list1 ul li div {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
    font-size: 12px;
    color: #616161;
    font-weight: bold;
    letter-spacing: 2.9px;
    text-transform: uppercase;
    cursor: pointer;
}

.list1 ul li div.active {
    color: #1B1B1B;
}

.list2 {
    display: inline-block;
    margin: 1px 0 18px;
    padding: 0;
    float: right;
}

.list2 ul {}

.list2 ul li {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 34px;
}

/* .list2 ul li a{display:inline-block;margin:0 0 0 5px;padding:0;font-size:12px;color:#03a57b;font-weight:bold;letter-spacing: 2.9px; text-transform:uppercase;border:#000 solid 1px;} */
.list2 ul li a {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: #000 solid;
    border-width: 1px;
    border-radius: 4px;
}

.list2 ul li a:hover {
    background-color: #000;
    color: white
}

.dashboard {
    display: block;
    margin: 0;
    padding: 0;
}

.dashboard ul {
    margin: 0 -20px;
}

.dashboard ul li {
    display: inline-block;
    margin: 20px 0;
    padding: 0 20px;
    float: left;
    width: 100%;
}

.block {
    max-width: 500px;
    margin: 0 auto;
    padding: 50px 0px 50px 75px;
    background: #E1E1FF;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
}

.block:hover {
   opacity: 0.7;
}

.block span {
    display: block;
    padding: 0;
    margin: 0 20px;
    font-size: 16px;
    color: #4726a0;
    font-weight: bold;
    text-transform: uppercase;
}

.block img {
    width: 30px;
    margin: 0 20px;
    object-fit: contain;
    border-radius: 0;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.block:hover img {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.block1 {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 490px;
}

.block1 ul {
    font-size: 0;
    display: block;
    padding: 0 12px;
    margin: 0 0 41px;
}

.block1 ul li {
    display: block;
    margin: 0 0 27px;
    padding: 0;
    vertical-align: top;
}

.block1 ul li.width {
    width: 291px;
}

.block1 ul li h3 {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    font-size: 12px;
    color: #03A57B;
    font-weight: bold;
    letter-spacing: 2.9px;
}

.block1 ul li p {
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    letter-spacing: 0.9px;
}

.btns {
    display: block;
    margin: 0;
    padding: 0;
}

.btn2 {
    display: inline-block;
    margin: 0 10px;
    background: #4726a0;
    font-size: 12px;
    color: #fff !important;
    font-weight: 600;
    border-radius: 10px;
    letter-spacing: 3.6px;
    text-align: center;
    width: 235px;
    height: 45px;
    border: 1px solid #4726a0;
    float: left;
    outline: none;
}

.btn3 {
    display: inline-block;
    margin: 0;
    padding: 16px 10px;
    background: #fff;
    font-size: 12px;
    color: #FF0000 !important;
    border: 1px solid #FF0000;
    font-weight: 600;
    border-radius: 5px;
    letter-spacing: 3.6px;
    text-align: center;
    width: 235px;
    float: right;
    outline: none;
}

.btn2:hover {
    background: #5c2eec;
    border: 1px solid #5c2eec;
}

.btn3:hover {
    background-color: #F00;
    color: white !important
}

.btn4 {
    display: inline-block;
    margin: 0;
    background: #E1E1FF;
    font-size: 12px;
    color: #fff !important;
    border: 1px solid #E1E1FF;
    font-weight: 600;
    border-radius: 10px;
    letter-spacing: 3.6px;
    text-align: center;
    width: 235px;
    height: 45px;
    float: right;
    outline: none;
}

.btn5 {
    display: inline-block;
    margin: 0;
    border: 1px solid #5c2eec;
    font-size: 12px;
    color: #5c2eec !important;
    font-weight: 600;
    border-radius: 10px;
    letter-spacing: 3.6px;
    text-align: center;
    width: 235px;
    height: 45px;
    float: right;
    background: #fff;
    outline: none;
}

.btn6 {
    display: inline-block;
    margin: 28px 0 4px;
    padding: 10px 10px;
    border: 1px solid #03A57B;
    font-size: 12px;
    color: #03A57B !important;
    font-weight: 600;
    border-radius: 5px;
    letter-spacing: 3.6px;
    text-align: center;
    width: 110px;
    background: #fff;
    outline: none;
}

.btn7, .btn8 {
    display: none;
    margin: 0 0 0 0;
    padding: 16px 10px;
    background: #5c2eec;
    font-size: 12px;
    color: #fff !important;
    font-weight: 600;
    border-radius: 5px;
    letter-spacing: 3.6px;
    text-align: center;
    width: 235px;
    border: 1px solid #5c2eec;
    float: left;
    outline: none;
}

.btns span {
    display: block;
    margin: 58px 0 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    color: #616161;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.block2 {
    width: 100%;
    margin: 0 50px 50px;
    padding: 50px;
    display: block;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 21%);
    border: 1px solid #efefef;
    height: auto;
}

.block2 ul {
    margin: 0 0 65px;
}

.block2 ul li {
    display: inline-block;
    margin: 0 0 11px 0;
    padding: 0;
    width: 48.3%;
}

.block2 ul li label {
    display: block;
    margin: 0 0 5px;
    padding: 0;
    font-size: 12px;
    color: #4726a0;
    font-weight: bold;
    letter-spacing: 2.9px;
    text-transform: uppercase;
}
.cancel-survey-form strong{
color:#505050;
font-size: 16px;
}
.cancel-survey-form ul {
    margin: 0 0 50px;
    display: block;
    margin-left: 30px;
    margin-top: 20px;
}

.cancel-survey-form ul li {
    display: inline-block;
    margin: 0 0 11px 0;
    padding: 0;
    width: 48.3%;

}

.cancel-survey-form ul li label {

    display: block;
    margin: 0 0 5px;
    padding: 0;
    font-size: 16px;
    color: #646465;
    letter-spacing: initial;
    text-transform: initial;

}

.form-group {
    margin: 0;
}

.block2 .form-control {
    display: block;
    margin: 0;
    border: 0;
    background: #F8F7FF;
    box-shadow: none !important;
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    padding: 0 19px;
    height: 45px;
    outline: none !important;
    border-radius: 30px;
}

.block2 .form-control.readonly {
    background: #F8F7FF;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
    height: 45px;
}

.hide2-block {
    display: none;
}

.device .list1, .device .list2 {
    margin: 1px 0 30px;
}

.device-section {
    display: block;
    margin: 0;
    padding: 0;
}

.device-block {
    display: inline-block;
    height: 700px;
    margin: 0 10px 10px 0;
    padding: 67px 20px 3px;
    background: #F8F7FF;
    border-radius: 30px;
    width: 100%;
    border: 2px solid transparent;
}

.device-block:hover, .device-block.active-main {
    border: 2px solid #4726a0;
    position: relative;
    background: none;
    height: 700px
}

.device-block figure {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 23px;
    text-align: center;
    float: left;
}

.cont {
    display: inline-block;
    margin: 0;
    padding: 24px 0 0 24px;
    float: left;
}

.cont ul {
    margin: 0 0 65px;
}

.cont ul li {
    display: block;
    margin: 0 0 7px 0;
    padding: 0;
}

.cont ul li label {
    display: block;
    margin: 0 0 -1px;
    padding: 0;
    font-size: 12px;
    color: #616161;
    font-weight: bold;
    letter-spacing: 2.9px;
    text-transform: uppercase;

}

.cont .form-control {
    -webkit-appearance: none;
    display: block;
    margin: 0;
    border: 1px solid #979797;
    background: none;
    box-shadow: none !important;
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    padding: 0 10px;
    height: 29px;
    outline: none !important;
    letter-spacing: 0.9px;
}

.cont .form-control:focus {
    background: #f5f5f5;
}

.cont .form-control.readonly {
    background: none;
    padding: 0;
    border: 0;
}

.cont ul li small {
    display: block;
    margin: 45px 0 0;
    padding: 0;
    font-size: 12px;
    color: #616161;
    font-weight: bold;
    letter-spacing: 2.9px;
    text-transform: uppercase;
}

.cont button {
    display: block;
    margin: 0;
    border: none;
    border-radius: 3px;
    background: #2bd8a9;
    box-shadow: none !important;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    padding: 0 14px;
    height: 29px;
    outline: none !important;
    letter-spacing: 0.9px;
}


.btns2 {
    display: inline-block;
    margin: 220px auto 0 auto;
    padding: 0;
    min-height: 40px;
    text-align: center;
    width: 100%;
}

.btns2 ul {}

.btns2 ul li {
    display: inline-block;
    margin: 0 12px;
    padding: 0;
}

.btns2 ul li a {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 27px;
    font-size: 12px;
    color: #616161;
    font-weight: bold;
    letter-spacing: 3px;
}

.btns2 ul li a.test {
    background: url(../images/icon5.png) no-repeat left center;
}

.btns2 ul li a.edite {
    background: url(../images/icon6.png) no-repeat left top;
}

.btns2 ul li a.edite:hover, .btns2 ul li a.edite.active {
    background: url(../images/icon6.png) no-repeat left bottom;
    color: #5c2eec;
}

.btns2 ul li a.delete {
    color: #FF0000;
    background: url(../images/icon7.png) no-repeat left center;
}

.btns2-in {
    display: none;
    margin: -15px 0 20px;
    width: 100%;
}

.btns2-in-devices {
    display: block;
    margin: -21px 0 12px;
    width: 100%;
}

.btn9 {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 11px 10px;
    background: #4726a0;
    font-size: 12px;
    color: #fff !important;
    font-weight: 600;
    border-radius: 5px;
    letter-spacing: 3.6px;
    text-align: center;
    width: 140px;
    border: 1px solid #4726a0;
    /* float: left; */
    outline: none;
}

.btn10 {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 11px 10px;
    background: #d2d2d2;
    font-size: 12px;
    color: #fff !important;
    border: 1px solid #d2d2d2;
    font-weight: 600;
    border-radius: 5px;
    letter-spacing: 3.6px;
    text-align: center;
    width: 140px;
    /* float: right; */
    outline: none;
}


.check {
    position: absolute;
    left: 0;
    padding: 0;
    top: 25px;
    display: none;
}

.device-block:hover .check {
    display: block;
}

.checkbox {
    display: block;
    position: relative;
    margin: 0;
    margin-bottom: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid gray;
    border-radius: 3px;
}

.checkmark-text {
    margin-left: 10px;
    color: #747474;
    font-size: 16px;
    font-weight: 400;
}

.checkmark-text span a{
    color: #747474!important;
    font-weight: normal!important;
}

.form-group .form-check {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}


.checkmark-text span {
    color: #707070;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #707070;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.list-section {
    display: block;
    margin: 0 auto;
    padding: 13px 0;
    max-width: 1000px;
    margin-top: 100px
}

.list-section ul {}

.list-section ul li {
    display: block;
    padding: 0;
}

.list-section ul li .fa {
    font-size: 19px;
    color: #2BD8A9;
    font-weight: normal;
    padding: 0px 0 7px 70px;
}

.list-section ul li h3 {
    font-size: 24px;
    color: #2BD8A9;
    font-weight: normal;
    padding: 23px 0 10px 70px;
}

.list-section ul li p {
    display: inline-block;
    margin: 0 0 0 43px;
    padding: 0;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    letter-spacing: 0.6px;
}

.list-section ul li p img {
    margin: 0 10px 0 0;
}

.list-section ul li p .thumbnail {
    margin: 0 10px 0 0;
    height: 40px;
    width: 40px;
    align-content: center;
    text-align: center;
    border-radius: 40px;
    border: none;
    color: white;
    font-size: 20px;
    vertical-align: middle
}

.list-section ul li .list-block {
    display: block;
    margin: 0;
    padding: 8px 20px;
    border-radius: 8px;
    position: relative;
}

.list-section .check {
    position: absolute;
    padding: 0;
    margin: 0;
    display: none;
    vertical-align: middle;
    top: 20px;
}

.list-section .checkmark {
    border: 2px solid #fff;
    display: inline-block;
    position: static;
}

.list-section .checkbox {
    margin: 0 0 0 20px;
}

.list-section .checkbox .checkmark:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    top: 4px;
    left: 8px;
}

.btns3 {
    display: none;
    margin: 0;
    padding: 6px 0;
    float: right;
}

.btns3 a {
    display: inline-block;
    margin: 0 10px 0 10px;
    padding: 0;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

.btns3 a img {
    margin: 0 10px 0 0;
}

.list-section ul li:hover .list-block, .list-section ul li.active .list-block {
    background: #19a6fb;
}

.list-section ul li:hover .check, .list-section ul li.active .check, .list-section ul li:hover .btns3, .list-section ul li.active .btns3 {
    display: inline-block;
}

.list-section ul li:hover p, .list-section ul li.active p {
    color: #fff;
}

/*-------footer--------*/
.push {
    height: 90px;
}

.footer {
    display: block;
    margin: 0;
    padding: 60px 0;
    background: #333333;
    position: relative;
    z-index: 99;
}

.footer a {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.footer ul {
    display: inline-block;
    margin: 0 50px 5px;
    padding: 0;
}

.footer ul li {
    display: inline-block;
    margin: 0 21px;
    padding: 0;
}

.footer ul li a {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 3.2px;
}

.fot-logo {
    display: table;
    margin: 0px auto -24px;
    padding: 0;
}

.footer a:hover {
    opacity: 0.7;
}

/*-------footer end--------*/
::-webkit-input-placeholder {
    font-weight: 300;
    color: #9c9c9c;
}

::-moz-placeholder {
    font-weight: 300;
    color: #9c9c9c;
}

:-ms-input-placeholder {
    font-weight: 300;
    color: #9c9c9c;
}

:-moz-placeholder {
    font-weight: 300;
    color: #9c9c9c;
}


/*-------Pop up-----------*/
.popup {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000
}

.popup_inner {
    width: 25%;
    position: absolute;
    margin: auto;
    background: white;
    border-radius: 15px;
    padding: 2vw;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    min-width: 400px;
    border: 1px solid;
}

.popup_inner h1 {
    color: black
}

.popup_inner p {
    color: black;
    margin-top: 5%;
    font-size: 15px
}

.popup_inner .buttons {
    margin-top: 16px;
}

.popup_inner .buttons div {
    text-transform: uppercase;
    font-size: 15px;
    color: #4726a0;
    border-radius: 5px;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    cursor:pointer
}

.popup_inner .buttons div:hover {
    background: #eee
}

.popup_contact_inner {
    position: absolute;
    top: 20%;
    left: 10%;
    right: 10%;
    margin: auto;
    background: white;
    border-radius: 5px;
    padding: 2vw;
}

.popup_contact_inner h3 {
    color: black
}

.popup_contact_inner p {
    color: black;
    margin-top: 5%;
    font-size: 15px
}

.popup_contact_inner p label {
    color: black;
    margin-top: 5%;
    font-size: 15px;
    font-weight: 400
}

.popup_contact_inner p input {
    background-color: #eee;
    font-size: 15px;
    border: none;
    height: 50px;
    box-shadow: none
}

.popup_contact_inner p .contact-tip {
    color: #9c9c9c;
    margin-top: 5%;
    font-size: 15px;
    font-weight: 300
}

.popup_contact_inner .buttons {
    margin-top: 16px;
}

.popup_contact_inner .buttons a {
    text-transform: uppercase;
    font-size: 15px;
    color: dodgerblue;
    border-radius: 5px;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px
}

.popup_contact_inner .buttons a:hover {
    background: #eee
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.tip {
    color: #2bd8a9;
}

.tip:hover {
    color: #38b694;

}

.user-badge {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 10px;
    color: white;
    font-size: 35px;
    font-weight: bold;
    line-height: 43px;
    background: #5420F3;
    letter-spacing: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}


.block3 p {
    display: block;
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    letter-spacing: 0.9px;
    margin-top: 10px
}

.block3 table tr {
    height: 55px;
    border-bottom: 1px solid
}

.block3 hr {
    border: 0.5px solid #aeaeae;
}

.order-block {}

.order-block li {
    display: inline-block;
    padding: 0 11px 11px;
}

.order-block li label {
    display: block;
    margin: 0 0 5px;
    padding: 0;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2.9px;
    text-transform: uppercase;
}

.order-block li a {
    display: inline-block;
    margin: 5px 7.5px 6px 0;
    padding: 0;
}

.order-block .form-control {
    display: block;
    margin: 0 0 10px;
    padding: 0 20px 0 50px;
    border: 0;
    background: #F8F7FF;
    box-shadow: none !important;
    font-size: 14px;
    color: black;
    font-weight: normal;
    height: 45px;
    outline: none !important;
    border-radius: 35px;
}

.order-block .form-control2 {
    display: block;
    margin: 0;
    border: 0;
    background: url(../images/down-arrow.png) no-repeat 95% center rgba(255, 255, 255, 0.8);
    box-shadow: none !important;
    font-size: 14px;
    color: #03a57b;
    font-weight: normal;
    padding: 0 19px;
    height: 51px;
    outline: none !important;
}

.check1 {
    display: table;
    margin: 50px auto 17px auto;
    padding: 0;
}

.check1 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    background: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check1 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check1 .checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check1 .checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #d2d2d2;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check1 .checkbox {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 0 0 33px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    color: #707070;
    font-weight: normal;
}


.a-text-white h6 {
    color: #212121 !important;
    font-size: 14px !important;
    font-weight: normal;
    padding: 5px
}

.a-text-white h3 {
    color: #212121 !important;
    font-size: 18px !important;
    margin-top: 15px;
    font-weight: normal;
    padding: 5px
}

.signup .checkbox span {
    font-weight: bold;
    text-decoration: underline;
    color: #707070;
}
.signup .button1:hover {
    opacity: 0.7;
}
.signup .button {
    margin-bottom: 20px;
    background: #E1E1FF;
    font-size: 20px;
    color: #212121;
    border-radius: 40px;
    text-align: center;
    box-shadow: none;
    border: 0;
    outline: none;
    font-weight: 600;
    height: 50px;
    letter-spacing: 1px;
}

.signup .button:hover {
    opacity: 0.7;
}

.signup {
    background: white;
}

.signup-heading {
    color: #212121;
    text-align: center;
    margin: 15px 0;
    font-weight: bold;
    font-size: 35px!important;
}

.signup-heading-div{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

/* login */
.center-logo {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.center-logo img {
    width: auto;
    height: 70px;
}

.center-logo2 {
    display: flex;
    justify-content: center;
}

.center-logo2 img {
    object-fit: contain;
    object-position: center;
    width: auto;
    height: 70px;
}

.form-control-login1 {
    background-repeat: no-repeat;
    background-size: 20px;
    background-position-x: 3%;
    background-position-y: 50%;
    display: block;
    margin: 0;
    border: 0;
    background-color: #F8F7FF;
    box-shadow: none !important;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    padding: 0 20px 0 50px;
    height: 45px;
    outline: none !important;
    border-radius: 35px;
    width: 100%;
    margin-bottom: 20px;
}

.form-control-login2 {
    background-image: url(./images/lock-2.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position-x: 20px;
    background-position-y: 50%;
    display: block;
    margin: 0;
    border: 0;
    background-color: #F8F7FF;
    box-shadow: none !important;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    padding: 0 20px 0 50px;
    height: 45px;
    outline: none !important;
    border-radius: 35px;
    width: 100%;
    margin-bottom: 20px;
}

.signup .button1 {
    margin-bottom: 20px;
    background: #E1E1FF;
    font-size: 16px;
    color: #212121;
    border-radius: 40px;
    text-align: center;
    box-shadow: none;
    border: 0;
    outline: none;
    font-weight: 600;
    height: 50px;
    margin-left: 3%;
    width: 94%;
    margin-right: 12px;
    letter-spacing: 1px;
}

.round-button-signup {
    background: white;
    border-radius: 50px;
    border: none;
    color: #5420F3;
    font-size: 16px;
    padding: 5px 10px;
    margin: 20px 0;
}

/* account */

.background-gradient {
    width: 100%;
    height: 300px;
    background: linear-gradient(305.06deg, #5C2EEC 10.83%, #4726A0 88.19%, #4726A0 88.19%);
    position: absolute;
    z-index: -1;
}

.account-section h2 {
    color: white;
    margin: 0 auto 30px;
    padding: 30px 0 0;
    font-size: 35px;
    font-weight: bold;
    line-height: 43px;
    text-align: center;
}

.account-parts {
    display: flex;
    flex-direction: row;
}

.info-details {
    width: 30%;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 21%);
    border: 1px solid #efefef;
    padding-top: 30px;
    display: flex;
    justify-content: center;
}

.info-details .form-control {
    background: white;
    border: none;
    box-shadow: none;
    text-align: center;
    border-radius: 10px;
}

.info-details .form-control .readonly {
    background: white;

}

.form-group-name {
    display: flex;
    flex-direction: row;
}

.green-box {
    height: 100px;
    margin: 10px auto 20px;
    display: flex;
    justify-content: center;
}

.button-group {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

.ChangeButtonBorder {
    background-color: white;
    color: #4726a0;
    font-size: 16px;
    border: none;
    border-bottom: 2px solid #4726a0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
    width: 33.3%;
}

.ChangeButtonBorderDefault {
    background-color: white;
    border: none;
    font-size: 16px;
    border-bottom: 2px solid gray;
    width: 33.3%;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


/* Checkout */

.Checkout h1 {
    color: #707070;
    text-align: center;
    margin-top: 50px;
    font-size: 30px;
}

.Checkout h2 {
    color: #707070;
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
}

.plans-section {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-left: 15%;

}

.plans-section-pricing-page {
    display: flex;
    flex-direction: column;
    width: 350px;

}

.plans-section-pricing-page h2 {
    color: #464646 !important;
    font-size: 26px !important;
    text-align: left !important;
    font-weight: bold!important;
    margin-bottom: 10px !important;
    margin-top: 5px;
}

.plans-section-pricing-page h3 {
    font-size: 22px;
    text-align: left;
    color: #707070;
    font-weight: 300;
    margin-bottom: 20px;
}

.plans-section-pricing-page h4 {
    color: #464646;
    font-size: 20px;
    text-align: left;
    margin-bottom: 10px;
}

.plans-section-pricing-page p {
    font-size: 16px;
    text-align: left;
    color: #707070;
    font-weight: 300;
}

.plans-section h2 {
    color: #464646 !important;
    font-size: 26px !important;
    text-align: left !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    margin-top: 5px;
}

.plans-section h3 {
    font-size: 22px;
    text-align: left;
    color: #707070;
    font-weight: 300;
    margin-bottom: 20px;
}

.plans-section h4 {
    color: #464646;
    font-size: 20px;
    text-align: left;
    margin-bottom: 10px;
}

.plans-section p {
    font-size: 16px;
    text-align: left;
    color: #707070;
    font-weight: 300;
}

.plan1 {
    padding: 15px;
    margin-bottom: 25px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 21%);
    display: flex;
    flex-direction: row;
    cursor: pointer;
    margin-top: 20px;
}

.plan2 {
    margin: 10px 0;
    padding: 15px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 21%);
    display: flex;
    flex-direction: row;
    cursor: pointer;
}

.start-plan-button {
    background-color: #5d30e8;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 30px;
    font-size: 18px;
    width: 400px;
    margin: 20px auto;
}
.start-plan-button:disabled{
    background-color: #979797;
}

.borderpurple {
    border: 3px solid #5d30e8;
}

.bordergray {
    border: 3px solid gray;
}

.plans-text {
    width: 100%;
}

.green-price-box {
    background-color: #4726a0;
    border-radius: 10px;
    height: 80px;
    width: 100px;
    color: white;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.green-price-box h2 {
    color: white;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 22px;
}

.green-price-box h3 {
    color: white;
    font-size: 16px;
}

.plans-section2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 15%;
    padding-right: 15%;
    margin-top: 50px;
}

.payment {
    width: 50%;
}

.payment h2 {
    margin-bottom: 30px;
    font-size: 30px;
    text-align: left;

}

.payment-description {
    width: 30%;
    background-color: #EBEEEE;
    border-radius: 20px;
    height: 400px;
    margin-top: 100px;
}

.stripe-button {
    background-color: #5420F3;
    color: white;
    border: none;
    margin-top: 10px;
    width: 100%;
    padding: 7px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
}

/* Device */
.device-image {
    position: absolute;
    margin-left: -130px;
    width: 275px;
}

.messages {
    position: absolute;
    height: 460px;
    overflow: scroll;
    display: inline-block;
    margin: 0;
    margin-left: -100px;
    margin-top: 45px;
    min-width: 225px;
}

.Calls {
    position: absolute;
    height: 460px;
    overflow: scroll;
    display: inline-block;
    margin: 0;
    margin-left: -100px;
    margin-top: 45px;
    min-width: 225px;
}

.Calls h1 {
    color: #202020;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}

.ChangeButtonBorder2 {
    background-color: #4922b400;
    color: white;
    font-size: 12px;
    border-radius: 50px;
    border: none;
    width: 70px;
    font-weight: 400;
    padding: 5px;
    box-shadow: 1px 1px 7px #815eec;
}

.ChangeButtonBorderDefault2 {
    background: transparent;
    border: none;
    font-size: 12px;
    width: 70px;
    font-weight: 400;
    border-radius: 50px;
}

.button-group2 {
    background-color: white;
    border-radius: 0 0 50px 50px;
    position: absolute;
    display: inline-block;
    margin: 0;
    margin-left: -99px;
    margin-top: 471px;
    z-index: 1;
    padding-top: 10px;
}

.button-group2 img {
    width: 20px;
}

.messages h1 {
    color: #202020;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}

.message-box {
    background-color: #DBDBF7;
    border-radius: 20px;
    padding: 15px;
    text-align: left;
    width: 215px;
    margin-bottom: 15px;
}

.message-setup {
    display: flex;
    flex-direction: column;
}

.message-setup h2 {
    color: #464646;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0;
}

.message-setup h3 {
    color: #464646;
    font-weight: 400;
    text-align: left;
    font-size: 12px;
}

.message-setup p {
    color: #464646;
    font-weight: 400;
    text-align: left;
    font-size: 12px;
}

.call-box {
    background-color: #F8F7FE;
    border-radius: 20px;
    padding: 15px;
    text-align: left;
    width: 215px;
    margin-bottom: 15px;
}
.voice-box {
    background-color: #f0f3f4;
    border-radius: 20px;
    padding: 15px;
    text-align: left;
    width: 215px;
    margin-bottom: 15px;
}

.call-setup {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.call-setup h2 {
    color: #464646;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0;
}

.call-setup h3 {
    color: #464646;
    font-weight: 400;
    text-align: left;
    font-size: 12px;
}

.call-setup p {
    color: #464646;
    font-weight: 400;
    text-align: left;
    font-size: 12px;
}

.duration-right {
    position: absolute;
    right: 15px;
}

.call-phone {
    height: 20px;
    width: auto;
    margin-right: 10px;
}

.back-arrow {
    width: 20px;
    margin: 0 10px;
}

.full-name {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.full-name h2 {
    color: #717171;
    font-size: 20px;
    line-height: 24px;
    margin: 0 2px;
    text-align: center;
}

.email-text {
    color: #9c9c9c;
    font-size: 14px;
    text-align: center;
}

.phone-number-setup {
    display: flex;
    justify-content: center;
}

.phone-number-setup h3 {
    font-size: 18px;
    color: #979797;
}

.plan-type {
    color: white;
    font-size: 20px;
    margin: 0;
    font-weight: bold;
    border-radius: 10px;
    text-transform: uppercase;
}

.figure-phone {
    margin-top: 0;
}

.pricing-page-section h1 {
    color: #707070;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    font-size: 28px;
    margin-bottom: 20px;
}

.pricing-page-section h2 {
    color: #707070;
    text-align: center;
    font-size: 22px;
    margin-bottom: 50px;
}

.pricing-page {
    height: 100vh;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-left: 10%;
    margin-right: 10%;
}

.pricing-page-section1 {
    background-color: #EBEEEE;
    width: 55%;
    height: auto;
    padding: 90px;
    border-radius: 30px;
}

.pricing-page-section1 h3 {
    color: #707070;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;

}

.pricing-page-section1 h4 {
    color: #707070;
    font-size: 16px;
}

.pricing-page-section1 li {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}

.pricing-page-section1 li img {
    height: 30px;
    width: auto;
    margin-right: 10px;
}

.pricing-page-section2 {
    height: 400px;
    opacity: 1;
    /*padding: 4px;*/
    transition: opacity .2s linear;
    width: 370px;
    float: right;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 1px 2px 4px 1px rgb(0 0 0 / 29%);
}

.StripeElement {
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #495057;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    -webkit-user-select: text;
}

.border-grey{
    border: 1px solid #CED4DA;
}

.inner-text-padding{
    padding: 8px 12px 6px 12px;
}

.StripeElement--focus {
    border: 1px solid #80BDFF;
    box-shadow: 0 0 3.2px #007bff;
    outline: 0;
    border-radius: 4px;
    transition: box-shadow 0.15s;
}

.StripeElement--invalid {
    border: 1px solid #DC3545;
    padding: 8px 46px 6px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #495057;
    background: transparent url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'><path d='M0 0h24v24H0V0z' fill='none'/><path d='M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z' fill='%23DC3545'/></svg>") no-repeat;
    background-position-x: 99%;
    background-position-y: 5px;
}

.StripeElement--invalid.StripeElement--focus {
    box-shadow: 0 0 3.2px #DC3545;
    outline: 0;
    border-radius: 4px;
    transition: box-shadow 0.15s;
}

.StripeElement--complete {
    border: 1px solid #28A745;
    padding: 8px 46px 6px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #495057;
    background: transparent url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'><path d='M0 0h24v24H0z' fill='none'/><path d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z' fill='%2328A745'/></svg>") no-repeat;
    background-position-x: 99%;
    background-position-y: 5px;
}

.StripeElement--complete.StripeElement--focus {
    box-shadow: 0 0 3.2px #28A745;
    outline: 0;
    border-radius: 4px;
    transition: box-shadow 0.15s;
}

.Checkout {
    display: flex;
    flex-direction: row;
}

.push-1 {
    margin-bottom: -149px;
}

.Checkout-text {
    display: flex;
    flex-direction: column;
}

.Checkout-part1 {
    width: 50%;
}

.Checkout-part2 {
    width: 50%;
    padding: 50px;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    max-width: 600px;
    max-height: 400px;
}

.Checkout-section1 {
    width: 100%;
    background-color: #4726a0;
    padding-top: 50px;
    padding-bottom: 149px;
    height: 100vh;
}

.Checkout-section1 h1 {
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: bold;
}

.Checkout-section1 h2 {
    color: white;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}

.Checkout-section1 span {
    text-align: center;
    font-size: 30px;
    margin-top: 10px;

}


.Checkout-section1 h3 {
    color: white;
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
}

.Checkout-section1 h4 {
    color: white;
    text-align: center;
    font-size: 20px !important;
    margin-top: 100px;
}

.Checkout-section1 p {
    color: white;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;

}

.Checkout-section1 h5 {
    color: #012c27;
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
}

.total-payment {
    margin-top: 100px;
}

.total-payment hr {
    width: 80%;
    border-top: 1px solid #012c27;
}

input[type="radio"] {
    width: 200px;
    height: 40px;
    border-radius: 50px;
    position: absolute;
    margin-left: -35px;
    margin-top: -8px;
    cursor: pointer;
}

input[type="radio"]:checked {
    color: black;
    border: 2px solid #542bce;
}

input[type=radio]:focus {
    outline: none !important;
    border: 2px solid #542bce;
}

.cancel-survey-form input[type="radio"] {
    width: 15px;
    height: 15px;
    border: 1px solid rgb(53, 53, 53);
    border-radius: 50px;
    margin-top: 0;
}

.cancel-survey-form input[type="radio"]:checked {
    background-color: #542bce;

}

.cancel-plan-button {
    display: inline-block;
    background: #d2d2d2;
    font-size: 12px;
    color: #fff !important;
    font-weight: 600;
    border-radius: 30px;
    letter-spacing: 3.6px;
    text-align: center;
    width: 235px;
    height: 45px;
    border: 1px solid #d2d2d2;
    float: right;
    outline: none;
    margin: 25px 0 0;
}

.update-plan-button {
    display: inline-block;
    background: #4726a0;
    font-size: 12px;
    color: #fff !important;
    font-weight: 600;
    border-radius: 30px;
    letter-spacing: 3.6px;
    text-align: center;
    width: 235px;
    height: 45px;
    border: 1px solid #4726a0ac;
    float: left;
    outline: none;
    margin: 50px 0 0;
}

.cancel-plan-page {
    display: flex;
    flex-direction: column;
    padding-right: 15%;
    max-width: 650px;
}

.area-code-page {
    min-height: 40vh;
}

.area-code-page h1 {
    text-align: center;
    color: #212121;
    font-size: 35px;
    font-weight: bold;
    margin-top: 30px;
}

.area-code-page h2 {
    text-align: center;
    color: #212121;
    font-size: 20px;
    margin-top: 30px;
}

.area-code-page form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.area-code-field input {
    border-radius: 10px;
    border: 3px solid #4E23E9;
    width: 50px;
    height: 50px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    color: #333333;
    font-size: 30px;
    text-align: center;
}
.area-code-field input:focus {
    outline: none !important;
}
.area-code-note {
    text-align: center;
    background: #DD1B1B;
    width: fit-content;
    min-width: 200px;
    margin: auto;
    padding: 25px;
    border-radius: 30px;
    color: white;
    font-size: 16px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.area-code-note img{
    width: 20px;
    margin-right: 5px;

}

.area-code-page button {
    background-color: #5420F3;
    border-radius: 50px;
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    width: auto;
    color: white;
    font-size: 16px;
    border: none;
    margin-top: 30px;
    margin-bottom: 10px;
    box-shadow: 3px 5px 12px rgb(0 0 0 / 16%);
    font-weight: bold;
    letter-spacing: 2px;
}
.area-code-page button:disabled{
    background: #979797;
}
.area-code-page button img{
   width:20px;
   margin-left:10px;
}

.area-code-page h3 {
    text-align: center;
    margin: 25px auto;
    color: #212121;
    font-weight: normal;
    font-size: 16px;
}

.suggested-codes {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-left: 35%;
    padding-right: 35%;
    color: #333333;
    margin-top: 15px;
}

.suggested-codes h4{
    cursor: pointer;
}

.area-code-page h4 {
    background-color: #E1E1FF;
    border-radius: 50px;
    padding: 10px 20px;
    margin-left: 20px;
    margin-right: 20px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: all 5000s ease-in-out 0s;
}

.input-icon {
    position: absolute;
    margin-top: -53px;
    width: 17px;
    margin-left: 20px;
}
.signup-icon{
    position: absolute;
    margin-top: -43px;
    width: 17px;
    margin-left: 20px;
}
.input-icon3{
    position: absolute;
    margin-top: -43px;
    width: 20px;
    margin-left: 13px;
    right: 30px;
    cursor: pointer;
}
.form-group .form-check {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #747474;
}

input[type="checkbox"] {
    margin: 0;
    line-height: normal;
    width: 20px;
    height: 20px;
    border: 2px solid #707070;
    border-radius: 5px;
}

input[type=checkbox]:checked {
    left: 6px;
    top: 2px;
    width: 20px;
    height: 20px;
    border: none;
}

input[type=checkbox]:checked::after{
    width: 20px;
    height: 20px;
    content: url("./icons/check.svg");
}

input[type=checkbox]:focus {
    outline: none !important;

}

.survey-text-area textarea {
    width: 100%;
    border: none;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background: #F8F7FE;
    border-radius: 20px;
    margin-top: 10px;
    margin-left: -30px;
    height: 50px;
}

.survey-title {
    color: #1B1B1B !important;
    font-weight: bold;
    font-size: 24px;
}

.survey-text {
    color: #1B1B1B !important;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.phones-setup-page {
    margin-top: 20px;
}

.phones-setup label {
    display: inline-block;
    max-width: 100%;
    width: 200px;
    text-align: center;
    margin: 10px 0;
    letter-spacing: 0.025em;
    background: #E1E1FC;
    border-radius: 50px;
    padding: 7px 15px;
    font-size: 18px;
    color: rgb(44, 44, 44);
    font-weight: normal;
    cursor: pointer;
}
.phones-setup label:target {
 background-color: red;

}
.area-code-suggestions {
    text-align: center;
    font-size: 18px;
    width: 50%;
    margin: 20px auto auto;
    color: #333333;
}

.area-code-suggestions-text {
    background-color: red;
}

.back-to-area-code{
    font-size: 16px;
    width: fit-content;
    color: black;
}

.back-to-area-code u {
    cursor: pointer;
}
