body.login-page {
    height: 100vh;
}
.logo.text-center {
    margin-bottom: 40px;
}

.login-form h2 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 48px;
    text-align: center;
    color: #161616;
}

.login-form {
    background: #FFFFFF;
/* #F5F5F5 */
    border: 1px solid #F5F5F5;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 40px;
}

.login-form label {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #A0A0A0;
    display: block;
    padding-left: 5px;
    margin-bottom: 10px;
}

.login-form input:not(input[type=checkbox]) {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 58px;
    color: #161616;
    background: #FFFFFF;
/* #E4E4E4 */
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    padding: 0 20px !important;
}

.login-form .form-group {
    margin-bottom: 25px;
}
.login-form form a.for-pass {text-align: right;display: block;}

.login-form form a.anchor {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFA916;
}

a {
    text-decoration: none !important;
}

.login-form .form-check label {
    padding-left: 0;
}

.login-form .form-check input[type=checkbox] {
    width: 25px;
    height: 25px;
    top: -7px;
    position: relative;
    margin-right: 10px;
}

.login-form .form-group.form-check {
    padding-left: 40px;
}

.login-form  button[type=submit], .login-form  button[type=button] {
    width: 100%;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 58px;
    color: #FFFFFF;
    padding: 0 0 !IMPORTANT;
    background: #4764FE;
    box-shadow: 0px 10px 50px -10px rgba(71, 100, 254, 0.5);
    border-radius: 10px;
    margin-bottom: 25px;
}

.login-form p.register-text {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #A0A0A0;
    margin-bottom: 0;
}

.login-form form .row {
    margin-top: 40px;
}
.login-form p.register-text a.anchor {
    padding-left: 10px;
}
.copyright {
    text-align: center;
    padding-bottom: 50px;
    padding-top: 125px;
}

.copyright p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 13px;
}

.copyright p span {
    color: #4764FE;
}

section#login {
    padding-bottom: 125px !IMPORTANT;
    padding-top: 85px;
}
section#register {
    padding-top: 50px;
}

section#register .copyright {
    padding-top: 78px;
}
section#register .copyright p span{
    color:#FFA916;
}
}
.login-form p {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #A0A0A0;
}
.sidebar .logo {
    margin-top: 15px;
    margin-bottom: 25px;
}
#login-window{
	height:auto !important;
	background: transparent;
	  position: relative;
}
#login-window .lhide {
  display: none;
}
#login-window .lshow {
  display: block;
}
.extras{
width:100%;
}
.sidebar ul.nav li.nav-item a.nav-link {
    padding: 0 30px !IMPORTANT;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #1D254E;
    display: flex;
    align-items: center;
    position: relative;
}

.sidebar ul.nav li.nav-item a.nav-link img {
    margin-right: 10px;
    filter: brightness(0);
    transition: all ease 0.5s;
}

.sidebar ul.nav li.nav-item a.nav-link.active {
    background: #F5F5F5;
    position: relative;
}
.sidebar ul.nav li.nav-item a.nav-link.active::before {
    background: #FFA916;
    border-radius: 0px 20px 20px 0px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
}


.sidebar ul.nav li.nav-item a.nav-link.active img {
    filter: none;
}
p.logout {
    position: relative;
    bottom: 0;
    left: 50px;
}

.sidebar {
    position: relative;
    background: #FFFFFF;
/* #F5F5F5 */
 /*   border: 1px solid #F5F5F5;*/
    box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.1);
    border-radius: 0px 40px 40px 0px;
    padding-left: 0;
    padding-right: 0;
}

p.logout a {
    font-family: 'nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #1D254E;
}
h1.tits {
    margin-top: 50px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 48px;
    color: #161616;
    margin-bottom: 30px;
}

h1.tits strong {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 48px;
    color: #161616;
}
.profile-wrapper {
    background: #FFFFFF;
/* #F5F5F5 */
    border: 1px solid #F5F5F5;
    box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}

.profile-head {
    justify-content: center;
    align-items: center;
    background: #4764FE;
    border-radius: 30px 30px 30px 0px;
    padding: 20px 20px;
}

.profile-head h4 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.profile-head  p {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.profile-head .user-meta {
    padding-left: 15px;
}
.profile-details span.label,.profile-details span.value {
    display: block;
}

.profile-details span.label {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #161616;
}

.profile-details  span.value {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #A0A0A0;
    padding-top: 5px;
}

.profile-details {
    padding: 30px 40px 20px;
}
.panel {
    padding-left: 50px;
    padding-right: 50px;
}
.row-head {
    background: #4764FE;
    border-radius: 30px 30px 30px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
}

.row-head h3 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.row-head .head-actions a {
    color: #fff;
    font-weight: 100;
    margin-left: 5px;
}
.panel > .row:last-child {
    margin-top: 30px;
    margin-bottom: 50px;
}
.tabs-body {
    
/* #F5F5F5 */
    padding: 50px 0px 100px;
    width: 65%;
    margin: 0 auto;
}

.panel .row:last-child .wrapper {
    background: #FFFFFF;
/* #F5F5F5 */
    border: 1px solid #F5F5F5;
    box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 0;
    margin: 0 10px;
}
.tabs-body form > .row label {
    position: relative;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #444444;
    margin-bottom: -12px;
    display: block;
    width: max-content;
    background: #Fff;
    margin-left: 20px;
    padding: 0 5px;
}

.tabs-body form > .row input {
    line-height: 50px;
    padding: 0 25px !IMPORTANT;
}
.tabs-body form > .group-items > .row {
    margin-top: 25px;
}

.tabs-body form > .group-items p {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #444444;
    margin-bottom: 0;
}

.extension .group-items .item {
    width: 25%;
}

.extension .group-items .item .form-check {
    margin-right: 20px;
}

.extension .group-items {width: 90%;margin: 30px auto 0;}
.extension .nav-pills .nav-link {
    background: transparent !important;
    border: 1px solid #F5F5F5;
    color: #fff;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 38px;
    padding: 0 20px !IMPORTANT;
    margin-left: 10px;
    border-radius: 10px;
}
.extension .nav-pills .nav-link.active {
    background: #FFA916 !important;
    box-shadow: 0px 10px 30px -10px rgba(255, 255, 255, 0.1);
    border: none !important;
}

.extension .nav-pills {
    margin-bottom: 0 !important;
}
.graph-body {
    padding: 20px 20px 20px;
}

.panel .col-md-9 .wrapper {
    background: #FFFFFF;
/* #F5F5F5 */
    border: 1px solid #F5F5F5;
    box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}
.head-actions select {
    background: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !IMPORTANT;
    padding: 0 10px !important;
    min-height: 40px;
    min-width: 120px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    box-shadow: 0px 10px 30px -10px rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.head-actions select option {
    color: #000;
}
body.usage-pg .panel .wrapper {
    background: #FFFFFF;
/* #F5F5F5 */
    border: 1px solid #F5F5F5;
    box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}
.panel > .wrapper {
    background: #FFFFFF;
/* #F5F5F5 */
    border: 1px solid #F5F5F5;
    box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}
.sidebar ul.nav li.nav-item a.nav-link.parent {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #4764FE;
}
.sidebar ul.nav li.nav-item ul.nav li a.nav-link {
    line-height: 40px;
}

.sidebar ul.nav li.nav-item ul.nav {
    margin-top: 10px;
}
section#frwdport .panel > .wrapper {
    
/* #F5F5F5 */
    
padding: 30px 30px 0;
}

section#frwdport form.d-flex {
    align-items: center;
}

section#frwdport form.d-flex select.form-select {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #161616;
    padding: 0 20px !important;
    height: 60px;
    margin-right: 30px;
}

section#frwdport form.d-flex .form-check {
    width: 50%;
}

section#frwdport form.d-flex .form-check label {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #161616;
}

section#frwdport form.d-flex {
    margin-bottom: 50px;
}
.porting-row {
    padding: 50px 0 80px;
}

.porting-row h3 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
}

.porting-row ul.nav a.nav-link {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 45px;
    padding: 0 40px !important;
    position: relative;
}

.porting-row ul.nav a.nav-link.active {
    background: rgb(255 220 160 / 10%);
}

.porting-row .col-md-3 h3 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.porting-row ul.nav a.nav-link.active:before {
    content: '';
    background: #FFA916;
    border-radius: 0px 20px 20px 0px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
}

.porting-row table.table thead th {
    text-align: center;
    border-right: 1px solid #000;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    padding: 16px 10px;
}

.porting-row table.table thead tr {
    background: #4764FE;
    border: none;
}

.porting-row table.table td:first-child,
.porting-row table.table th:first-child {
  border-radius: 10px 0 0 10px;
}
.porting-row table.table .thead td:last-child, .porting-row table.table .thead th:last-child {
  border-radius: 0 10px 10px 0;
}
.porting-row table.table thead th:last-child {
    border-right: 0;
    border-radius: 0px 0px 0px 0px !IMPORTANT;
}
.porting-row table.table tbody td {
    border-right: 1px solid #000;
    border-bottom: 0 !IMPORTANT;
    padding: 25px 0 !important;
}

.porting-row table.table tbody tr {
    border: none;
}

.porting-row table.table {
    border: 1px solid #000000;
    border-collapse: separate !important;
    border-spacing: 0;
    border-radius: 11px !IMPORTANT;
    overflow: hidden;
}
.porting-row table.table tbody td:last-child {
    border-right: 0 !important;
}
.porting-row  .col-md-7 h3 {
    margin-bottom: 20px;
}
.porting-row form label {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    text-align: center;
}

.porting-row form {
    text-align: center;
    margin-top: 80px;
}

.porting-row form a.btn {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 !IMPORTANT;
    background: #FFA916;
    box-shadow: 0px 10px 30px -10px rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    border: none !IMPORTANT;
}

.porting-row form a.btn img {
    margin-right: 5px;
}
.porting-row .box-shadow {
    background: #FFFFFF;
/* #F5F5F5 */
    border: 1px solid #F5F5F5;
    box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    position: relative;
    left: 12px;
}
.porting-row .col-md-7 .wrapper {
    margin-left: 30px !important;
    padding: 30px !important;
}
.forwarding-panel .row-head {
    padding: 0 0 !IMPORTANT;
    overflow: hidden;
}

.forwarding-panel .row-head ul.nav {
    margin: 0 !IMPORTANT;
}

.forwarding-panel .row-head ul.nav li.nav-item button {
    padding: 0 50px !IMPORTANT;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 60px;
    color: #FFFFFF;
    border-radius: 0 !IMPORTANT;
}

.forwarding-panel .row-head ul.nav li.nav-item button.active {
    background: #FFA916;
}
div#forwarding-tab form  label {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #161616;
    padding-bottom: 10px;
}

div#forwarding-tab form.d-flex {
    align-items: flex-end;
}

div#forwarding-tab form  select.form-select {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 58px;
    color: #161616;
    padding: 0 20px !IMPORTANT;
    min-width: 350px;
}

div#forwarding-tab form .form-group {
    margin-right: 20px;
}

div#forwarding-tab form 
 button.btn {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 60px;
    color: #161616;
    background: #FFA916 !important;
    border-radius: 10px !important;
    border: none !IMPORTANT;
    padding: 0 20px !IMPORTANT;
    min-width: 140px;
    text-align: center;
}
div#forwarding-tab h1.tits, div#forwarding-tab form {
    padding: 0 30px;
}

div#forwarding-tab table.table tr th,div#forwarding-tab table.table tr td {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #161616;
    padding: 20px 30px;
    border-color: #000 !IMPORTANT;
}

div#forwarding-tab table.table {
    margin-bottom: 70px;
}

div#forwarding-tab form + h1.tits {
    margin-bottom: 5px;
}
div#newnumber-tab form {
    padding: 50px 30px 0px;
}

div#newnumber-tab form label {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #161616;
    padding-bottom: 10px;
}

div#newnumber-tab form select.form-select {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 58px;
    color: #161616;
    padding: 0 20px;
}

div#newnumber-tab form  button.btn {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 60px;
    color: #161616;
    background: #FFA916 !important;
    border-radius: 10px !important;
    border: none !IMPORTANT;
    padding: 0 20px;
    min-width: 140px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 168px;
}
div#transfer-tab form label {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #161616;
    padding-bottom: 10px;
}

div#transfer-tab form input,div#transfer-tab form select {
    width: 100%;
    padding: 0 20px;
    line-height: 58px;
    min-width: 400px;
}

div#transfer-tab form .d-flex {
    width: 100%;
}

div#transfer-tab form  .form-group {
    margin-right: 20px;
    margin-bottom: 30px;
}

div#transfer-tab form {
    padding: 50px 30px;
}

div#transfer-tab form button.btn {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 60px;
    color: #161616;
    background: #FFA916 !important;
    border-radius: 10px !important;
    border: none !IMPORTANT;
    padding: 0 20px;
    min-width: 140px;
    text-align: center;
    margin-top: 38px;
    margin-bottom: 100px;
}
.ext-head {
    align-items: center;
}
.sidebar ul.nav li.nav-item.active a.nav-link img {
    filter: none;
}

.sidebar ul.nav li.nav-item.active a.nav-link {
    background: #e8e9ed;
    color: #4764FE;
}

.sidebar ul.nav li.nav-item.active a.nav-link::before {
    content: '';
    background: #FFA916;
    border-radius: 0px 20px 20px 0px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
}
.ext-head select.form-control {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    padding: 0 20px !important;
    background: #F0EFF4;
    border-radius: 10px;
    max-width: 305px;
    line-height: 58px;
    position: relative;
    top: 10px;
    margin-left: 20px;
}
.extensions-panel .row-head {
    padding: 0 0 !IMPORTANT;
    overflow: hidden;
}

.extensions-panel .row-head ul.nav {
    margin: 0 !IMPORTANT;
}

.extensions-panel .row-head ul.nav li.nav-item button {
    padding: 0 50px !IMPORTANT;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 86px;
    color: #FFFFFF;
    border-radius: 0 !IMPORTANT;
}

.extensions-panel .row-head ul.nav li.nav-item button.active {
    background: #FFA916;
}

.extensions-panel div#general-tab {
    padding: 50px 30px 120px;
}

.extensions-panel div#general-tab label {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #161616;
    padding-bottom: 10px;
}

.extensions-panel div#general-tab select.form-select {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 57px;
    color: #161616;
    padding: 0 20px;
}

.extensions-panel div#general-tab form {
    width: 75%;
}

.extensions-panel div#general-tab form button.btn {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 60px;
    color: #161616;
    background: #FFA916 !important;
    border-radius: 10px !important;
    border: none !IMPORTANT;
    padding: 0 20px;
    min-width: 140px;
    text-align: center;
    margin-top: 50px;
}
.voicemail-panel .row-head {
    padding: 0 0 !IMPORTANT;
    overflow: hidden;
}

.voicemail-panel .row-head ul.nav {
    margin: 0 !IMPORTANT;
}

.voicemail-panel .row-head ul.nav li.nav-item button {
    padding: 0 50px !IMPORTANT;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 86px;
    color: #FFFFFF;
    border-radius: 0 !IMPORTANT;
}

.voicemail-panel .row-head ul.nav li.nav-item button.active {
    background: #FFA916;
}
.voicemail-panel div#voicemail-tab form {
    padding: 50px 30px 50px;
}
.voicemail-panel form label {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 10px;
}

.voicemail-panel .form-group.col input {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 57px;
    background: #FFFFFF;
/* #E4E4E4 */
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    padding: 0 20px;
}

.voicemail-panel form {
    width: 75%;
}

.voicemail-panel form .item p {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
}

.voicemail-panel form .item {
    width: 25%;
}

.voicemail-panel form .item label.form-check-label {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.voicemail-panel form  .group-items {
    margin-top: 50px;
}

.voicemail-panel form .group-items .form-group {
    margin-right: 15px;
}

.voicemail-panel form button.btn {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 60px;
    color: #161616;
    background: #FFA916 !important;
    border-radius: 10px !important;
    border: none !IMPORTANT;
    padding: 0 20px;
    min-width: 140px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px;
}
.voicemail-panel .tab-content>.tab-pane ul.nav li.nav-item button {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 60px;
    color: #000000;
    background: #F0EFF4;
    border-radius: 10px;
    padding: 0 20px !important;
    min-width: 136px;
    margin-right: 20px;
}

.voicemail-panel .tab-content>.tab-pane ul.nav li.nav-item button.active {
    background: #4764FE;
    color: #fff;
}

.voicemail-panel .inner-tabs {
    justify-content: space-between;
}

.voicemail-panel .inner-tabs .right-options a.btn {
    background: #F0EFF4;
    border-radius: 10px;
    padding: 0;
    line-height: 60px;
    min-width: 70px;
    margin-left: 15px;
}

.voicemail-panel .inner-tabs .right-options a.btn-bg {
    background: #ffa916;
}

.voicemail-panel .inner-tabs {
    margin-bottom: 50px;
    margin-top: 50px;
}

.voicemail-panel div#general-tab {
    padding: 0 30px 50px;
}
.voicemail-panel .tab-pane table tr th {font-family: 'Nunito';font-style: normal;font-weight: 700;font-size: 20px;line-height: 27px;padding: 20px 30px;}

.voicemail-panel .tab-pane table tr th:first-child {
    text-align: center;
    vertical-align: middle;
}

.voicemail-panel .tab-pane table tr input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
}

.voicemail-panel .tab-pane table tr td:first-child {
    text-align: center;
    vertical-align: middle;
}

.voicemail-panel .tab-pane table tr td {
    text-align: center;
    vertical-align: middle;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}

.voicemail-panel .tab-pane table tr td audio {
    width: 100%;
    padding: 0 20px;
}

p.result-notice {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    margin-top: 30px;
}
.validation {
	padding: 20px;
  background-color: #f44336;
  color: white;
opacity: 0.83;
transition: opacity 0.6s;
margin-bottom: 15px;
}
.validation.success {
  background-color: #04AA6D;
}
.validation.info {
  background-color: #2196F3;
}
.validatoin.warning {
  background-color: #ff9800;
}
.hidden{
display:none;
}
.control-label {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #161616;
  padding-bottom: 10px;
}
/*.info, .success, .warning, .error, .validation {
 *   border: 1px solid;
 *     margin: 10px auto;
 *       padding: 15px 10px 15px 50px;
 *         background-repeat: no-repeat;
 *           background-position: 10px;
 *             max-width: auto;
 *             }*/
.otp__modal .modal-dialog .modal-content {
    border-radius: 30px !important;
    background-color: #ffffff !important; 
    
}
.modal-dialog{
	border-radius:30px !important;
}
.modal-header{
	border-radius: 30px 30px 30px 0px;
	padding: 26px 30px;
}
.otp__modal .modal-header h5 span{
border-bottom:0px;
font-family: 'Nunito';
font-style: normal;
font-weight: 700;
font-size: 25px;
line-height: 34px;
color: #FFFFFF;
margin-bottom: 0;
}
#login-window .extra-info{
display:none;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.fade.in {
  opacity: 1 !important;
background-color: rgba(0,0,0,.1);
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 20px !important;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
#pills-tabContent > .fade {
  opacity: inherit;
}
