h1, h2, h3, h4, h5, h6 {
    color: #161616;
}
.btn {
    font-size: 14px;
}
aside.layout-menu.menu-vertical.menu {
    background: #fff;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.logo img {
    width: 180px;
    margin: 30px 0;
}

a.menu-link {
    background: #F3F6FD;
    margin: .25rem 1rem !important;
    padding: 1rem !important;
    border-radius: 10px;
    color: #7D8FB3;
    font-weight: 500;
}

a.menu-link:hover {
    background: #2766EB;
    color: #fff;
}

a.menu-link:hover span {
    color: #fff;
}

span.dashboard-icon {
    color: #2766EB;
}

span.files-icon {
    color: #FF6633;
}

span.shared-icon {
    color: #33BFFF;
}

span.subscription-icon {
    color: #29CC39;
}

span.bin-icon {
    color: #3361FF;
}

span.settings-icon {
    color: #FF9243;
}

.navbar-nav-right.nav-header {
    background: #fff;
}

.input-group.search-sec {
    min-width: 400px;
}

.input-group.search-sec input {
    height: 45px;
    border-radius: 50px;
    overflow: hidden;
    background: #F3F6FC;
    border-color: #D6E4FF;
    border-right: 0;
}

.input-group.search-sec .input-group-text {
    background: #F3F6FC;
    border-color: #D6E4FF;
    border-radius: 50%;
    color: #93A1BE;
}

.avatar {
    position: relative;
    width: 45px;
    height: 45px;
    cursor: pointer;
}

.avatar img {
    width: 100%;
    height: 100%;
}

button.btn.upload-btn::after {
    display: none;
}

button.btn.upload-btn {
    display: flex;
    width: 150px;
    height: 45px;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    background: #FF6633;
    border-color: #FF6633;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}

.notification button.btn {
    background: #D6E4FF;
    height: 45px;
    width: 45px;
    color: #3361FF;
}

span.notfctn-no {
    background: #3361FF;
    width: 22px;
    height: 22px;
    top: 5px !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 85%;
    font-size: 11px;
}

.content-wrapper .card {
    border-color: transparent;
    border-radius: 20px;
    padding: 0 20px;
}

.dashboard-page .card.dash-subscrb {
    background: url(../img/dash-subcrib-bg.png);
    height: 230px;
}

.card.dash-subscrb .card-body img {
    width: 100%;
    max-width: 400px;
}

.dash-subscrb-text h1 {
    color: #2766EB;
    font-weight: 600;
}

.dash-subscrb-text p {
    color: #161616;
    font-size: 18px;
}

.dash-subscrb-text .btn {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    color: #2766EB;
    border: none;
    width: 150px;
    font-size: 15px;
    height: 45px;
}


.semi-donut {
    --percentage: 0;
    --fill: #ff0;
    width: 300px;
    height: 150px;
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    overflow: hidden;
    color: var(--fill);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
}

.semi-donut:after {
    content: "";
    width: 300px;
    height: 300px;
    border: 50px solid;
    border-color: rgba(253 235 199/ 100%) rgba(0, 0, 0, 0.15) var(--fill) var(--fill);
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    transform: rotate(calc(1deg * (-45 + var(--percentage) * 1.8)));
    -webkit-animation: fillAnimation 1s ease-in;
    animation: fillAnimation 1s ease-in;
}

.dash-pie {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

button.btn.btn-primary.pie-btn {
    height: 45px;
    width: 100%;
    border-radius: 0 0 20px 20px;
}
.pie-dtls {
    text-align: center;
}
.pie-dtls p {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
}
.pie-dtls span {
    font-size: 16px;
    color: #84818A;
    font-weight: 400;
}
.suggested-img img {
    width: 100%;
}
.suggested-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0px 10px;
}
.suggested-txt p {
    margin-bottom: 0;
    font-size: 13px;
    color: #2E2C34;
    font-weight: 500;
}
.suggested-img {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 152px;
}
.suggested-img img {
    max-height: 152px;
    object-fit: cover;
}
.suggested-files {
    border: 1px solid #EBEAED;
    border-radius: 5px;
    /* overflow: hidden; */
}
.Upload-files {
    align-items: center;
    display: flex;
}
.Upload-files p {
    margin-bottom: 0;
    font-size: 14px;
}
p.added-date {
    font-size: 14px;
    color: #A1ACC8;
    margin-bottom: 0;
}
p.folder-dtl {
    color: #161616;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
p.folder-dtl span {
    color: #FFA043;
}
.Upload-files img {
    width: 25px;
    margin-right: 5px;
}
.dropdown.action-sec a.btn {
    background: #ffffff00;
    border: none;
}
.dropdown.action-sec a.btn.dropdown-toggle::after {
    display: none;
}
.dropdown.action-sec a.dropdown-item {
    font-size: 14px;
    font-weight: 400;
    color: #52535A;
}
.indvdl-usge-prfl h6 {
    font-size: 16px;
    margin-bottom: 0;
    color: #1A1D1F;
}
.indvdl-usge-prfl img {
    border-radius: 5px;
}
.indvdl-usge-prfl {
    display: flex;
    align-items: center;
}
.indvdl-usge-prfl p {
    margin-bottom: 0;
    color: #9A9FA5;
    font-size: 14px;
}
.indvdl-usge-graph p {
    margin-bottom: 0;
    background: #D6E4FF;
    color: #4785FF;
    font-size: 13px;
    padding: 5px 8px;
    font-weight: 500;
    border-radius: 3px;
    margin-right: 15px;
}
.indvdl-usge-graph span {
    color: #4785FF;
}
.indvdl-usge-graph {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

nav.setting-tab .nav-link {
    width: auto !important;
    padding: 15px 40px;
    color: #52535A;
    font-size: 16px;
}
nav.setting-tab {
    border-bottom: 1px solid #F8F8F8;
}
nav.setting-tab .nav-tabs .nav-link.active {
    border-bottom: 3px solid #2766EB;
    color: #2766EB;
    font-size: 16px;
    font-weight: 600;
}
nav.setting-tab .nav-tabs .nav-link:hover, nav.setting-tab .nav-tabs .nav-link:focus {
    border-top: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    color: #2766EB;
}
.settings-page .tab-content {
    padding: 1.5rem 0 !important;
}
.prfl-img {
    position: relative;
}
.prfl-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}
a.add-img-btn {
    position: absolute;
    bottom: 0;
    right: 4px;
    width: 25px;
    height: 25px;
    background: #2766eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}
a.add-img-btn i{
    margin-left: 1px;
}
a.btn.remove-btn {
    border: 1px solid #2766EB;
    width: 100px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2766EB;
    margin-left: 20px;
    font-size: 14px;
}
label.form-label {
    color: #2E2C34;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
.form-control {
    height: 45px;
    border-radius: 50px;
    background: #F3F6FC;
    border-color: #D6E4FF;
}
select.form-select {
    height: 45px;
    border-radius: 50px;
    background-color: #F3F6FC;
    border-color: #D6E4FF;
}
.upgrade-plan-card {
    border: 1px solid #0d6efd;
    border-radius: 20px;
}
.upgrade-plan-card-dtls h1 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
}
span.plan-tag {
    color: #4785FF;
    background: #D6E4FF;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
}
.upgrade-plan-card-dtls p {
    color: #A1ACC8;
    font-weight: 500;
    font-size: 18px;
}
.upgrade-plan-card ul {
    list-style: none;
    /* line-height: 30px; */
    padding-left: 0;
}
.upgrade-plan-card ul li {
    color: #52535A;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}
.upgrade-plan-card ul li i {
    color: #4785FF;
}
.billing-sec .card {
    padding: 20px;
    border: 1px solid #F1F3F5;
    border-radius: 10px;
}
.setting-hd {
	font-size: 24px;
}
.billing-sec .card h4.setting-hd {
    font-size: 20px;
}
.adress-sec {
	padding: 15px;
	background: #F8F8F8;
	display: flex;
	width: 100%;
	justify-content: space-between;
    border-radius: 10px;
}
.adress-sec .material-symbols-outlined {
	font-size: 50px;
	margin-right: 15px;
}
.adress-sec h6 {
	margin-bottom: 5px;
	font-size: 16px;
}
.adress-sec p {
	margin-bottom: 5px;
	font-size: 13px;
}
.edit-btn {
	font-size: 18px;
}
.billing-sec .card.right-card {
	background: #F8F8F8;
}
.pay-card-sec {
	padding: 15px;
	background: #ffffff;
	display: flex;
	width: 100%;
	justify-content: space-between;
	border-radius: 10px;
}
.pay-card-sec h6 {
	margin-bottom: 5px;
	font-size: 16px;
}
.pay-card-sec p {
	margin-bottom: 5px;
	font-size: 13px;
}
.pay-card-sec img {
	width: auto;
	height: 40px;
	margin-right: 20px;
}
.trash-btn {
	font-size: 16px;
	color: #E94235;
}
.trash-btn:hover {
	color: #cd2f24;
}

span.status-complted {
    color: #4785FF;
    background: #D6E4FF;
    font-size: 13px;
    width: 100px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-weight: 500;
}
.modal-header {
    align-items: flex-start;
}
/*------jyothi--subscription-page--------*/
.price-table{padding: 1rem 1rem 0rem 1rem;}
.price-table .card{border-radius: 22px !important; box-shadow: none !important; border: 1px solid #F1F3F5; min-height: 37rem;}
.price-table .percentage{ display: block;}
.price-table .percentage ul{padding: 0; margin: 0;}
.price-table .percentage ul li{display: inline-block; padding-left: 10px; color: #161616; font-size: 18px; padding: .7rem 1rem;}
.price-table .percentage ul li:first-child{color:#4785FF; border-right: 1px solid #EBEAED; padding-right: 10px; padding-left: 0px;}
.price-table .form-check label{display: block;text-align: left; padding-left: 30px; }
.price-table .form-check{ margin-bottom: 10px !important;}
.price-table .form-check .form-check-input{margin-left: 0px !important; border-color: #d8d4d4;}
.price-table .doc-file:checked{background-color: #4785FF !important; color: #fff !important;}
.price-table .image-file:checked{background-color: #5542F6;}
.price-table .video-file:checked{background-color: #20C9AC;}
.price-table .other-file:checked{background-color: #FFA043;}
.price-table .btn-lg{background: #2766EB; border-radius: 30px; width: 100%; height: 56px;}
.price-table .btn-outline-primary{border-radius: 30px; width: 100%; height: 56px; border-color: #D6E4FF;}
.price-table .text-muted{font-size: 20px; color: #A1ACC8;}
.price-table .gray-txt{color: #52535A !important; line-height: 30px;}
.price-table ul.features {padding: 0px;}
.price-table ul.features li{ color: #52535A; text-align: left; list-style: none; padding-bottom: 10px; display: flex;}
.price-table .material-symbols-outlined{color: #2766EB; padding-right: 10px;}
.price-table .recommended{background: #4785FF; }
.price-table .recommended h4{color: #fff !important; }
.price-table .recommended li{color: #fff !important; }
.price-table .recommended .text-start{color: #fff !important; }
.price-table .recommended .text-muted{color: #fff !important; }
.price-table .recommended .material-symbols-outlined{color: #fff !important; }
.price-table .recommended .align-self-end {align-self: flex-end!important;vertical-align: text-top;display: contents; }
.price-table .recommended .align-self-end span{background: #20C9AC; border-radius: 12px; display: block; height: 26px; width: 132px; color: #fff; font-size: 13px;  line-height: 24px; margin: 15px 0px 5px 5px;}
.price-table .recommended .btn-lg{background: #fff !important; color: #333 !important;}
.price-table  nav{display: block;margin: auto;width: 312px; height: 0;}
.price-table .nav-tabs {position: relative;top: -80px;}
.price-table .nav-link{width: inherit !important; font-weight: 500;}
.price-table .bg-light{background: none !important; border: none !important;}
.price-table .nav-tabs .nav-link.active{color: #ff6632; border-radius: 18px 18px 0px 0px;}
.price-table .nav-tabs .nav-link:hover{border-color: #fff; border-radius: 18px 18px 0px 0px;}
.price-table .gray-txt span{display: block;}
    

  
   
@media (max-width: 767px){
    .price-table {padding-left: 0 !important; padding-right: 0 !important;}
    .price-table .col-12{padding-left:0 !important; padding-right:0 !important;}
    .price-table .bg-light{padding:0px !important;}
    .price-table .card{padding: 0px !important;}
    .price-table .semi-donut::after{width: 280px; height: 280px;}
    .price-table .nav-tabs {position: absolute;top: 7px; }
     
}
@media only screen and (min-width: 992px) and (max-width: 1366px)  {
    .price-table .gray-txt span{line-height: 22px;font-size: 18px; padding-top: 10px; display: block;  }
    .price-table .card-body{padding:10px 0;}
    .price-table .semi-donut::after{width: 240px; height: 240px; border: 30px solid #FFB622;}
    .price-table .btn-lg { font-size: 16px; width: 100%;}
}
    
    




/*-------rijo---------*/
.th-align {text-align: end;}
.listing table thead tr th {color: #161616; font-size: 16px; padding-bottom: 20px; border: #7fffd400;}
.listing table thead tr th i {color: #84818A; font-size: 10px;}
.listing .sorting_1 {padding: 20px 7px;color: #2E2C34;display: flex; align-items: flex-start;}
/* .listing .sorting_1  span{color: #FFA043;} */
.listing table .Owner-img img{border-radius: 50%; height: 30px;}
.listing table .Owner-img{ display: flex; align-items: center; color: #84818A;}
.listing table tbody tr td{border-bottom: 1px solid #E7ECF6 !important; font-size: 14px;color: #52535A;}
.listing table tbody tr td .icon-img{height: 20px;}
.share .modal-content {border-radius: 16px; padding: 30px;}
.share .modal-header {border-bottom: 1px solid #dee2e600 !important;}
.share .modal-footer{border-top: 1px solid #dee2e600;}
.share .modal-header .modal-title {
    font-size: 20px;
    font-weight: 400;
    color: #161616;
  }
.share  .modal-body input,.field{border: 1px solid #D6E4FF;border-radius: 30px;height: 45px; padding-left: 16px;}
.share .modal-footer .close-btn {background-color: #f1f7ff;color: #4785FF;width: auto;
    padding: 13px 60px;border-radius: 50px;
border: 1px solid #4785FF;}
.share .modal-footer .close-btn:hover{background-color: #BFBFBF; color: #333; border: 1px solid #BFBFBF;}
.share .modal-footer .share-btn{background-color: #2766EB; color: #fFF; width: auto;
    padding: 13px 60px; border-radius: 50px;
border: 1px solid #4785FF;}
.share .modal-footer .share-btn:hover{background-color: #fff; color: #2766EB;}
.share  .modal-body .check-box .form-check .form-check-input{height: 20px; width: 20px; border-radius: 5px;}
.share  .modal-body  .comment-field{border: 1px solid #D6E4FF;border-radius: 30px;background: #F4F5F7; padding-left: 16px;}
.share .modal-body .form-dropdown {background-color: #d6e4ff; border-radius: 30px; border: 1px solid #D6E4FF; color: #4785FF; display: flex; justify-content: space-between;     width: 100px;align-items: center;}
.share .modal-body .view-details p{  color: #333; font-size: 16px;}
.share .modal-body  .copy-form{background-color: #F4F5F7; border-radius: 30px; border: 1px solid #D6E4FF; color: #333333; display: flex;     width: 60px;align-items: center;}
.table-striped > tbody > tr:nth-of-type(2n+1) {color: var(--bs-table-striped-color);background-color: #0ff0 !important;}
.listing table{border-color: #fff0;}
.share .modal-body .people-id img{  border-radius: 50%;height: 30px;}
.share .modal-body .people-id span{  font-size: 13px;padding-left: 5px;}
.share .modal-body .people-btn .btn{border-radius: 30px;padding: 2px 15px;font-size: 13px;background-color: #F3F6FC;border: 1px solid #D6E4FF; min-width: 75px;}
.share .modal-body .people-btn .btn:hover{color: #333333;}
.btn-style{height: 45px;width: 45px;display: flex;justify-content: center;align-items: center;border-radius: 50%;}
.btn-active {color: #4785FF; background-color: #fff;}
.btn-inactive {background-color: #fff0;border: 1px solid #fff;}
.file-top .sorting {height: 45px; width: 195px;}
.file-top .sorting label{border-radius: 25px 0px 0px 25px; background-color: #fff; border: 1px solid #ced4da00; padding: 0px 0px 0px 20px; font-size: 14px;}
.file-top .sorting .sort-listing{background-color: #fff; border: 1px solid #ced4da00;border-radius: 0px 25px 25px 0px; font-size: 14px;}
.file-top .folder{height: 45px;
    width: 185px; border-radius: 30px; background-color: #fff; color: #2766EB; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.14);}
.file-top .folder i{color: #B8CFFF; }
.listing .sorting_1 .file-icon span{color: #FFA043;}
.folder-col{color: #FFA043; padding: 40px 0px; font-size: 70px}
.list-title {color: #161616;font-size: 18px;}

.users{
    background-color: #ECECEC52;
    padding: 10px;
    border-radius: 15px;
}
.user-data {
    font-size: 12px;
  }
.user-data h5{
    font-size: 14px;
}
.user table thead tr th {
    color: #161616;
    font-size: 16px;
    padding-bottom: 20px;
    border: #7fffd400;
      border-bottom-color: rgba(127, 255, 212, 0);
  }
  .status-active {
    color: #17AF14;
    background: #C8F7D2;
    padding: 1px 15px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
  }
  .status-inactive {
    color: #fff;
    background: #A1ACC8;
    padding: 1px 15px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
  }
  button.btn.administrator-btn::after {
    display: none;
  }
  button.btn.administrator-btn {
    display: flex;
    width: 160px;
    height: 40px;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    background: #FFF;
    border-color: #4785FF;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    color: #4785FF;
    font-weight: 500;
    font-size: 14px;
  }
  .listing .users table thead tr th {
    color: #52535A;
    font-size: 14px;
    padding-bottom: 10px;
    border: #7fffd400;
      border-bottom-color: rgba(127, 255, 212, 0);
  }
  .invite-btn{background-color: #2766EB;
    color: #fFF;
    width: auto;
    padding: 11px 28px;
    border-radius: 50px;
    border: 1px solid #4785FF;}
.members p{
    font-size: 14px;
    color: #52535A;
}
 .trash{
    color: #E94235;
 }
 .btn-check:focus + .btn-primary, .btn-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, 0);}


.file-menu{
    display: flex;
list-style: none;
justify-content: end;
margin: 0;
}
.file-menu li{
    padding-left: 20px;
}


.table-responsive-stack tr {display: -webkit-box;display: -ms-flexbox; display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}
.empty-trash{border-radius: 25px;}
.file-top p{  color: #4785FF;font-size: 14px;}
#grid {display: none;}
.table-responsive-stack td,
.table-responsive-stack th {display:block;-ms-flex: 1 1 auto;flex: 1 1 auto;}
.table-responsive-stack .table-responsive-stack-thead {font-weight: bold; width: 116px;}





 @media (min-width: 576px){
 .modal-dialog {
   margin: 1.75rem auto;
 }
}

@media screen and (max-width: 768px) {
.table-responsive-stack tr {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border-bottom: 1px solid #ccc;
display:block;
padding-bottom: 10px;
margin-bottom: 10px;
}
   /*  IE9 FIX   */
.table-responsive-stack td {
float: left\9;
width:100%;
}
.listing table tbody tr td {border-bottom: 1px solid #E7ECF600 !important;
}
.responsive-list{
position: relative;
}
.text-end.responsive-db-menu {
position: absolute;
top: -10px;
right: -14px;
}
.listing .sorting_1 {
padding: 10px 7px;
padding-top: 50px;}
}


/*-------popup-img------*/


figcaption {text-align: center;color: #2E2C34;padding: 0px 10px;margin-top: 5px;font-size: 13px;font-weight: 500;}
.listing-img  img{width: 232px;height: 155px;object-fit: cover;border-radius: 5px 5px 0px 0px;} 


/*------payment-completed----*/
.payment-completed{
display: flex;
align-items: center;
background-image: url('../img/payment.jpg');
background-size: cover;
background-repeat: no-repeat;
overflow: auto;
}
.payment-text-area{
    width: 400px;
    margin: 90px 0px;
    text-align: center;  
}
.btn-lg{background: #2766EB; border-radius: 30px;padding: 15px 60px;}










.modal-user-style{
    background-image: url('../img/modal-bg.jpg');
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: 100% auto
    
}
.dashboard-guidelines h6{
font-size: 24px;
line-height: 33px;
font-weight: 600;
}
.dashboard-guidelines ul{
    padding-left: 15px;
}
.dashboard-guidelines ul li{
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.dashboard-guidelines ul li i{
    font-size: 7px;
    color: #b9b7b7;
    margin-right: 9px;
}
.guide-listing h5{
    font-size: 17px;   
}
.skip-btn{
    border-radius: 30px;
    padding: 3px 20px;
}
.guide-line-modal {
    padding: 20px 34px;
}






















/* ------------------------------ Responsive ------------------------------ */

  @media (max-width: 1500px){
    
  }
  @media (max-width: 1400px){
   
  }
  @media (max-width: 1199px){
   
  }
  @media (max-width: 991px){
    
  }
  @media (max-width: 767px){
    .dashboard-page .card.dash-subscrb {
        height: 100%;
    }
    .th-align {
        text-align:start;
      }
      .file-menu {
        display: flex;
        justify-content: space-between;
        padding-left: 0px;
  }
}
  @media (max-width: 576px){
    .dashboard-page .card.dash-subscrb {
        height: 100%;
    } 
    .input-group.search-sec {
        min-width: 247px;
      }
      .modal-dialog {
        max-width: 410px;
        margin: 1.75rem auto;
      }
  }
  @media (max-width: 576px){
    .payment-text-area {
        width: 245px;}

  }
  
  /* ------------------------------ accept invite ------------------------------ */
  .user-invite{ width: 100%; background: url(../img/user-invite.jpg) no-repeat; height: 100vh; background-size: cover; padding-top: 2rem;}
  .user-invite .card{border-radius: 22px !important; border: none !important; }
  .user-invite .card .logo{display: block; max-width: 140px;}
  .user-invite .card img{display: block; margin: auto;}
  .user-invite .card h1{text-align: center; font-size: 1.5rem; padding-top: 20px;}
  .user-invite .card p{text-align: center;}
  .user-invite .card button{margin: auto; display: block; min-width: 260px;}
  .user-invite .card .border-btn{border: 1px solid #B8CFFF !important; background: #fff !important; color: #333;}
  @media (min-width: 1200px){
    .user-invite .card{padding: 3rem !important;}
    .user-invite{padding-top: 5rem;}
  }