body {
    font-family: 'Outfit', sans-serif;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    color: #1C1C1C;
}
h1,h2,h3,h4,h5,h6,p, label {
    margin-bottom: 0;
}
img {
    max-width: 100%;
    max-height: 100%;
}
a {
    text-decoration: none;
    display: inline-block;
}
ul,
ol {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
p {
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    color: #1C1C1C;
}
.padding-right-10 {
    padding-right: 10px;
}
.bg_purple {
    background: #A78EF8;
}
.bg_orange {
    background: #F87F53;
}
.bg_green_light {
    background: #0FD59E;
}
.bg_blue {
    background: #13D3FB;
}
.bg_yellow {
    background: #F6DF5E;
}

.header {
    background-color: rgba(255,255,255,0);
}
.home_header{
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 9;
}
.home_page_content{
    margin-top: 120px;
    min-height:656px;
}
.header-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    transition: all 0.2s ease 0s;
}
.menu > ul > li {
    display: inline-block;
}
.menu > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.menu > ul > li:not(:last-child) {
    margin-right: 40px;
}
.menu > ul > li.menu-item > a {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px; 
    color: #1C1C1C;
    transition:0.3s;  
}
.menu > ul > li.menu-item > a:hover {
    color: #F87F53;
}
.site-btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    border-radius: 8px;
    padding: 15px 40px;
    transition: 0.3s;
    display: inline-block;
    cursor: pointer;
}
.site-btn.bg_black {
    color: #FFFFFF;
    background: #1C1C1C;
    border: 1px solid #1C1C1C;
}
.site-btn.bg_black:hover {
    color: #1C1C1C;
    background: #ffffff;
}
.banner-area {
    max-width: 890px;
    margin: 0 auto;
    padding: 50px 0 0px 0;
    text-align: center;
}
.main-title {
    font-weight: 600;
    font-size: 60px;
    line-height: 74px;
}
.color_black {
    color: #1C1C1C;
}
.color_orange {
    color: #F87F53;
}
.banner-area .main-title {
    margin-bottom: 30px;
}
.banner-area p {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
}
.banner-img {
    margin-top: 50px;
}
#about {
  padding-top: 105px;
}
.about-text {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}
.title {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
}
.about-text .title {
    margin-bottom: 20px;
}
.about-text p {
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: #727272;
    margin-bottom: 40px;
}
.about-cont {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 400px;
}
.about-content {
    padding-top: 80px;
}
.about-cont .title {
    margin-bottom: 30px;
}
.about-cont p {
    font-weight: normal;
    font-size: 22px;
    line-height: 34px;
    color: #727272;
}
.plan {
    padding: 80px 0 223px;
}
.plan .title {
    margin-bottom: 16px;
}
.plan-content {
    border: 1px solid #1C1C1C;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 20px;
    margin-top: 24px;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 400px;
}
.month_free {
    font-size: 18px;
}
.plan-content.bg_white {
    background: rgba(214, 214, 214, 0.2);
    /* border: 1px solid #D6D6D6; */
}
.plan-content.bg_green {
    background: #6FCF97;
}
.plan-content.bg_yellow {
    background: #F2C94C;
}
.plan-content.bg_blue {
    background: #56CCF2;
}
.plan-content > h3 {
    font-weight: bold;
    font-size: 40px;
    line-height: 45px;
    color: #1C1C1C;
    margin-bottom: 14px;
    padding: 0 5px;
}
.plan-content > h3 > span {
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    bottom: 4px;
}
.plan-content > h6 {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #1C1C1C;
    margin-bottom: 45px;
    padding: 0 5px;
}
.plan-text {
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 5px;
    margin-bottom: 33px;
}
.plan-text > div:last-child {
    width: 35%;
    padding-left: 20px;
    display: flex;
    align-items: center;
}
.plan-icon span {
    font-weight: normal;
    font-size: 24px;
    line-height: 26px;
    color: #1c1c1c;
}
.plan-text > div:first-child {
    width: 65%;
    padding-right: 20px;
    border-right: 1px solid #1C1C1C;
    height: 100%;
    display: flex;
    align-items: center;
}
.plan-content.bg_white .plan-text > div {
    /*width: 100%;
    padding: 0;
    border: 0;*/
}
.plan-content .site-btn {
    width: 100%;
    text-align: center;
}
.plan-content .site-btn.bg_black:hover {
    background: transparent;
}
.footer {
    background: #EEEFF2;
    padding-top: 167px;
    position: relative;
}
.download {
    background: #1C1C1C url(../images/download-bg.png);
    border-radius: 24px;
    max-width: 946px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -102px;
    display: flex;
    align-items: center;
    padding: 50px 90px;
    justify-content: space-between;
    background-size: auto;
    background-position: left -189px top -213px;
}
.color_white {
    color: #ffffff;
}
.download .title {
    margin-bottom: 15px;
}
.download p {
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
}
.site-btn.bg_white {
    background: #FFFFFF;
    border: 1px solid #1c1c1c;
    color: #1C1C1C;
}
.download .site-btn {
    width: 160px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;

}
.download .site-btn > svg {
    margin-right: 10px;
    margin-left: 0;
}
.download .site-btn > svg path {
    transition: 0.3s;    
}
.download .site-btn:hover > svg path {
    fill: #ffffff;    
}
.site-btn.bg_white:hover {
    background: #1C1C1C;
    border: 1px solid #1C1C1C;
    color: #ffffff;
}
.download .site-btn.bg_white:hover {
    background: rgba(255,255,255,0.1);
}
.download .site-btn:first-of-type {
    margin-right: 20px;    
}
.download > div:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
}
.social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.social > a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1C1C1C;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    transition: 0.3s;
}
.social > a:hover {
    background: #ffffff;
}
.social > a:not(:last-child) {
    margin-right: 20px;
}
.social > a svg path {
    transition: 0.3s;
}
.social > a:hover svg path {
    fill: #1C1C1C;
}
.footer-menu {
    padding: 20px 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.footer-menu > li > a {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #1C1C1C;
    transition: 0.3s;
}
.footer-menu > li:not(:last-child) {
    margin-right: 40px;
}
.footer-menu > li > a:hover {
    color: #F87F53;
}
.copyright {
    border-top: 1px solid rgba(214, 214, 214, 0.4);
    padding: 10px 0;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #7C7C7C;
}
.copyright a {
    color: #7C7C7C;
    transition: 0.3s;
}
.copyright a:hover {
    color: #F87F53;
    text-decoration: underline;
}
.toggle-mobile-menu {
    display: none;
}
.plan-icon img {
    margin-right: 7px;
}
.header.smaller .header-area {
    padding: 5px 0;
    transition: all 0.2s ease 0s;
}
.header.smaller {
    box-shadow: 0px 8px 20px rgb(0 0 0 / 20%);
}
.triangle-topright {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 52px solid #1c1c1c;
    border-left: 62px solid transparent;
}
.star {
    position: absolute;
    top: 9px;
    right: 10px;
}
.plan-text p {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #1c1c1c;
}


/* ------------------------- Login Page, Register Page, Forgot Password Page End ----------------------------------------------------------- */

.login {
    background: #1c1c1c;
}
.login .title {
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 50px;
    text-align: center;
}
.login-right-text {
    /* position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #1c1c1c;
    white-space: nowrap;
    padding: 0 12px; */
    margin: 16px 0 0;
    width: 100%;
    text-align: center;
}
.login form {
    width: 100%;
    max-width: 417px;
    margin: 0 auto;
}
.mobile-field {
    display: flex;
    align-items: center;
}
input,
select,
textarea
{
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    border-radius: 6px;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #1C1C1C;
    outline: 0;
    width: 100%;
    display: block;
    padding: 10px 16px;
    transition: 0.3s;
    resize: none;
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

select {
    appearance: none;
}
input [type="tel"] {
    padding-right: 51px;
}
.eye {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border: 0;
    padding: 0;
    outline: 0;
    background: transparent;
}
.close-eye {
    display: none;
}
.eye {
    display: block;
    width: 15px;
}
/*.eye:focus .close-eye {
    display: block;
}
.eye:focus .open-eye {
    display: none;
}*/
.open-eye,
.close-eye {
    cursor: pointer;
}

input::placeholder,
textarea::placeholder {
    color: #7C7C7C;
}
.form-field {
    margin-bottom: 20px;
    position: relative;
}

.mobile-field select::before {
    content: "";
    width: 1px;
    height: 28px;
    display: block;
    background: #D6D6D6;
}
.mobile-field input {
    border-left: 0;
    border-radius:0 6px 6px 0;
}
.select-line {
    width: 1px;
    height: 28px;
    background: #d6d6d6;
    flex-shrink: 0;
    display: none;
}
.form-field:focus select {
    border: 1px solid #1C1C1C;
}
.form-text {
    margin-top: 0.25rem;
    font-size: .875em;
    color: #6c757d;
    display: none;
}
.forgot-pas-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}
.checkbox {
    position: relative;
}
.checkbox label {
    padding-left: 24px;
    cursor: pointer;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    color: #7C7C7C;
}
  input[type="checkbox"] {
    display: none;
}
  input[type="checkbox"] + .box:before,
  input[type="checkbox"] + .box:after {
    transition: all 0.3s;
}
input[type="checkbox"] + .box:after {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 0;
    margin-left: 0;
    display: inline-block;
    content: ' ';
    width: 16px;
    height: 16px;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    background-color: #ffffff;
    z-index: 1;
    transform: translateY(-50%);
}
  input[type="checkbox"]:checked + .box:after {
    background-color: #1C1C1C;
    border-color: #1C1C1C;
}
input[type="checkbox"]:checked + .box:before {
    transform: translateY(-60%) rotate(45deg);
    position: absolute;
    left: 6px;
    top: 50%;
    width: 5px;
    height: 10px;
    border-width: 2px;
    border-style: solid;
    border-top: 0;
    border-left: 0;
    border-color: #fff;
    content: '';
    z-index: 10000;
}
.site-link {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    transition: 0.3s;
    text-decoration: none;
}
.site-link.color_black:hover {
    color: #F87F53;
}
.login .site-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 6px;
}
.login .site-btn img {
    margin-right: 8px;
}
.or {
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #7C7C7C;
    position: relative;
    margin: 16px 0;
    text-transform: uppercase;
}
.or::after,
.or::before {
    background: #D6D6D6;
    opacity: 0.54;
    border-radius: 6px;
    width: 70px;
    height: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}
.or::after {
    transform: translate(20%, -50%);
}
.or::before {
    transform: translate(-120%, -50%);
}
.close-btn {
    border: 1px solid #D6D6D6;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 60px;
    right: 48px;
    flex-shrink: 0;
}
.login .login-left {
    background: #1C1C1C;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

.login .login-left .logo a {
    display: inline-block;
}

.login .login-right {
    display: flex;
    align-items: center;
    height: 100vh;
    background: #ffffff;
    border-radius: 30px 0px 0px 30px;
    position: relative;
    flex-wrap: wrap;
    overflow-y: auto;
}
.register .privacy-text {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #7C7C7C;
    margin: -4px 0 32px;
}
/* .register .privacy-text .site-link {
    font-weight: normal;
} */
.forgot_password.login .title {
    margin-bottom: 16px;
}
.forgot_password.login .privacy-text {
    margin: 0 0 50px;
}
.forgot_password .form-field:last-of-type {
    margin-bottom: 32px;
}
.people-container > p {
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: #727272;
    max-width: 894px;
    padding-right: 20px;
}


/* ------------------------- Login Page, Register Page, Forgot Password Page End ----------------------------------------------------------- */



/* ------------------------- Setup Wizard Page Start ----------------------------------------------------------- */


.setup-wizard {
    background: #1c1c1c;
}
.wizard-logo {
    padding: 25px 0;
    text-align: center;
}
.wizard {
    background: #FFFFFF;
    border-radius: 30px 30px 0px 0px;
}
.wizard-container {
    display: flex;
    flex-wrap: wrap;
}
.setup-img,
.wizard-content-area {
    min-height: calc(100vh - 98px);
    width: 50%;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.setup-img {
    padding-right: 12px;
}
.wizard-content-area {
    padding-left: 12px;
}
.login.setup-wizard .title {
    margin-bottom: 14px;
}
.wizard-content {
    width: 100%;
    max-width: 417px;
    text-align: center;
}
.wizard-content p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #1C1C1C;
}
.wizard-content p:first-of-type {
    margin-bottom: 50px;
}
.wizard-content p:last-of-type {
    margin-bottom: 32px;
}

/* ------------------------- Setup Wizard Page End ----------------------------------------------------------- */


/* ------------------------- People, Properties, Vehicle..... Start ----------------------------------------------------------- */

.login.people {
    background: #FFFFFF;
    padding: 60px 0;
}
.header-people {
    background: #13D3FB;
    border-radius: 0px 30px 30px 0px;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1;
}
.people-logo {
    position: absolute;
    top: 60px;
    left: 45px;
}
.people-menu {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 48px;
}
.people-menu > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    background: #13D3FB;
 
    box-sizing: border-box;
    border-radius: 50%;
    position: relative;
}
.people-menu > ul > li > a.active {
    background: #FFC000;
}

.people-menu > ul > li > a.active > span {
    background-color: #13D3FB;
}
.people-menu > ul > li:not(:last-child) {
    margin-bottom: 36px;
}

.people-menu > ul > li:last-child > a::after {
    display: none;
}
.people .close-btn {
    position: static;
}
.people-container {
    padding-left: 214px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.these-step-btn {
    outline: 0;
    background-color: transparent;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #1C1C1C;
    border: 1px solid #EEEFF2;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 3px 8px;
}
.these-step-btn > span:first-of-type {
    display: inline-flex;
    background: #D6D6D6;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 8px;
    align-items: center;
    justify-content: center;
}
 
/* Modal */

.modal-content {
    border: 0;
    border-radius: 30px;
}
.modal-header {
    padding: 20px 20px 16px;
    border-bottom: 1px solid rgba(214,214,214,0.27);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.modal-header .btn-close {
    padding: 0;
    margin: 0;
    opacity: 1;
}
.modal-header .btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}
.modal-header .btn-close {
    width: 30px;
    height: 30px;
    padding: 0;
    background: url(../images/arrow_back.svg);
    border-radius: 0;
    opacity:1;
    background-repeat: no-repeat;
    background-position: 100%;
}
.btn-close {
    width: 30px;
    height: 30px;
    padding: 0;
    background: url(../images/arrow_back.svg);
    border-radius: 0;
    opacity:1;
    background-repeat: no-repeat;
    background-position: 100%;
}
.modal {
    background: rgba(28,28,28,0.54);
}
.modal-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1C1C1C;
}
.modal-body {
    padding: 20px;
    font-size: 14px;
    line-height: 22px;
    color: #7C7C7C;
}
.modal-title span {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #1C1C1C;
    margin-bottom: 5px;
}
/* Modal */

.thesestep-modal-content > ul {
    padding-left: 16px;
    list-style: disc;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #7C7C7C;
}
.people-content-area {
    width: 100%;
    display: flex;
    align-items: center;
    height: calc(100vh - 150px);
    padding-top: 30px;
    padding-left: 214px;
}
.login.people .title {
    font-weight: bold;
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 16px;
    text-align: left;
}
.color_blue {
    color: #13D3FB;
}
.people-content {
    max-width: 304px;
    width: 100%;
}
.people-content p:first-of-type {
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
.people-content p:last-of-type {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #7C7C7C;
    margin-bottom: 20px;
}
.trouble-btn {
    padding: 13px 26px 20px 14px;
    display: inline-flex;
    background: #EEEFF2;
    border: 0;
    cursor: pointer;
    border-radius: 6px;
    align-items: center;
}
.trouble-btn div:first-of-type {
    display: flex;
    width: 30px;
    height: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #1C1C1C;
    margin-right: 16px;
    background: #D6D6D6;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.trouble {
    display: flex;
    flex-direction: column;
}
.trouble > span:first-of-type {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #7C7C7C;
    margin-bottom: 3px;
}
.trouble > span:first-of-type {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #7C7C7C;
    margin-bottom: 3px;
}
.trouble > span:last-of-type {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #1C1C1C;
}
.login.people form {
    width: 100%;
    max-width: 100%;
}
.people-form .form-field {
    display: flex;
    align-items: center;
}
.remove-field {
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    margin-left: 12px;
    flex-shrink: 0;
    display: none;
}
.people-form-container {
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 30px;
}
.people-form-area {
    width: 100%;
    max-width: 417px;
}
.add-field {
    background: #1C1C1C;
    border: 1px solid #1C1C1C;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 0;
    display: flex;
    align-items: center;
    width: calc(100% - 10px);
    height: 48px;
    justify-content: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    transition: 0.3s;
    margin-bottom: 50px;
}
.add-field:hover {
    background: #fff;
    border: 1px solid #7C7C7C;
    color: #7C7C7C;
}
.add-field svg {
    margin-right: 12px;
}
.add-field svg path {
    transition: 0.3s;
}
.add-field:hover svg path {
    fill: #ffffff;
}
.people-form input {
    border: 1px solid #7C7C7C;
}
.people-form input:focus {
    border: 1px solid #1C1C1C;
}
.people-form .form-field:first-child:hover .remove-field {
    display: none;
}
.people-form .form-field:hover .remove-field {
    display: block;
}
.people-form .form-fields {
    max-height: 272px;
    overflow-y: auto;
    padding-right: 10px;
}

/* Scrollbar */

/* width & Height */
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #D6D6D6;
    border-radius: 5px;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #1C1C1C;
    border-radius: 5px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #1C1C1C;
  }


/* Scrollbar */

.contact-modal-content P > a {
    color: #7C7C7C;
    font-size: 14px;
    line-height: 22px;
    transition: 0.3s;
}
.contact-modal-content P > a:hover {
    color: #1C1C1C;
}
.contact-modal-content P:not(:last-of-type) {
    margin-bottom: 10px;
}
.site-btn.bg_blue {
    color: #1C1C1C;
    background: #13D3FB;
    border: 1px solid #13D3FB;
}
.site-btn.bg_blue:hover {
    color: #13D3FB;
    background: #ffffff;
}
.site-btn > svg {
    margin-left: 16px;
}
.site-btn > svg path {
    transition: 0.3s;
}
.site-btn.bg_blue:hover > svg path {
    fill: #13D3FB;
}

.properties .header-people {
    background: #F6DF5E;
}
.properties .people-menu > ul > li > a {
    background: #13D3FB;
}
.properties .people-menu > ul > li > a.active > span {
    background-color: #FFC000;
}
.properties .people-menu > ul > li > a.active {
    background-color: #FFC000;
}
.people-menu > ul > li > a.complete > span {
    width: 0;
}
.properties .people-menu > ul > li > a.complete {
    background: #13D3FB url(../images/white-right.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
.color_yellow {
    color: #F6DF5E;
}
.site-btn.bg_yellow {
    background: #F6DF5E;
    border: 1px solid #F6DF5E;
    color: #1C1C1C;
}
.site-btn.bg_yellow:hover {
    color: #F6DF5E;
    background: #ffffff;
}
.site-btn.bg_yellow:hover > svg path {
    fill: #F6DF5E;
}
.proper-next-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.proper-next-area .site-btn {
    width: 178px;
}
.proper-next-area .site-btn.bg_white {
    border: 1px solid #ffffff;
}

.vehicles .header-people {
    background: #0FD59E;
}
.vehicles .people-menu > ul > li > a {
    background: #13D3FB;
}
.vehicles .people-menu > ul > li > a.active > span {
    background-color: #0FD59E;
}
.vehicles .people-menu > ul > li > a.active {
    background-color: #FFC000;
}
.vehicles .people-menu > ul > li > a.complete {
    background: #13D3FB url(../images/white-right.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
.color_green {
    color: #0FD59E;
}
.site-btn.bg_green {
    background: #0FD59E;
    border: 1px solid #0FD59E;
    color: #1C1C1C;
}
.site-btn.bg_green:hover {
    color: #0FD59E;
    background: #ffffff;
}
.site-btn.bg_green:hover > svg path {
    fill: #0FD59E;
}

.business .header-people {
    background: #A78EF8;
}
.business .people-menu > ul > li > a {
    background: #13D3FB;
}
.business .people-menu > ul > li > a.active > span {
    background-color: #A78EF8;
}
.business .people-menu > ul > li > a.active {
    background-color: #FFC000;
}
.business .people-menu > ul > li > a.complete {
    background: #13D3FB url(../images/white-right.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
.color_purple {
    color: #A78EF8;
}
.site-btn.bg_purple {
    background: #A78EF8;
    border: 1px solid #A78EF8;
    color: #1C1C1C;
}
.site-btn.bg_purple:hover {
    color: #A78EF8;
    background: #ffffff;
}
.site-btn.bg_purple:hover > svg path {
    fill: #A78EF8;
}

.pets .header-people {
    background: #F87F53;
}
.pets .people-menu > ul > li > a {
    background: #F87F53;
}
.pets .people-menu > ul > li > a.active > span {
    background-color: #F87F53;
}
.pets .people-menu > ul > li > a.active {
    background-color: #FFC000;
}
.pets .people-menu > ul > li > a.complete {
    background: #13D3FB url(../images/white-right.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
.site-btn.bg_orange {
    background: #F87F53;
    border: 1px solid #F87F53;
    color: #1C1C1C;
}
.site-btn.bg_orange:hover {
    color: #F87F53;
    background: #ffffff;
}
.site-btn.bg_orange:hover > svg path {
    fill: #F87F53;
}
.width-10 {
    width: calc(100% - 10px) !important;
}

/* ------------------------- People, Properties, Vehicle..... End ----------------------------------------------------------- */


/* ------------------------- Dahboard Start ----------------------------------------------------------- */


.search {
    display: flex;
    align-items: center;
    margin-left: 105px;
}
.search > button {
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-right: 0;
    box-sizing: border-box;
    border-radius: 5px 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 42px;
}
.search > input {
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-left: 0;
    box-sizing: border-box;
    border-radius: 0 5px 5px 0;
    padding: 8px 16px 8px 0;
    width: 345px;
}
.filter {
    margin-left: 16px;
}
.fremium {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #1C1C1C;
    background: #FFFFFF;
    border: 1px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 4px 15px;
    margin: 0 16px;
}
.dashboard_empty {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}
.dashboard_empty .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
}
.dashboard_empty .page-content {
    height: 100vh;
    padding: 101px 48px 35px 270px;
    background: rgba(214,214,214,0.27);
}
.dashboard_empty .page-content.doc-upload-step1 {
    padding: 66px 48px 100px 270px;
    overflow-y: auto;
}
.dash-upload-doc,
.dash-upload-doc-content,
.dash-upload-form-area {
    height: 100%;
}
.dash-upload-form-area {
    padding-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
label.uploadDoc {
    border: 1px solid #1C1C1C;
    box-shadow: 0px -5px 25px rgb(0 65 131 / 6%);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 207px;
    width: 207px;
    margin: 0 auto 40px;
    cursor: pointer;
    background: #FFFFFF;
}
.dash-upload-docForm input[type="file"] {
    display: none;
}
.dash-upload-doc-content h5 {
    font-weight: normal;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 16px;
}
.dash-upload-doc-content p {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
}
.search-mobile {
    display: none;
}
.filter-mobile {
    display: none;
}
.account-drowpdown-responsive {
    display: none !important;
}
.mobile-menu-toggle {
    display: none;
}
.fremium-mobile {
    display: none;
}

.content .left-content {
    background: #FFFFFF;
    height: calc(100vh - 66px);
    width: 240px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
    position: fixed;
    transition: all 0.1s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    bottom: 0;
    left: 0;
    top: 66px;
    border-right: 1px solid rgba(214,214,214,0.27);
}

.side-bar .top-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
}


.left-content .list-item .list-link {
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    color: #7c7c7c;
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding: 12px 15px;
    border-top: 1px solid rgba(214,214,214,0.27);
}
.left-content .list-item:last-child .list-link {
    border-bottom: 0px solid rgba(214,214,214,0.27);
}
.left-content .list-item .list-link:hover,
.left-content .list-item.active .list-link.active {
    color: #000000;
}

.left-content .manu-list {
    width: 243px;
    margin: 0;
    overflow-x: auto;
    padding: 0;
    transition: all 0.1s cubic-bezier(0.945, 0.020, 0.270, 0.665);
}

.left-content .list-item .list-link, .left-content .list-item {
    position: relative;
}
.left-content .list-item .list-item-icon {
    position: absolute;
    right: 6px;
    top: 2px;
    cursor: pointer;
    display: flex;
    padding: 16px;
}
.mobile-menu__links .list-link .list-item-icon {
    position: absolute;
    right: 7px;
    top: 2px;
    cursor: pointer;
    display: flex;
    padding: 15px;
}
.list-item-dropdown {
    display: none;
}
.close .line2 {
    display: none;
}
.left-content .list-item-inner a.list-link {
    padding-left: 54px;
}

.left-content .list-item.active .list-link.active::after,
.left-content .list-item .list-link:hover::after {
    display: block;
}

.left-content .list-item.active .list-link.active .image::after,
.left-content .list-item .list-link:hover .image::after {
    display: none;
}

.left-content .list-item.active .list-link.active .image::before,
.left-content .list-item .list-link:hover .image::before {
    display: block;
}

.left-content .list-item .list-link::after {
    content: '';
    position: absolute;
    right: 0;
    background: #1C1C1C;
    height: 24px;
    width: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

.left-content .list-item .list-link .image {
    position: relative;
    height: 24px;
    width: 24px;
    margin: 0 15px 0 0;
}

.left-content .list-item .list-link .image::after {
    content: '';
    position: absolute;
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: cover;
    width: 24px;
    height: 24px;
}

.left-content .list-item .list-link .image::before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 24px;
    height: 24px;
    display: none;
}

.left-content .list-item .list-link .image.dash::after {
    background: url(../images/icon_dashboard.svg);
}

.left-content .list-item .list-link .image.dash::before {
    background: url(../images/icon_dashboard_active.svg);
}

.left-content .list-item .list-link .image.location::after {
    background: url(../images/icon_document.svg);
}

.left-content .list-item .list-link .image.location::before {
    background: url(../images/icon_document\ -active.svg);
}

.left-content .list-item .list-link .image.student::after {
    background: url(../images/account.svg);
    background-position: center;
}

.left-content .list-item .list-link .image.student::before {
    background: url(../images/account2.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.left-content .list-item .list-link .image.package::after {
    background: url(../images/header-receipt.svg);
    background-position: center;
}

.left-content .list-item .list-link .image.package::before {
    background: url(../images/header-receipt2.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.left-content .list-item .list-link .image.staff::after {
    background: url(../images/icon_entity.svg);
}

.left-content .list-item .list-link .image.staff::before {
    background: url(../images/icon_entity-active.svg);
}
.left-content .list-item .list-link .image.program::after {
    background: url(../images/icon_card.svg);
}

.left-content .list-item .list-link .image.program::before {
    background: url(../images/icon_card-active.svg);
}

.left-content .list-item .list-link .image.certificate-assign::after {
    background: url(../images/icon_category.svg);
}

.left-content .list-item .list-link .image.certificate-assign::before {
    background: url(../images/icon_category-active.svg);
}

li.list-item.list-item-account {
    border-bottom: 1px solid rgba(214,214,214,0.27);
}
.content .right-content {
    padding-left: 365px;
    width: 100%;
    padding-right: 50px;
    background-color: #f0f9ff;
    transition: all 0.1s cubic-bezier(0.945, 0.020, 0.270, 0.665);
}

.content-header .dropdown {
    display: inline-block;
}

.content-header .dropdown ul {
    width: 100%;
    border: none;
    box-shadow: 0px 7px 14px 0px rgb(0 0 0 / 12%);
    top: 10px !important;
}

.content-header .dropdown ul::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
}

.content-header .dropdown ul li a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #1C1C1C;
    margin: 0;
    transition: 0.3s;
    background-color: #FFFFFF;
}
.content-header .dropdown button:focus {
    border-color: transparent;
}
.content-header .dropdown button.show::before {
    transform: rotate(180deg);
}

.content-header .dropdown button:focus {
    outline: none;
}


.content-header .dropdown button::after {
    display: none;
}

.content-header {
    padding: 0 30px;
    border-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    position: fixed;
    margin-left: 0;
    margin-right: 0;
    background: #ffffff;
    height: 66px;
    border-bottom: 1px solid rgba(214,214,214,0.27);
}
/* .content-header.sticky {
    position: fixed;
    padding-left: 365px;
    padding-right: 50px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0 2px 7px 0 rgb(0 0 0 / 8%);
    border: none;
    z-index: 99;
    margin: 0;
} */
.content-header .admin-sec {
    display: flex;
    align-items: center;
}

.content-header .admin-sec .dropdown button {
    padding: 0;
    box-shadow: none;
}

 .admin-sec .dropdown button:focus {
    border-color: transparent;
}
.admin-sec .dropdown ul {
    top: 10px !important;
    box-shadow: 0px 7px 14px 0px rgb(0 0 0 / 12%);
    border-radius: 8px;
}
.admin-sec .notification a {
    display: inline-block;
    background: #fff;
    padding: 0;
    vertical-align: middle;
    border-radius: 0;
}
.content-header .dropdown.location-or button {
    display: inline-flex;
    align-items: center;
    padding: 9px 14px 9px 12px;
}
.content-header .dropdown.location-or button::before {
    display: none;
}

 .content-header .dropdown.location-or button span {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 0 12px;
}

.content-header.sticky .admin-sec .notification {
    box-shadow: none;
}
.left-content .side-bar .top-logo a img {
    max-width: 45px;
    border-radius: 8px;
}
.content-header .dropdown.location-or {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 3px 8px 0px rgb(0 0 0 / 5%);
}
.content-header .dropdown.location-or button:focus {
    box-shadow: none;
}
.content-header .dropdown.account-drowpdown ul {
    padding: 0;
    width: auto;
}

.content-header .dropdown.account-drowpdown ul li:last-child a {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.content-header .dropdown.account-drowpdown ul li:first-child a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
 .content-header .dropdown.account-drowpdown ul li {
    border-bottom: 1px solid #E0ECEE;
}

.content-header .dropdown.account-drowpdown ul li a {
    padding: 10px 12px;
}

.content-header .dropdown.account-drowpdown ul li a:hover,
.content-header .dropdown.account-drowpdown ul li a:focus,
.content-header .dropdown.account-drowpdown ul li a:focus {
    color: #F87F53;
}

.content-header .dropdown.account-drowpdown ul li:last-child {
    border-bottom: none;
}
/* .offcanvas-end {
    width: 484px;
    padding: 24px 24px 0 0;
}

.offcanvas.show .offcanvas-header h5 {
    font-size: 18px;
    line-height: 27px;
    font-size: 700;
    color: #161A1D;
    margin: 0;
}

.offcanvas-header {
    padding: 0 0 16px 24px;
    border-bottom: 1px solid #E0ECEE;
}

.offcanvas-body {
    padding: 0 15px 0 24px;
    margin: 24px 0 0 0;
}

.offcanvas-header .btn-close:focus {
    box-shadow: none;
}

.offcanvas-body form .form-group {
    display: flex;
    align-items: center;
    margin: 0 0 24px;
}

.offcanvas-body form .form-group a {
    flex-shrink: 0;
}

.offcanvas-body form .form-group img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.offcanvas-body form .form-group label.details {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #161A1D;
    margin: 0 14px 0 16px;
    width: 85%;
}

.offcanvas-body form .form-group label.time {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #B2B9BF;
    margin: 8px 0 0;
}

.offcanvas-body form .form-group .online {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 15%;
}

.offcanvas-body form .form-group .online span {
    background-color: #21C177;
    border-radius: 100%;
    padding: 4px;
}

.offcanvas-body::-webkit-scrollbar-thumb {
    background: #70c2ff;
    border-radius: 10px;
}

.offcanvas-body::-webkit-scrollbar-track {
    box-shadow: inset 0px 0px 3px #67bfff;
    border-radius: 10px;
}

.offcanvas-body::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.offcanvas.show .offcanvas-header h5 span {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    background-color: #FF7900;
    padding: 4px 8px;
    margin: 0 0 0 8px;
    border-radius: 100%;
} */
 .left-content .manu-list .second-list.sub-list {
    margin: 0;
    border: 0;
    padding: 0;
    background: #fff;
    border-radius: 8px;
}

.left-content .manu-list .second-list.sub-list {
    margin-top: 10px;
}

.left-content .manu-list .second-list.sub-list li:first-child {
    margin-top: 0;
}

.left-content .manu-list .second-list.sub-list li a {
    color: #161A1D;
}

.left-content .manu-list .second-list.sub-list li {
    margin: 5px 0;
    border-bottom: 1px solid #c8e5fa;
}

.left-content .manu-list .second-list.sub-list li:last-child {
    border-bottom: none;
}

 .left-content .list-item .list-link.report-toggle:focus::after,
.left-content .list-item.active .list-link.report-toggle.active::after {
    display: none;
}
.left-content .list-item .second-list.sub-list li .list-link .image.reports::before {
    background: #ff7900;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.left-content .list-item .second-list.sub-list li .list-link .image.reports::after {
    background: #d1d1d1;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.left-content .list-item .list-link.report-toggle.active {
    background-color: #fff;
    border-radius: 8px;
    color: #161A1D;
}

.left-content .list-item .list-link.report-toggle.active:hover:after {
    display: none;
}

.left-content .list-item .list-link.report-toggle.active .image::before,
.left-content .list-item .list-link.report-toggle.active:hover .image::before {
    display: block;
}

.left-content .list-item .list-link.report-toggle.active .image::after,
.left-content .list-item .list-link.report-toggle.active:hover .image::after {
    display: none;
}


.content-header .header-left {
    display: flex;
    align-items: center;
}

.content-header .header-left .side-toggle-on {
    display: inline-block;
    background: #fff;
    padding: 14px;
    vertical-align: middle;
    border-radius: 8px;
    margin: 0 17px 0 0;
    box-shadow: 0px 3px 8px 0px rgb(0 0 0 / 5%);
    cursor: pointer;
    position: relative;
    transition: all 0.1s cubic-bezier(0.945, 0.020, 0.270, 0.665);
}

.content-header .header-left .side-toggle-on::after {
    content: '';
    position: absolute;
    background-color: #a6daff;
    height: 18px;
    width: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -9px;
}

.content-header.sticky .header-left .side-toggle-on {
    box-shadow: none;
    background-color: #f0f9ff;
}

.left-content .side-bar .side-toggle-on {
    display: none;
}

.left-content.active .side-bar .top-logo {
    display: none;
}

.left-content.active .side-bar .side-toggle-on {
    display: block;
    padding: 14px 13px;
    background: #fff;
    border-radius: 8px;
    margin: 25px 0;
    cursor: pointer;
    transition: all 0.1s cubic-bezier(0.945, 0.020, 0.270, 0.665);
}

.left-content.active .list-item .list-link {
    justify-content: center;
    height: 40px;
    width: 40px;
    align-items: center;
}

.left-content.active .list-item .list-link .text {
    display: none;
}

.left-content.active {
    width: 100px;
    transition: all 0.1s cubic-bezier(0.945, 0.020, 0.270, 0.665);
}

.left-content.active .manu-list {
    width: 68px;
    margin: 0 0 0 26px;
    transition: all 0.1s cubic-bezier(0.945, 0.020, 0.270, 0.665);
}

 .left-content.active .contact-us {
    display: none;
}

.left-content.active .list-item .list-link .image {
    margin: 0;
    left: -1px;
    top: 1px;
}

.left-content.active .list-item .list-link::after {
    display: none;
}

.left-content.active .list-item.active .list-link.active::after,
.left-content.active .list-item .list-link:hover::after {
    display: none;
}

.left-content.active .manu-list .second-list.sub-list {
    width: 40px;
}

.right-content.active {
    padding-left: 150px;
    transition: all 0.1s cubic-bezier(0.945, 0.020, 0.270, 0.665);
}

.right-content.active .content-header {
    margin-left: 150px;
    transition: all 0.1s cubic-bezier(0.945, 0.020, 0.270, 0.665);
}

.right-content.active .content-header .header-left .side-toggle-on {
    height: 0;
    width: 0;
    padding: 0;
    transition: all 0.1s cubic-bezier(0.945, 0.020, 0.270, 0.665);
}

.right-content.active .content-header .header-left .side-toggle-on::after {
    display: none;
}

.right-content.active .content-header .location-desc {
    left: -17px;
    transition: all 0.1s cubic-bezier(0.945, 0.020, 0.270, 0.665);
}

.right-content.active .content-header.sticky {
    padding-left: 150px;
    margin: 0;
}

.left-content.report-active {
    width: 323px;
    transition: all 0.1s cubic-bezier(0.945, 0.020, 0.270, 0.665);
}

.left-content.report-active .manu-list {
    width: 275px;
    margin: 0 0 0 40px;
    transition: all 0.1s cubic-bezier(0.945, 0.020, 0.270, 0.665);
}

.right-content.report-active {
    padding-left: 365px;
    transition: all 0.1s cubic-bezier(0.945, 0.020, 0.270, 0.665);
}

.right-content.report-active .content-header.sticky {
    padding-left: 365px;
    margin: 0;
    transition: all 0.1s cubic-bezier(0.945, 0.020, 0.270, 0.665);
}

.right-content.report-active .content-header {
    margin-left: 365px;
    transition: all 0.1s cubic-bezier(0.945, 0.020, 0.270, 0.665);
}

.left-content.report-active .side-bar .top-logo {
    display: flex;
}
.left-content.report-active .side-bar .side-toggle-on {
    display: none;
}

.left-content.report-active .list-item .list-link .text {
    display: block;
}

.left-content.report-active .list-item .list-link {
    justify-content: flex-start;
    height: auto;
    width: 100%;
}

.left-content.report-active .manu-list .second-list.sub-list {
    width: 100%;
}

.left-content.report-active .list-item .list-link .image {
    margin: 0 15px 0 0;
}

.left-content.active .side-bar .side-toggle-on .orange {
    display: none;
}

 .left-content .side-bar .side-toggle-on:hover .orange {
    display: block;
}

.left-content .side-bar .side-toggle-on:hover .greay {
    display: none;
}

.content .right-content .content-header .dropdown.account-drowpdown ul li.contact-us-toggle {
    display: none;
}

.right-content.active .content-header .dropdown.account-drowpdown ul li.contact-us-toggle,
 .right-content.report-active .content-header .dropdown.account-drowpdown ul li.contact-us-toggle {
    display: block;
}
.right-content .content-body.general-setting-body .body-content .profile-body .body-content{
    border-bottom: none;
    padding: 32px 32px 10px;
}
.form-group.ckeditor .cke_top,.form-group.ckeditor .cke_bottom{
    background: #fff !important;
}
.form-group.ckeditor .cke_toolgroup,
.form-group.ckeditor .cke_toolgroup a:hover,
.form-group.ckeditor .cke_combo a,
.form-group.ckeditor .cke_combo a:hover{
    background: none;
    background-image: none;
    cursor: pointer;
}
.form-group.ckeditor span#cke_1_toolbox{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

/* Doc Upload Step Start */


.page-content.doc-upload-step1 {
    background: #ffffff;
}
.doc-upload-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dashboard_empty .close-btn {
    position: static;
}
.progress-text {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #1C1C1C;
    display: block;
    text-align: right;
    margin-right: 16px;
    margin-left: 60px;
} 
.page-content .progress {
    display: flex;
    height: 6px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #d6d6d6;
    border-radius: 3px;
    width: 300px;
}
.page-content .progress-bar {
    background-color: #1C1C1C;
    border-radius: 3px;
}
.title-progress {
    display: flex;
    align-items: center;
}
.progress-area {
    display: flex;
    align-items: center;
}
.doc-upload-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.doc-upload-step1 .doc-upload-content {
    max-width: 1054px;
	margin-bottom: 55px;
}
/* .doc-upload-step2 .doc-upload-content,
.doc-upload-step3 .doc-upload-content {
    max-width: 100%;
} */
.doc-upload-left {
    width: 45%;
}
.doc-upload-right {
    width: 55%;
}
.doc-upload-left {
    max-width: 432px;
    padding-right: 15px;
}
.doc-upload-right {
    padding-left: 15px;
}
.sub-title {
    font-weight: normal;
    font-size: 21px;
    line-height: 30px;
}
.doc-upload-step1 .sub-title {
    margin-bottom: 30px;
}
.doc-upload-type {
    max-width: 417px;
    width: 100%;
}
.docTypeUpload-form .form-field:last-of-type {
    margin-bottom: 40px;
}
.doc-upload-step1 label.uploadDoc {
    border: 1px dashed #d6d6d6;
    box-shadow: none;
    border-radius: 6px;
    height: 160px;
    width: 100%;
    margin: 0;
    flex-direction: column;
    max-width: 417px;
    text-align: center;
    padding: 20px;
}
.doc-upload-step1 label.uploadDoc > span:first-of-type {
    margin: 12px 0 4px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #1C1C1C;
}
.doc-upload-step1 label.uploadDoc > span:last-of-type {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #7c7c7c;
}
.uploadedDoc-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.uploaded-doc .uploadedDoc-row:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(214,214,214,0.4); 
}
.uploadedDoc-row > div {
    display: flex;
    align-items: center;
}
.uploadedDoc-row .uploadedDoc-img {
    width: 48px;
    height: 48px;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    margin-right: 16px;
}
.uploadedDoc-row .uploadedDoc-type-img{
    border-radius: 10px;
}
.uploadedDoc-row .uploadedDoc-img > img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.delet-btn {
    padding: 0;
    border: 0;
    display: flex;
    width: 30px;
    height: 30px;
    background: rgba(28,28,28,0.1);
    border-radius: 6px;
    align-items: center;
    justify-content: center;
}
.uploadedDoc-row a {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #1C1C1C;
    padding-right: 16px;
}
.uploaded-doc {
    max-height: 445px;
    overflow-y: auto;
    padding-right: 21px;
}
.doc-upload {
    position: relative;
    padding-top: 35px;
}
.site-btn.bg_black:hover > svg path {
    fill: #1C1C1C;
}
.site-btn.prev-btn svg {
    margin-left: 0;
    margin-right: 16px;
    transform: rotate(180deg);
}
.doc-upload-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 30px 48px 50px 267px;
    background: #ffffff;
    box-shadow: 0px 1px 16px rgb(28 28 28 / 8%);
}
.doc-upload-btn > .site-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 48px;
}


/***** RADIO BUTTON STYLES *****/

.doc-upload-step1 .rdio {
    position: relative;
    line-height: normal;
}
  .doc-upload-step1 .rdio input[type=radio] {
    opacity: 0;
    display: none;
}
.doc-upload-step1 .rdio label {
    cursor: pointer;
    margin-bottom: 0 !important;
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    transition: 0.3s;
    padding: 12px 44px;
    background: #FFFFFF;
    border: 1px solid #7C7C7C;
    box-sizing: border-box;
    border-radius: 6px;
    width: 100%;
    transition: 0.3s;
}
.doc-upload-step1 .rdio label:before {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 16px;
    content: "";
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #D6D6D6;
    background: #fff;
    opacity: 0.54;
    transition: 0.3s;
    transform: translateY(-50%);
}
  .doc-upload-step1 .rdio input[type=radio] {
    margin: 0px;
  }
  .doc-upload-step1 .rdio input[type=radio]:disabled + label {
    color: #999;
  }
  .doc-upload-step1 .rdio input[type=radio]:disabled + label:before {
    background-color: #fbc52d;
  }
  .doc-upload-step1 .rdio input[type=radio]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    display: inline-block;
    font-size: 0;
    width: 16px;
    height: 16px;
    background: transparent;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}
  
  /* .rdio-default input[type=radio]:checked + label:before {
    border-color: #fbc52d;
  } */
  
.doc-upload-step1 .rdio-primary input[type=radio]:checked + label:before {
    border-color: #1c1c1c;
}
.doc-upload-step1 .rdio-primary input[type=radio]:checked + label::after {
    background: #1c1c1c url(../images/check-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
.doc-upload-step1 .rdio-primary input[type=radio]:checked + label {
    border: 1px solid #1C1C1C;
}

/***** RADIO BUTTON STYLES *****/


.doc-upload-step2 .doc-upload-content {
    display: block;
}
.add-new-category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.doc-upload-step2.dashboard_page .add-field.white {
    border: 1px solid #d6d6d6;
    width: 169px;
    color: #1c1c1c;
    margin-bottom: 0;
    background: #FFFFFF;
}
.doc-upload-step2.dashboard_page .add-field {
    width: 169px;
    margin-bottom: 0;
}
.doc-upload-step2.dashboard_page .add-field.white:hover {
    border: 1px solid #1c1c1c;
    color: #ffffff;
    background: #1c1c1c;
}
.doc-upload-step2.dashboard_page .add-field.white:hover svg path {
    fill: #FFFFFF;
}
.select-category-form {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.select-category-form .form-field {
    margin-bottom: 0;
    margin-top: 24px;
}
.select-category-form .form-field:not(:last-of-type) {
    margin-right: 24px;
}
.docTypeUpload-form.select-category-form .form-field:last-of-type {
    margin-bottom: 0;
}
.select-category-form .form-field label {
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    width: 191px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    color: #1c1c1c;
    text-align: center;

}
.select-category-form .form-field label:hover {
    border: 1px solid #1C1C1C;
    background: #1C1C1C;
    color: #ffffff;
}
.select-category-form .form-field label::after {
    display: none;
}
.select-category-form .form-field label::before {
    display: none;
}
.select-category-form .rdio input[type=radio]:checked + label::after {
    display: none;
}
.select-category-form .rdio-primary input[type=radio]:checked + label {
    border: 1px solid #1C1C1C;
    background: #1C1C1C;
    color: #ffffff;
}
.doc-upload-step2 .doc-upload-btn {
    justify-content: space-between;
}
.modal-body .select-category-form {
    display: block;
}
/* .modal-body .select-category-form .form-field:not(:last-of-type) {
    margin-right: 0;
} */
.doc-upload-step2 .modal-dialog {
    max-width: 624px;
}
.modal-body .hr-line {
    width: 100%;
    height: 1px;
    background: #D6D6D6;
    opacity: 0.54;
    margin: 24px 0;
}
.addCategoryForm .modal-title {
    margin-bottom: -4px;
}
.select-category-form.addCategoryForm .form-field label {
    width: 150px;
    height: 50px;
    font-size: 14px;
    line-height: 22px;
}
.addCategoryForm .entity-type-radio {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.addCategoryForm button {
    width: 100%;
    margin-top: 30px;
}
.select-category-form.addEntityForm .form-field:not(:last-of-type) {
    margin-right: 0;
}
.select-category-form.addEntityForm .form-field {
    margin-bottom: 30px;
    margin-top: 0;
}
.form-field select {
    padding-right: 48px;
    background: url(../images/arrow_down.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
}

/* Doc Upload Step End */

/* dashboad details start */

.dash-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
    flex-flow: wrap;
}
.doc-upload-step2.dashboard_page .add-field:hover {
    border: 1px solid #d6d6d6;
    color: #1c1c1c;
    background: #ffffff;
}
.doc-upload-step2.dashboard_page .add-field:hover svg path {
    fill: #1c1c1c;
}
.doc-upload-step2.dashboard_page .add-field {
    border: 1px solid #1c1c1c;
    color: #ffffff;
    background: #1c1c1c;
}
.reminder-area {
    display: flex;
    flex-wrap: wrap;
}
.reminder-box {
    width: 121px;
    margin-top: 24px;
}
.reminder-area .reminder-box:not(:last-child) {
    margin-right: 40px;
}
.reminder-img {
    position: relative;
    margin-bottom: 16px;
}
.reminder-img > h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    color: #1C1C1C;
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
}
.reminder-box > p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #1C1C1C;
}
.dashboard_page .hr-line {
    background: #D6D6D6;
    opacity: 0.27;
    border-radius: 0px;
    height: 1px;
    margin: 30px -48px 30px -30px;
}
.dashboard_page.doc-upload-step1 .hr-line {
    margin: 30px -48px 20px -30px;
}
.recent-upload-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}
.recent-upload-area {
    display: flex;
    flex-wrap: wrap;
}
.recent-upload-box {
    width: 182px;
    margin-top: 24px;
}
.recent-upload-area .recent-upload-box:not(:last-child) {
    margin-right: 24px;
}
.recent-img {
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    border-radius: 10px;
    width: 121px;
    height: 121px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.recent-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
}
.recent-img-bill {
    background-color: #FFF7CD;
    border: 0;
}
.recent-img-document {
    background-color: #C7FFEF;
    border: 0;
}
.recent-img-receipt {
    background-color: #BCF3FF;
    border: 0;
}
.recent-upload-box h6 {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #1C1C1C;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.recent-upload-box p {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #7C7C7C;
}

/* dashboad details end */


/* Offcanvas start */

.offcanvas-header {
    padding: 30px;
    border-bottom: 1px solid rgba(214,214,214,0.27);
}
.offcanvas-body {
    padding: 24px 30px 96px;
}
.offcanvas-end {
    width: 479px;
    border-left: 0;
    background: #FFFFFF;
    border-radius: 30px 0px 0px 30px;
}

/* Filter start */

.pop-sub-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.filter-form .select-category-form .form-field.rdio input[type="radio"] {
    display: none;
}
.filter-form .select-category-form .form-field:not(:last-of-type) {
    margin-right: 16px;
}
.filter-form .select-category-form .form-field {
    margin-top: 16px;
}
.filter-form .select-category-form .form-field.rdio label {
    font-size: 14px;
    line-height: 14px;
    border-radius: 6px;
    width: auto;
    height: auto;
    padding: 8px 16px;
    color: #7c7c7c;
    transition: 0.3s;
    cursor: pointer;
}
.filter-form .select-category-form .form-field.rdio label:hover {
    border: 1px solid #1C1C1C;
    background: #1C1C1C;
    color: #ffffff;
}
.filter-form .select-category-form .form-field label.date {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    border: 0;
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 0;
    color: #7c7c7c;
    display: inline-block;
    margin-bottom: 8px;
}
.filter-form .select-category-form .form-field label.date:hover {
    background: transparent;
}
.filter-form .select-category-form input#dateFrom,
.filter-form .select-category-form input#dateTo {
    width: 163px;
    padding-right: 46px;
    background-image: url(../images/icon_calendar.svg);
    background-repeat: no-repeat;
    background-position: right 16px center;
}
.filter-btn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 30px;
    background: #ffffff;
    border-radius: 0 0 0 30px;
}
.filter-btn-area .site-btn {
    width: 197px;
}
.hr-filter {
    width: 100%;
    height: 1px;
    background: #D6D6D6;
    opacity: 0.54;
    margin: 20px 0;
}

/* Filter end */


/* Offcanvas end */

/* Recent Upload start */


.title_pagination .title {
    margin-bottom: 12px;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 12px;
    content: url(../images/arrow_right.svg);
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 12px;
}
.breadcrumb-item.active {
    color: #7C7C7C;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    max-width: 160px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.breadcrumb-item > a {
    color: #1C1C1C;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    text-decoration: underline;
    transition: none;
}
.breadcrumb-item > a:hover {
    color: #7c7c7c;
    text-decoration: none;
}
.breadcrumb {
    margin-bottom: 0;
    align-items: center;
}
.recent_upload .dash-title-area {
    align-items: flex-start;
}
.receUpload-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.receUpload-filter input[type="search"] {
    border-radius: 0 8px 8px 0;
    width: 221px;
    padding: 5px 16px 5px 0;
}
.receUpload-filter input[type="search"]::placeholder {
    color: rgba(124,124,124,0.54);
}
.receUpload-filter .search button {
    border-radius: 8px 0 0 8px;
    height: 34px;
    width: 28px;
}
.receUpload-area {
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 30px 30px 20px 30px;
    /* overflow-x: auto; */
}
.search-filter {
    display: flex;
    align-items: center;
}
.select-apply select {
    border: 1px solid #E0ECEE;
    box-sizing: border-box;
    border-radius: 8px;
    color: #7c7c7c;
    width: auto;
    padding: 5px 36px 5px 12px;
    background-image: url(../images/arrow_down_Grey.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 8px center !important;
}
.select-apply button {
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    margin-left: 16px;
}
.select-apply {
    display: flex;
    align-items: center;
}
.dataTables_filter {
    display: none;
}
.dataTables_length {
    display: none;
}
.recentUploadTable p {
    display: inline-block;
}
.recentUploadTable .checkbox {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 12px;
}
.recentUploadTable input[type="checkbox"] + .box:after {
    border: 1px solid #E0ECEE;
    background-color: #F4F6F9;
}
.recentUploadTable input[type="checkbox"]:checked + .box:after {
    border: 1px solid #1C1C1C;
    background-color: #1C1C1C;
}
.recentUploadTable th {
    padding: 0 0 16px 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #7C7C7C;
    border-bottom: 1px solid #D6D6D6;
    vertical-align: middle;
    padding-right: 0 !important;
}
.recentUploadTable th p {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #7C7C7C;
}
.recentUploadTable tr th:not(:last-child) p {
    padding-right: 14px;
    background-image: url(../images/Polygon\ 4.svg);
    background-repeat: no-repeat;
    background-position: right center;
}
.recentUploadTable th::after,
.recentUploadTable th::before {
    display: none !important;
}
.recentUploadTable tr th:last-child {
    width: 40px;
    text-align: right;
}
.recentUploadTable td {
    padding: 12px 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #1C1C1C;
    vertical-align: middle;
    border: 0;
}
.recentUploadTable td h6 {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #1C1C1C;
}
.recentUploadTable .id {
    display: flex;
    align-items: center;
}
.recentUploadTable tbody {
    border: 0;
}
.tab-img {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    margin-right: 16px;
    position: relative;
    flex-shrink: 0;
}
.tab-img > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.recentUploadTable {
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0;
}
.recentUploadTable tbody tr:first-child td {
    /*padding: 20px 0 12px 0;*/
}
.recentUploadTable tbody tr td:last-child {
    text-align: center;
}
table.recentUploadTable {
    margin: 0 !important;
    padding-bottom: 8px;
    border-bottom: 1px solid #d6d6d6;
}
.recentUploadTable .dropdown-toggle::after {
    display: none;
}
.recentUploadTable .dropdown-toggle {
    box-shadow: none;
    border: 0;
    outline: 0;
    padding: 0;
}
.recentUploadTable .dropdown-menu {
    position: absolute;
    z-index: 1;
    min-width: 91px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #1c1c1c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 8px;
    box-shadow: 0px 1px 16px rgb(28 28 28 / 8%);
    transform: translate(0, 0) !important;
    left: -25px !important;
    top: 23px !important;
}
.recentUploadTable .dropdown-menu::after {
    content: "";
    border-color: transparent transparent #ffffff transparent;
    border-style: solid;
    border-width: 7px;
    position: absolute;
    top: -14px;
    left: 46px;
}
.recentUploadTable .dropdown {
    position: relative;
}
.recentUploadTable .dropdown-item.active,
.recentUploadTable .dropdown-item:active {
    color: #F87F53;
    background-color: transparent;
}
.recentUploadTable .dropdown-item:focus,
.recentUploadTable .dropdown-item:hover {
    color: #F87F53;
    background-color: transparent;
}
.dropdown-item {
    padding: 10px 20px;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    border-bottom: 1px solid rgba(214,214,214,0.27);
}
.paginate_button {
    display: none;
}
.paginate_button.previous,
.paginate_button.next {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #7c7c7c;
    padding: 7px 15px;
    border: 1px solid #d6d6d6;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
}
.paginate_button.previous.disabled,
.paginate_button.next.disabled {
    cursor: default;
}
.paginate_button.previous {
    border-radius: 8px 0 0 8px;
}
.paginate_button.next {
    border-radius: 0 8px 8px 0;
}
.paginate_button.previous:hover:not(.disabled),
.paginate_button.next:hover:not(.disabled) {
    color: #ffffff;
    border: 1px solid #1c1c1c;
    background-color: #1C1C1C;
}
.paginate_button.current {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    padding: 7px 15px;
    border: 1px solid #1C1C1C;
    background-color: #1C1C1C;
    border-radius: 0;
    display: inline-block;
    cursor: default;
}
.dataTables_paginate {
    display: flex;
    align-items: center;
    justify-content: center;
}
.recent_upload .dataTables_paginate {
    margin-top: 30px !important;
}
#list_student_wrapper {
    /* overflow-x: auto; */
    padding-bottom: 10px;
}
div#list_student_info {
    display: none;
}
.recentUploadTable tr td:not(:last-child) {
    padding-right: 10px !important;
}
.recentUploadTable tr th:not(:last-child) {
    padding-right: 10px !important;
}


/* Recent Upload End */


/* My Files start */


.quick-filter {
    display: flex;
    align-items: center;
    margin-left: 16px;
}
.quick-filter > span {
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    color: #1C1C1C;
}
.filterSearch {
    display: flex;
    align-items: center;
}

/* My Files start */

/* Users Start */


.users .add-field {
    width: 169px;
}
.user-box {
    display: block;
    padding-right: 32px;
    background-image: url(../images/arrow_right.svg);
    background-repeat: no-repeat;
    background-position: right center;
    display: flex;
	transition:all 0.4s;
	position:relative;
}
.user-box.active {
	background-size: 30px 20px;
}
.user-box.active:after{
	position:absolute;
	content:"";
	right:0;
	bottom:0;
	width:2px;
	height:80%;
	background-color:#000;
}
.all-users .user-box:not(:last-child) {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(214,214,214,0.54);
    margin-bottom: 12px;
}
.users-img {
    border-radius: 8px;
    background: rgba(214,214,214,0.54);
    width: 40px;
    height: 40px;
    position: relative;
    overflow: hidden;
    margin-right: 16px;
}
.users-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.user-name h6,
.users-details h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #1C1C1C;
}
.user-name h6 {
    margin-bottom: 6px;
}
.users-details h6 {
    margin-bottom: 9px;
}
.users-details p {
    color: #7c7c7c;
}
.user-name p {
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    color: #7c7c7c;
}
.user-hr {
    width: 100%;
    height: 0px;
    margin: 16px 0;
    border-bottom: 1px solid rgba(214,214,214,0.54);
}
.uploadedDoc-row > .doc-text {
    display: block;
}
.users .uploadedDoc-row {
    justify-content: flex-start;
}
.users .sub-title {
    margin-bottom: 20px;
}
.users .uploaded-doc {
    margin-bottom: 20px;
}
.users label.uploadDoc {
    border: 1px solid #1c1c1c;
    border-radius: 10px;
    height: 64px;
    width: 64px;
    margin: 0 auto;
}
.add-user-form h3 {
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #7C7C7C;
    margin: 16px auto 24px;
    text-align: center;
}
.modal-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-btn .site-btn {
    width: 100%;
}
.modal-btn .site-btn:first-of-type {
    margin-right: 7px;
}
.modal-btn .site-btn:last-of-type {
    margin-left: 7px;
}

/* Users End */


/* My Card Start */

.form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-row .form-field:first-of-type {
    margin-right: 10px;
}
.form-row .form-field {
    width: 100%;
}
.form-row .form-field:last-of-type {
    margin-left: 10px;
}
input.cvv {
    padding-right: 56px;
    background-image: url(../images/icon_cvv.svg);
    background-repeat: no-repeat;
    background-position: right 16px center;
}
.datepicker {
    padding: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.datepicker th,
.datepicker td {
    font-size: 14px;
    line-height: 22px;
    color: #1C1C1C;
    padding: 5px;
    transition: 0.3s;
}
.datepicker th:hover,
.datepicker td:hover {
    background-color: #d6d6d6;
}
.datepicker th {
    font-weight: 600;
}
.datepicker td {
    font-weight: normal;
}

.card-area {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.card-box {
    border-radius: 20px;
    padding: 30px;
    width: 100%;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 24px;
}
.card-box > p {
    background: #FFFFFF;
    border-radius: 150px;
    display: inline-block;
    padding: 8px 16px;
}
.card-box h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}
.my_card .hr-line {
    margin: 30px -48px 6px -24px;
}

/* My Card End */


/* Account start */

.acount-img-area {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.account-img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 20px;
}
.account-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
input.change-photo {
    display: none;
}
.account-form .form-field {
    margin-bottom: 24px;
}


/* Account End */


/* Entity Management start */


.circle {
    width: 16px;
    height: 16px;
    margin-right: 12px;
    border-radius: 50%;
}
.nav-pills .nav-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    border-radius: 8px;
    padding: 15px 40px;
    transition: 0.3s;
    display: inline-block;
    cursor: pointer;
    color: #1c1c1c;
    background: #ffffff;
    border: 1px solid #1C1C1C;
}
/* .nav-pills .nav-link.active, */
/* .nav-pills .nav-link:hover { */
    /* color: #ffffff; */
    /* background: #1C1C1C; */
    /* border: 1px solid #1C1C1C; */
/* } */

.nav-pills .bg_blue{
    background: #13D3FB;
    border: 1px solid #13D3FB;
    color: #1C1C1C;
}
.nav-pills .bg_blue.active,
.nav-pills .bg_blue:hover {
    color: #fff;
    background: #1C1C1C;
    border: 1px solid #1C1C1C;
}
.nav-pills .bg_yellow{
    color: #1C1C1C;
    background: #F6DF5E;
    border: 1px solid #F6DF5E;
}
.nav-pills .bg_yellow.active,
.nav-pills .bg_yellow:hover {
    color: #fff;
    background: #1C1C1C;
    border: 1px solid #1C1C1C;
}
.nav-pills .bg_green{
    color: #1C1C1C;
    background: #0FD59E;
    border: 1px solid #0FD59E;
}
.nav-pills .bg_green.active,
.nav-pills .bg_green:hover {
    color: #fff;
    background: #1C1C1C;
    border: 1px solid #1C1C1C;
}
.nav-pills .bg_purple{
    color: #1C1C1C;
    background: #A78EF8;
    border: 1px solid #A78EF8;
}
.nav-pills .bg_purple.active,
.nav-pills .bg_purple:hover {
    color: #fff;
    background: #1C1C1C;
    border: 1px solid #1C1C1C;
}
.nav-pills .bg_orange{
    color: #1C1C1C;
    background: #F87F53;
    border: 1px solid #F87F53;
}
.nav-pills .bg_orange.active,
.nav-pills .bg_orange:hover {
    color: #fff;
    background: #1C1C1C;
    border: 1px solid #1C1C1C;
}
.nav {
    align-items: center;
}
.entity-management-area .nav {
    margin-bottom: 40px;
}
.entity-management-area .sub-title {
    margin-bottom: 20px;
}
.nav .nav-item {
    margin-top: 10px;
}
.nav .nav-item:not(:last-child) {
    margin-right: 10px;
}
.entity-management-content {
    max-width: 550px;
}

/* Entity Management End */


/* Category Management */


.category_management .add-field {
    width: 169px;
}
.category_management .user-box {
    padding-right: 0;
    background-image: none;
    justify-content: space-between;
    align-items: center;
    cursor: default;
}
.category-box-btn {
    display: flex;
    align-items: center;
}
.category-box-btn button:first-of-type {
    margin-right: 12px;
}
.category_management .user-name h6 {
    margin-bottom: 0;
    font-weight: normal;
}

/* Category Management */

/* Doc Upload step 4 Start */


.dashboard_page.doc-upload-step4 .hr-line {
    margin-bottom: 20px;
}
.prev-details-box p {
    color: #7C7C7C;
}
.prev-details-box h6 {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #1C1C1C;
}
.prev-details-row {
    display: flex;
    justify-content: space-between;
}
.prev-details-box .prev-details-row:not(:last-of-type) {
    margin-bottom: 20px;
}
.prev-details-box {
    margin-bottom: 30px;
    padding-right: 21px;
}
.sub-title.small {
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    color: #7C7C7C;
}
.doc-upload-step4 .uploaded-doc {
    margin-top: 10px;
    max-height: 170px;
}
.doc-upload-step4 .uploaded-doc .uploadedDoc-row:not(:last-child) {
    padding-bottom: 0;
    border-bottom: 0;
}
input.date {
    padding-right: 46px;
    background-image: url(../images/icon_calendar.svg);
    background-repeat: no-repeat;
    background-position: right 16px center;
}
.doc-upload4-form textarea {
    height: 96px;
}
.sub-title.small-dark {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.doc-upload4-form .sub-title.small-dark {
    margin-bottom: 16px;
}
input[type="time"] {
    color: transparent;
    display: block;
  }
  input[type="time"]:invalid:before {
    color: #7C7C7C;
    content: attr(placeholder);
    pointer-events: none;
    position: absolute;
    left: 16px;
  }
  input[type="time"]:valid,
  input[type="time"]:focus,
  input[type="time"]:active {
    color: #1c1c1c;
  }
  input[type="time"]:valid:before,
  input[type="time"]:focus:before,
  input[type="time"]:active:before {
    display: none;
  }
input[type="time"]::-webkit-calendar-picker-indicator {
    background: url(../images/noun-clock-4459864\ 1.svg);
    background-repeat: no-repeat;
    background-size: auto;
	background-position:0px 2.5px;
	margin-right:-4px;
}
.doc-upload-step4 .doc-upload-btn {
    justify-content: space-between;
}


/* Doc Upload step 4 End */


/* Subscription plan start */


.active-plan-img {
    margin-bottom: 14px;
}
.subscription-form {
    margin-top: 30px;
}
.subscription-form .site-btn {
    margin-top: 20px;
}
.subscription-form .plan-text {
    margin-bottom: 0;
}
label.plan-content {
    cursor: pointer;
    position: relative;
    padding: 30px;
}
label.plan-content::before {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #1C1C1C;
    background-color: transparent;
    position: absolute;
    top: 16px;
    left: 16px;
    border-radius: 50%;
    transition: 0.1s;
}
input.sub-input:checked + label.plan-content::before {
    border: 4px solid #1C1C1C;
    background-color: #FFFFFF;
} 
input.sub-input {
    display: none;
}
.page-content .plan-content .progress {
    background-color: #1C1C1C;
}
.page-content .plan-content .progress-bar {
    background-color: #FFFFFF;
}
.cacel_plan {
    margin-top: 20px;
}
.used-text {
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    color: #1C1C1C;
    margin-top: 8px;
}
.payment-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.payment-area {
    max-width: 500px;
}
.payment-area .payment-row:not(:last-of-type) {
    padding-bottom: 11px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(214,214,214,0.54);
}
.payment-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.payment-left p:first-of-type {
    color: #7C7C7C;
    margin-bottom: 6px;
}
.payment-left h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #1C1C1C;
    margin-bottom: 6px;
}
.payment-left {
    padding-right: 24px;
}
.payment-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 72px;
    align-items: flex-end;
}
.payment-right p:last-of-type {
    color: #7C7C7C;
}

/* Subscription plan start */


.noti-row {
    display: flex;
	flex: 0 0 100%;
}
.notification-area .noti-row:not(:last-of-type) {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(214, 214, 214, 0.27);
} 
.circle-colored {
    flex: 0 0 18px;
    height: 18px;
    border: 5px solid #F14730;
    border-radius: 50%;
    margin-right: 16px;
    margin-top: 2px;
}
.noti-text > p {
    margin-bottom: 6px;
}
.noti-text > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.noti-text > div p {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #7C7C7C;
}
.noti-text {
    width: 100%;
}
.circle-colored.border_green {
    border-color: #479A40;
}
.circle-colored.border_orange {
    border-color: #ECBB0D;
}
.circle-colored.border_blue {
    border-color: #1CB6D7;
}


/* About Start */


.about-section {
    padding: 50px 0;
    background: #ffffff;
}
.about-area{
    display: inline-block;
}
.about_page .title {
    margin-bottom: 30px;
}
.about_page h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #1C1C1C;
    margin-bottom: 16px;
    margin-top: 16px;
}
.about-section p,
.about-section ul {
    color: #7C7C7C;
    font-size: 16px;
}
.about-section ul {
    line-height: 28px;
    list-style: disc;
    padding-left: 20px;
}
.about-text-area p {
    margin-bottom: 10px;
}
.about-text-area ul:not(:last-of-type) {
    margin-bottom: 10px;
}

.about_page .download {
    display: none;
}
.about_page .footer {
    padding-top: 50px;
}

/* About End */

/* Faqs start */

.faq-accordian .accordion-button {
    font-size: 18px;
    color: #1C1C1C;
    font-weight: bold;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.faq-accordian .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #FFFFFF;
    box-shadow: none;
}
.faq-accordian .accordion-button:not(.collapsed)::after {
    background-image: url(../images/arrow_down.svg);
}
.faq-accordian .accordion-button::after {
    background-image: url(../images/arrow_down.svg);
}
.faq-accordian .accordion-item {
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    overflow: hidden;
}
.faq-accordian .accordion-item:not(:last-of-type) {
    margin-bottom: 20px;
}
.faq-accordian .accordion-button:focus {
    border-color: #E0E0E0;
    box-shadow: none;
}
.faq-accordian .accordion-body {
    font-size: 16px;
    color: #2D2D2D;
    font-family: 'Janna LT', sans-serif;
    font-weight: normal;
}
.accordion-button:focus,
.accordion-button:hover {
    z-index: 0;
}


/* Faqs end */


/* Contact Us */

.contact-us {
    min-height: calc(100vh - 310px);
}
.contact-details p {
    color: #1C1C1C;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    display: flex;
    flex-direction: column;
}
.contact-details p a {
    color: #1C1C1C;
    transition: 0.3s;
}
.contact-details p a:hover {
    color: #F87F53;
}
.contact-details p > span:first-child {
    font-weight: bold;
    font-weight: bold;
}
.contact-detail-row {
    display: flex;
    margin-bottom: 25px;
}
.contact-icon {
    width: 48px;
    height: 48px;
    background-color: #EEEFF2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    margin-right: 20px;
}
.contact-details .social {
    display: flex;
    flex-direction: row;
    padding-left: 68px;
    justify-content: flex-start;
}
.contact-details .social > a {
    margin-top: 0;
}
.contact-us .title {
    margin-bottom: 40px;
}
.contact-form textarea {
    height: 90px;
}



/* Contact Us */


/* ------------------------- Dahboard End ----------------------------------------------------------- */

.mobile-field select {
    width: auto;
    border-right: 0;
    border-radius: 6px 0 0 6px;
    position: relative;
    display: block;
    padding-right: 16px !important;
    background-image: url(../images/Line.png) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}

/* 09/02/22 */

/* section#about {
    padding-top: 80px;
} */


/*---------uploded-file------------*/
.dashborad-btn .site-btn.bg_black {
    width: 95px;
    text-align: center;
    height: 48px;
    padding: 12px;
    font-size: 14px;
    line-height: 24px;
}
.upload-file .title.color_black {
    line-height: 21px;
}
.uploaded-file-area {
    display: flex;
    margin-bottom: 30px;
}
.uploaded-file-area-left {
    padding-right: 46px;
    /* max-width: 490px; */
    width: 50%;
}
.uploaded-file-area-right.doc-upload-step1 {
    /* max-width: 520px; */
    width: 50%;
}
.uploaded-file-area-right .doc-upload-right {
    width: 100%;
}
.dashborad-btn a {
    width: 95px;
    height: 48px;
    background: #1C1C1C;
    border-radius: 6px;
    border: 1px solid #1C1C1C;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    text-align: center;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
}
.dashborad-btn a:hover {
    background: #fff;
    color: #1C1C1C;
}
.dashborad-btn {
    display: flex;
    align-items: center;
}
.dashborad-btn .black.black-border {
    background-color: #fff;
    color: #1C1C1C;
    margin-right: 24px;
}
.dashborad-btn .black.black-border:hover {
    background-color: #1C1C1C;
    color: #fff;
}
.uploaded-file-title {
    padding: 8px 16px;
    background-color: #D6D6D6;
    border-radius: 150px;
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #1C1C1C;
    margin-top: 0;
}
.uploaded-file-area-left h4 {
    font-weight: normal;
    font-size: 21px;
    line-height: 30px;
    color: #1C1C1C;
    margin-bottom: 20px;
    /* max-width: 423px; */
}
ul.ploaded-file-list {
    display: flex;
    flex: 0 0 100%;
    flex-flow: wrap;
}
ul.ploaded-file-list li {
    flex: 0 0 50%;
    margin-bottom: 20px;
    padding-right: 15px;
}
ul.ploaded-file-list li span {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #7C7C7C;
}
ul.ploaded-file-list li h5 {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #1C1C1C;
}
.uploaded-file-area-left .uploaded-file-detail {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #1C1C1C;
    /* max-width: 454px; */
    margin-top: 20px;
}
.uploaded-file-btn button {
    margin-left: 16px;
}
.uploaded-file-area-right .uploaded-doc .uploadedDoc-row:not(:last-child) {
    padding-bottom: 0;
    margin-bottom: 16px;
    border-bottom: 0px;
}
a.reminder-btn {
    padding: 11px 19px 12px 20px;
    background: rgba(28,28,28,0.1);
    border-radius: 22px;
}
a.reminder-btn svg {
    margin-right: 7px;
}
.doc-upload-btn.upload-fiile-reminder {
    justify-content: flex-start;
    padding: 30px 48px 30px 267px;
    box-shadow: none;
    border-top: 1px solid #D6D6D6;
}
.doc-upload-btn.upload-fiile-reminder.bill-payment-btn {
    justify-content: space-between;
}
.bill-payment-btn-remind-outer-left, .bill-payment-btn-remind-outer-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bill-payment-btn-remind-outer-left {
    width: 100%;
}
.bill-payment-btn-remind {
    display: flex;
    align-items: center;
}
.bill-payment-btn-remind-outer-right {
    width: 100%;
}
.bill-payment-btn-remind .reminder-btn {
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.bill-payment-btn-remind .reminder-btn svg {
    margin: 0;
}
.bill-payment-btn-remind p, .remind-edit-btn {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #1C1C1C;
}
a.remind-edit-btn {
    padding-right: 98px;
}
.bill-unpaid span {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #7C7C7C;
    margin-bottom: 4px;
    display: inline-block;
}
.bill-unpaid p svg {
    margin-left: 6px;
}
.bill-unpaid p {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #1C1C1C;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.bill-amount h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    color: #1C1C1C;
}
.payment-history-box {
    background-color: rgba(214, 214, 214, 0.24);
    padding: 16px;
    border-radius: 8px;
    transition: all 0.4s;
    display: block;
}
.payment-history-number-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}
.payment-history .payment-history-number-price p {
    color: #1C1C1C;
}
.payment-history-box p, .payment-history-box h5 {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #7C7C7C;
}
.payment-history-number-price h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    color: #1C1C1C;
}
.payment-history-box h5 {
    margin-bottom: 7px;
    color: #1C1C1C;
}
.payment-history .payment-history-box {
    margin-bottom: 20px;
}
.payment-history h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #1C1C1C;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.payment-history h3 a {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    text-decoration-line: underline;
    color: #1C1C1C;
}
.payment-history {
    margin-top: 30px;
    border-top: 1px solid #D6D6D6;
    padding-top: 30px;
    width: 100%;
    /* max-width: 454px; */
}
.payment-history-box .dark-text {
    color: #1C1C1C;
}
.payment-history-number-price.payment-mathod {
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    padding: 20px 0;
    margin: 20px 0;
}
.notes {
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.payment-history-detail-box .payment-history-number-price, .payment-history-detail-box h5, .notes, .payment-attachment {
    padding-right: 16px;
    padding-left: 16px;
}
.attachment-imgs img {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    border: 1px solid #1C1C1C;
    margin-right: 8px;
    margin-top: 8px;
    display: inline-block;
}
a.payment-history-box.active {
    border: 2px solid #000;
    background-color: transparent;
}
.bill-unpaid.bill-recepitts span {
    font-size: 14px;
    line-height: 22px;
    color: #7C7C7C;
    margin-bottom: 0;
}
.select-category-form .form-field label.without-hover:hover {
    border: 1px solid #1C1C1C;
    background: #fff;
    color: #ffffff;
}
.select-category-form .form-field label.without-hover {
    width: 64px;
    height: 64px;
    margin: 0 16px 0 0;
}
.form-field.biil-upload {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}
span.close-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    background-color: #dc1111;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
span.close-img svg path {
    fill: #fff;
}
span.close-img svg {
    width: 8px;
    height: 8px;
}
.biil-upload .uploadedDoc-row .uploadedDoc-img {
    width: 48px;
    height: 48px;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    margin-right: 16px;
    margin-top: 16px;
}
/* .page-content.doc-upload-step1.dashboard_page.entity_management.bill-detail-wrapper {
    padding-bottom: 66px;
} */
.payment-history .payment-history-box:last-child {
    margin-bottom: 0;
}
.form-check-outer {
    padding: 12px 16px;
    border-bottom: 1px solid rgba(214, 214, 214, 0.54);
}
.form-check-outer input.form-check-input {
    width: 16px;
    height: 16px;
    padding: 0;
    margin-right: 8px;
    cursor: pointer;
}
.form-check-outer label.form-check-label {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #7C7C7C;
    cursor: pointer;
}
.form-check-outer .form-check-input:checked {
    background-color: #1c1c1c;
    border-color: #1c1c1c;
}
.form-check-outer .form-check-input:focus {
    border-color: #1c1c1c;
    outline: 0;
    box-shadow: none;
}
.payment-status-btn.text-center {
    padding: 35px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.payment-status-btn.text-center .payment-status-close {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #1C1C1C;
}
.form-check-outer .form-check-input:checked[type=radio]{
    background-image: url(../images/white.svg) !important;
    background-size: auto;
}
.uploaded-file-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px
}
.uploaded-file-title-icon {
    padding: 8px;
    border-radius: 10px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.uploaded-file-title-icon-bill{
    background-color: #FFF7CD;
}
.uploaded-file-title-icon-receipt{
    background-color: #BCF3FF;
}
.uploaded-file-title-icon-document{
    background-color: #C7FFEF;
}
.otp-form-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}
.otp-form-box input {
    width: 48px;
    height: 48px;
}
.otp-form-box .form-field {
    margin: 0 10px;
}

/*-----22-02-2022------*/
.merchantibtn.add-field {
    border: 1px solid #d6d6d6;
    width: 100%;
    justify-content: start;
    padding-left: 16px;
}
.merchant-checkbox.checkbox label {
    padding-left: 28px;
    cursor: pointer;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #1C1C1C;
}
.billpayment .merchantibtn{
    padding-right: 48px;
    background-image: url(../images/arrow_down.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
}
.billpayment .merchantibtn:hover{
    padding-right: 48px;
    background: url(../images/arrow_down_white.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
}
.merchantibtn.add-field:hover {
    background-color: #1C1C1C !important;
    border: 1px solid #1C1C1C;
    color: #ffffff;
}
.merchant-checkbox.checkbox {
    margin-bottom: 20px;
}
.merchant-outer h2.sub-title.color_black.small-dark {
    margin-bottom: 16px;
}
.paymentstatus-modal .biil-upload .uploadedDoc-row .uploadedDoc-img {
    overflow: inherit;
}
.paymentstatus-modal span.close-img {
    top: -14px;
    right: -6px;
}
.ask-payment-btn{
    margin-bottom: 20px;
}
.entity-type-radio {
    margin-bottom: 20px;
}
.tab-img img {
    width: 20px;
}
.select-category-form .biil-radio-outer .form-field {
    margin-bottom: 0px;
    margin-top: 20px;
}
.select-category-form .biil-radio-outer .form-field:not(:last-of-type) {
    margin-right: 20px;
}
.paymentstatus-modal .select-category-form.addEntityForm .form-field {
    margin-bottom: 20px;
    margin-top: 0;
}
.merchant-outer .select-category-form.addEntityForm .form-field {
    margin-bottom: 20px;
    margin-top: 0;
}
.datepicker table tr td.active.active {
    background-color: #1c1c1c  !important;
    background-image: none !important;
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.active{
    background-color: #1c1c1c ;
    background-image: none;
}

.select-category-form .rdio-primary input[type="checkbox"]:checked + label {
    border: 1px solid #1C1C1C;
    background: #1C1C1C;
    color: #ffffff;
}
.about-area div{
    margin: 0 !important;
    padding: 0px !important;
    width: 100% !important;
    float: none !important;
    font-family: 'Outfit', sans-serif !important;
    color:  #1C1C1C !important;
}
.about-area div,
.about-area p{
    text-align: start !important;
}
.alert{
    align-items: flex-start;
    flex-direction: column;
    padding: 6px;
    font-size: 14px;
    position: relative;
}
.alert .close{
    position: absolute;
    border: none;
    right: 4px;
    top: -4px;
    font-size: 18px;
    padding: 0;
    display: inline-block;
}
.about-area p span{
    color: #1C1C1C;
    font-weight: 600;
    font-size: 40px !important;
    line-height: 50px;
}
.alert-danger{
background: transparent;
border: none;
color: #ff0000;
font-size: 14px;
font-weight: normal;
}
.alert-danger button.close{
    display: none;
}
.alert-danger strong {
    font-weight: normal!important;
}
.form-field .help-block{
    position: absolute;
}
#AddNewPayment .form_title_head h6{
    margin: 0 0 16px;
    color: #1C1C1C;
}
.quick-filter_left .select-apply .dropdown-toggle::after{
    display: none;
}
.subscriptionplan-box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.subscriptionplan-box .plan-content{
    min-height: auto;
}