@font-face {
    font-family: Raleway-Regular;
    src: url(fonts/Raleway-Regular.ttf);
}

@font-face {
    font-family: Raleway-ExtraBold;
    src: url(fonts/Raleway-ExtraBold.ttf);
}

@font-face {
    font-family: Raleway-Bold;
    src: url(fonts/Raleway-Bold.ttf);
}

@font-face {
    font-family: Raleway-Black;
    src: url(fonts/Raleway-Black.ttf);
}

@font-face {
    font-family: Raleway-light;
    src: url(fonts/Raleway-Light.ttf);
}

@font-face {
    font-family: Raleway-Medium;
    src: url(fonts/Raleway-Medium.ttf);
}

@font-face {
    font-family: Montserrat-Black;
    src: url(fonts/Montserrat-Black.ttf);
}

@font-face {
    font-family: Montserrat-Medium;
    src: url(fonts/Montserrat-Medium.ttf);
}

.width100 {
    float: left;
    width: 100%;
}

body {
    font-family: Raleway-Medium;
    font-size: 18px;
    line-height: normal;
    font-weight: normal;
    color: #8b8b8b;
    background-color:#ffffff;
}

.logo_img_scroll{
    display: none;
}

.header_fixed .logo_img{
    display: none;
}
.header_fixed .logo_img_scroll{
    display: block;
}
.logo_img img{
    max-height: 115px;
}
.logo_img_scroll img{
    max-height: 50px;
}

.header_fixed{
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 5000;
  top: 0;
}

.header_fixed .hello_box{
  padding: 10px 0 10px 0;
}
.header_fixed .hello_text{
  font-size: 21px;
  margin: 9px 0 0 0;
}
.header_fixed .hello_text span{
  float: left;
  width: auto;
  /*margin: 0 10px 0 0;*/
}
/*.header_fixed .hello_img img{*/
/*    max-height: 40px;*/
/*}*/
.header_fixed .header_box {
    margin: 0 0 30px 0;
}
/*header middle search start*/

.header_middle .header_box {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
}

.colorred{
color: red;
font-weight: 700;
}
.search_mainbox {
    display: flex;
    align-items: center;
    width: 62%;
    gap: 5px;
    justify-content: flex-end;
}


.search_mainbox1 {
    display: flex;
    align-items: center;
    /*width: 62%;*/
    gap: 5px;
    justify-content: flex-end;
}

.header_middle .client_form_list {
    width: 55%;
    margin: 0;
}

/*.header_middle .logo {*/
/*    width: 13%;*/
/*}*/
/*.header_middle .hello_box {*/
/*    width: 30%;*/
/*}*/

.middle_search_topbox {
    float: right;
    margin: 30px 0 0 0;
    width: 50%;
    text-align: center;
}
.middle_search_topbox .selection .select2-selection #select2-search-container {
     border: 1px solid #ccc;
    border-radius: 100px;
    font-size: 15px;
    line-height: normal;
    height: auto !important;
    padding: 7px 14px;
    min-width: 280px;
    text-align: left;
}
.middle_search_topbox .selection .select2-selection{
    height: auto !important;
    border: 0;
}

.select2-container--open .select2-dropdown{
    width: 280px;
    border: 0;
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 10px;
    margin: 5px 0 0 0;
}
.select2-container--open .select2-dropdown .select2-search__field{
    background-color: #e7e7e7;
    border-radius: 100px;
    margin: 0 0 10px 0;
    color: #000;
    padding: 10px 19px;
    font-size: 14px;
    border: 0;
}
.select2-container--open .select2-results li{
    padding: 8px 10px;
    font-size: 15px;
    color: #000;
}
.middle_search_topbox input[type="submit"]{
    width: auto;
    background-color: #252d37;
    color: #fff;
    font-size: 15px;
    border: 0;
    text-align: center;
    line-height: normal;
    padding: 8px 30px;
    border-radius: 100px;
    transition-duration: 0.3s;
    text-decoration: none;
    font-weight: 600;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 33% !important;
    top: 60% !important;
    width: 0;
}

/*.header_fixed .middle_search_topbox {*/
/*    margin: 13px 0 0 0;*/
/*}*/

.select2-hidden-accessible {
    right: 60%;
    top: 35%;
}

.client_dashbordbox .dashboard_list{
    width:100%;
    padding:0 20px 20px 0;
}

.client_quick_box .quick_list{
    width:100%;
    padding:0 20px 20px 0;
}

.document_listing_new {
    border: 0;
    padding: 15px 0;
    border-radius: 100px;
    background-color: #fff;
    text-align: center;
    transition-duration: 0.8s;
}

.document_listing_heading {
    font-size: 14px;
    color:#B10D0D;
}

.document_listing_content {
    font-size: 18px;
    font-weight: bold;
    color: #020202;
    padding: 5px 5px 5px 5px;
    word-wrap: break-word;
}

.fa-eye:before {
    content: "\f06e";
    position: absolute;
    top: 34%;
    right: 7%;
}

.fa-eye-slash:before {
    content: "\f070";
    position: absolute;
    top: 34%;
    right: 7%;
}

.token_section_eye .fa-eye:before {
    content: "\f06e";
    position: absolute;
    top: 34%;
    right: 7%;
}

.token_section_eye .fa-eye-slash:before {
    content: "\f070";
    position: absolute;
    top: 34%;
    right: 7%;
}

/*header middle search ends*/
.middle_box{
    min-height: 110vh;
}


.width50 {
    float: left;
    width: 50%;
}

.login_left {
    background-color: #fff;
}

.login_left_inner {
    float: right;
    width: 100%;
    max-width: 500px;
    margin: 0 110px 0 0;
}

.text30_black {
    font-family: Raleway-ExtraBold;
    font-size: 30px;
    color: #020202;
}

.text20_black {
    font-size: 20px;
    color: #000;
    font-family: Raleway-ExtraBold;
}


.login_emailusername_heading{
  font-size: 20px;
  margin: 70px 0 10px 0;
  font-family: Raleway-Bold;
}
.login_left_inner input[type="text"] {
    background-color: #f3f3f3;
    border: 0;
    border-radius: 9px;
    width: 100%;
    padding: 15px;
    font-size: 15px;
    color: black;
}

.black_login_btn {
    width: 100%;
    background-color: #000000;
    color: #fff;
    font-size: 16px;
    border: 0;
    line-height: normal;
    padding: 13px 0;
    border-radius: 8px;
    transition-duration: 0.3s;
}

.black_login_btn:hover {
    background-color: #bb2c2c;
}

.or_text {
    float: left;
    width: 100%;
    border-bottom: 2px solid #eee;
    position: relative;
}

.or_text span {
    background-color: #fff;
    width: 50px;
    margin: -12px auto 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
}

.text14_black {
    font-size: 14px;
}

.black_btn {
    width: auto;
    float: left;
    background-color: #252d37;
    color: #fff;
    font-size: 0.9rem;
    border: 0;
    text-align: center;
    line-height: normal;
    padding: 8px 25px;
    border-radius: 100px;
    transition-duration: 0.3s;
    text-decoration: none;
    font-weight: 600;
    
}

.black_btn:hover {
    background-color: #bb2c2c;
    color: #fff;
}

.continue_btn a {
    border: 1px solid #5e5e5e;
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
    border-radius: 5px;
    padding: 10px 0;
    transition-duration: 0.3s;
}

.continue_btn a:hover {
    box-shadow: 0 10px 5px #ebebeb;
}

.continue_btn img {
    height: 28px;
}

.width1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.header_box {
    padding: 10px 0 30px 0;
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

.logo {
    float: left;
    width: auto;
    margin: 5px 0 0 0;
}

.hello_box {
    float: right;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hello_text {
    float: left;
    font-size: 31px;
    color: #000;
    text-align: right;
}

.hello_img {
    float: left;
    width: auto;
    margin: 0 0 0 20px;
    position: relative;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
}

.hello_img img {
    border-radius: 100px;
    max-height: 80px;
    margin: 0 0 2px 0;
}

.hello_text span {
    font-family: Raleway-ExtraBold;
    width: 100%;
    float: right;
}


/* logout button start  */

.hello_img a {
    width: auto;
  float: left;
  background-color: #252D37;
  color: #fff;
  font-size: 15px;
  border: 0;
  text-align: center;
  line-height: normal;
  padding: 6px 0 8px 0;
  border-radius: 100px;
  transition-duration: 0.3s;
  text-decoration: none;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.hello_img a:hover {
    background-color: #bb2c2c;
    color: #fff;
}

.logout_btn {
    display: none;
    /*position: absolute;*/
    /*right: unset;*/
}

.hello_img:hover .logout_btn {
    display: block;
}


/* logout button end  */

.dashboard_list {
    float: left;
    width: auto;
    padding: 0 30px 0 0;
}

.dashboard_innerlist {
    width: 100%;
    box-shadow: 0 0 20px #ccc;
    float: left;
    padding: 20px;
    border-radius: 10px;
}

.dashboard_count {
    float: left;
    width: auto;
    color: #000;
    font-family: Raleway-ExtraBold;
    font-size: 45px;
}

.dashboard_btnbox {
    float: right;
    width: auto;
    min-height: 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.quick_list {
    float: left;
    width: auto;
    padding: 0 30px 20px 0;
}
.dashboard_quick_activity .quick_list {
    float: left;
    width: 100%;
    padding: 0 20px 20px 0;
}

.quick_list .drop-zone {
    height: 86px;
    padding: 0 20px;
    border: 0;
    font-size: 13px;
    color: #000;
}

.quick_list .drop-zone__thumb::after {
    background: none;
}

.quick_list .drop-zone__thumb {
    border-radius: 0;
    background: none;
    display: flex;
    align-items: center;
}

.quick_innerlist {
    width: 100%;
    box-shadow: 0 0 20px #ccc;
    float: left;
    padding: 15px 10px 15px 10px;
    border-radius: 10px;
    text-align: center;
    font-size: 13px;
    color: #000;
    min-height:132px;
}

.quick_innerlist a {
    color: #000;
}

.quick_innerlist img {
    max-height: 40px;
}

.gray_list {
    float: left;
    width: 33.3%;
    padding: 0 30px 0 0;
}

.gray_innerlist {
    width: 100%;
    box-shadow: 0 0 20px #ccc;
    float: left;
    padding: 30px 20px;
    border-radius: 10px;
    font-size: 13px;
}

.gray_leftbox {
    float: left;
    width: 50%;
}

.gray_rightbox {
    float: right;
    width: 45%;
    text-align: center;
}

.gray_rightbox img {
    max-height: 130px;
}

.generate_list {
    float: left;
    width: 40%;
    padding: 0 30px 30px 0;
}

.client_form_list input,
.client_form_list select {
    background-color: #f3f3f3;
    border: 0;
    border-radius: 9px;
    width: 95%;
    padding: 18px 0 18px 25px!important;
    font-size: 15px;
    color: black;
    height: 56px;
}



.client_form_list33 input,
.client_form_list33 select {
    background-color: #f3f3f3;
    border: 0;
    border-radius: 9px;
    width: 95%;
    /*padding: 15px;*/
    font-size: 15px;
    color: #000000;
    padding: 18px 0 18px 25px;
    height:56px;
}

.or_text2 {
    float: left;
    width: auto;
    border-left: 2px solid #eee;
    position: relative;
    min-height: 110px;
    margin: 0 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.or_text2 span {
    background-color: #fff;
    margin: 0 0 0px -10px;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    padding: 10px 0;
}

.title_search_box {
    float: left;
    width: 50%;
}

.title_search_box label {
    float: left;
    width: auto;
    font-size: 14px;
    color: #000;
    margin: 11px 10px 0 0;
}

.title_search_box input {
    background-color: #f3f3f3;
    border: 0;
    border-radius: 10px 0px 0px 10px;
    width: auto;
    padding: 11px 5px;
    font-size: 15px;
    color: #000000;
    min-width: 170px;
    text-align: left;
    float: left;
}

.title_search_box input:focus{
    border:0;
    outline: none;
}

.title_search_box .search_btn {
    float: left;
    width: 35px;
    background-image: url(../images/search_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    font-size: 0;
    min-width: inherit;
    border-radius: 0 10px 10px 0;
    height: 40px;
}

.list_box {
    background-color: #f3f3f3;
    width: 100%;
    padding: 20px;
    font-size: 14px;
    color: #000;
    margin: 0 0 40px 0;
    border-radius: 100px;
    box-shadow: 1px 1px 15px -8px rgba(0,0,0,1);
    transition-duration: 0.8s;
}

.list_box:hover {
    background-color: #fff;
}

.list_box:hover .document_listing_new {
    background-color: #b10d0d2e;
}

.list_datebox {
    float: right;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-bottom: 6px solid #ded8d9;
}

.list_datebox span {
    float: left;
    margin: 0 10px 0 0;
}

.list_datebox .timebox {
    color: #b10e0e;
    clear: both;
    float: left;
    font-size: 22px;
    font-family: Raleway-ExtraBold;
}

.document_box {
    float: left;
    width: 100%;
}

.doc_img {
    float: left;
    width: auto;
}

.doc_text {
    float: left;
    width: auto;
    font-family: Raleway-ExtraBold;
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
    padding: 20px 0 0 20px;
}

.details_taglist span {
    background-color: #fff;
    line-height: normal;
    padding: 8px 20px;
    border-radius: 100px;
    margin: 0 10px 12px 0;
    float: left;
    color: #b20e0e;
}


/* client basic detail page start  */

.listing_tabbing {
    border-bottom: 1px solid #a7a7a7;
    padding: 0px 0 20px 0;
    float: left;
    width: 100%;
}

.listing_tabbing ul {
    padding: 0;
    list-style: none;
}

.listing_tabbing ul li {
    float: left;
    position: relative;
}

.listing_tabbing ul li a {
    text-decoration: none;
    color: #000000;
    padding: 5px 50px 5px 0;
    border-right: 1px solid #a7a7a7;
    margin: 0 50px 0 0;
}

.listing_tabbing ul .active::before {
    content: "";
    position: absolute;
    width: 74px;
    height: 3px;
    bottom: -5px;
    background-color: #b20e0e;
}

.client_form_list {
    width: 50%;
    float: left;
}

.client_form_list input {
    padding: 18px 0 18px 25px;
    width: 95%;
    background-color: #f3f3f3;
    border-radius: 12px;
    border: 1px solid #f3f3f3;
    color: black;
}

.client_form_list {
    width: 50%;
    float: left;
    margin: 10px 0px 25px 0px;
    position: relative;
}



.client_form_list33 {
    width: 33%;
    float: left;
}

.client_form_list33 input {
    padding: 18px 0 18px 25px;
    width: 95%;
    background-color: #f3f3f3;
    border-radius: 12px;
    border: 1px solid #f3f3f3;
    color: #000000;
}

.client_form_list33 {
    width: 33%;
    float: left;
    margin: 10px 0px 25px 0px;
    position: relative;
}



/* .client_form_list label {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #000;
    margin: 0 0 0 20px;
    ;
    line-height: normal;
    padding: 1px 10px;
    border-radius: 100px;

    transition-duration: 0.3s;
    opacity: 0;
}

.client_form_list input:focus~label {
    opacity: 1;
    margin: -10px 0 0 20px;
} */
/* 
input:focus::placeholder {
    color: transparent;
} */





input:not(:focus)::placeholder {
    opacity: 0;
}
.login_left_inner input:not(:focus)::placeholder {
    opacity: inherit;
}
.client_form_list label {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #aaa;
    pointer-events: none;
    transition: all 0.1s;
}

.client_form_list33 label {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #aaa;
    pointer-events: none;
    transition: all 0.1s;
}

input:is(:focus, :not(:placeholder-shown))+label {
    top: -26px;
    font-size: 16px;
}


/* upload files start  */

.drop-zone {
    width: 100%;
    height: 250px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #a7a7a7;
    border: 0.5px dashed #707070;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

.upload_file_rightbox {
    display: flex;
    height: 100%;
    align-items: center;
    /*justify-content: center;*/
}

.upload_file_heading {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #a7a7a7;
    color: #000000;
}

.upload_listing_box .upload_listing {
    list-style: none outside url(../images/list_icon.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    font-size: 16px;
    background-position: 0 2px;
}

.upload_listing li {
    margin-bottom: 10px;
}

.upload_file_submit_btn input {
    width: auto;
    float: left;
    background-color: #252d37;
    color: #fff;
    font-size: 15px;
    border: 0;
    text-align: center;
    line-height: normal;
    padding: 8px 30px;
    border-radius: 100px;
    transition-duration: 0.3s;
    text-decoration: none;
    font-weight: 600;
}

.upload_file_submit_btn input:hover {
    background-color: #bb2c2c;
    color: #fff;
}


/* upload files end  */


/* client basic detail page end    */


/* subscripion page start  */

.subscription_count span {
    font-size: 14px;
    font-family: Montserrat-Medium;
}

.subscription_count {
    font-family: Montserrat-Black !important;
}

.plane_tab_mainbox {
    width: 100%;
    float: left;
    font-family: Raleway-Regular;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.plane_tab_list {
    position: relative;
}


/* .plane_tab_mainbox .list1::after {
    margin: auto;
    content: "";
    width: 115px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
} */

.plane_tab_list {
    padding: 20px 10px;
}

.plane_tab_mainbox .list1 {
    width: 35%;
    float: left;
    padding: 20px 0 20px 20px;
}

.plane_tab_mainbox .linebox {
    width: 20%;
    float: left;
    padding: 20px 7px 20px 0px;
}

.line {
    background-color: #000;
    height: 1px;
    width: 100%;
}

.plane_tab_mainbox .list2 {
    width: 23%;
    font-weight: lighter;
    float: left;
}

.plane_tab_mainbox .list3 {
    border-radius: 20px;
    width: 40%;
    float: left;
    height: 100%;
    background-color: #616161;
    padding: 20px 28px;
    color: #FFF;
    font-weight: lighter;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plane_tab_mainbox span {
    font-size: 40px;
    font-weight: lighter;
}

.monthly_active_btn{
  float: left;
  position: absolute;
  top: 0;
  background-color: #2dab64;
  line-height: normal;
  padding: 6px 12px;
  font-size: 11px;
  text-transform: uppercase;
  font-family: Raleway-Medium;
  border-radius: 100px;
  margin: -10px 0 0 0px;
  color:#fff;
}


.monthly_active_btn1{
  float: left;
  position: absolute;
  top: 0;
  background-color: orange;
  line-height: normal;
  padding: 6px 12px;
  font-size: 11px;
  text-transform: uppercase;
  font-family: Raleway-Medium;
  border-radius: 100px;
  margin: -10px 0 0 0px;
  color:#fff;
}

.monthly_active_btn2{
float: left;
position: absolute;
top: 0;
background-color: red;
line-height: normal;
padding: 6px 12px;
font-size: 11px;
text-transform: uppercase;
font-family: Raleway-Medium;
border-radius: 100px;
margin: -10px 0 0 0px; 
color:#fff;
}

.facilities_leftbox {
    float: left;
    width: 50%;
    padding: 20px 20px 0 0;
    overflow-y: scroll;
    max-height: 404px;
}

.facilities_rightbox {
    float: right;
    width: 50%;
    padding: 20px 0 0 30px;
}

.facilities_rightbox .heading21_black {
    color: #008060;
}

.facilities_leftbox .tablinks {
    float: left;
    width: 100%;
    background-color: #FFF;
    margin: 0 0 3% 0;
    font-size: 15px;
    line-height: 24px;
    padding: 0;
    display: flex;
    border-radius: 20px;
    cursor: pointer;
    transition-duration: 0.3s;
    min-height: 70px;
    text-decoration: none;
    color: #000;
    box-shadow: 3px 17px 47px #0000001A;
}

.facilities_leftbox .tablinks:hover {
    background-color: #000000;
    color: #fff;
    font-weight: bold;
}

.facilities_leftbox .active {
    background-color: #000000;
    color: #fff;
    font-weight: bold;
}

.facilities_leftbox .tablinks:hover .line {
    background-color: #FFF;
}

.facilities_leftbox .active .line {
    background-color: #FFF;
}

.facilities_rightbox .tabcontent {
    display: none;
}

.subscription_right_mainbox {
    box-shadow: 0 0 20px #ccc;
    float: left;
    padding: 60px 60px 20px 60px;
    border-radius: 10px;
    position: relative;
    width:100%;
}

.right_redbox {
    border: 1px solid #B20E0E;
    background-color: #B20E0E;
    color: #fff;
    text-align: center;
    width: 35%;
    padding: 16px 20px;
    border-radius: 20px;
    box-shadow: 3px 17px 47px #0000001A;
    position: absolute;
    right: 20px;
    top: -33px;
    font-family: Raleway-Bold;
    font-size: 16px;
}

.subscription_content_head {
    border-bottom: 1px solid #A7A7A7;
}

.subscription_content_head h5 {
    font-family: Raleway-Black;
    color: #000000;
}

.subscription_content_head p {
    color: #000000;
    font-family: Raleway-light;
    font-size: 13px;
}

.subscription_content_middel {
    display: flex;
    flex-wrap: wrap;
    padding: 14px 0;
    border-bottom: 1px solid #A7A7A7;
}

.subscription_middel span {
    float: left;
    width: auto;
    color: #000;
    font-size: 30px;
    font-family: Montserrat-Black;
}

.subscription_content_middel .one {
    border-right: 1px solid #A7A7A7;
    padding: 0 30px 0 0;
}

.subscription_content_middel .two {
    /*border-right: 1px solid #A7A7A7;*/
    padding: 0 30px 0 30px;
}

.subscription_content_middel .three {
    padding: 0 0 0 30px;
}

.subscription_content_foot {
    color: #000000;
    font-family: Raleway-light;
    font-size: 13px;
    padding: 10px 0 10px 0;
}

.list3_limited {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list3_limited_one {
    width: 100%;
    float: left;
    border-right: 1px solid #A7A7A7;
    padding: 0;
}

.list3_limited_two {
    float: left;
    width: auto;
    margin: 0 0 0 20px;
    color: #fff;
    font-family: Montserrat-Black;
    font-size: 40px;
}


/* subscripion page end  */


/* scroll bar start  */

.facilities_leftbox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.facilities_leftbox::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

.facilities_leftbox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background-color: #707070;
}


/* scroll bar ends  */

/* billing history page start  */
.billing_history_section .facilities_leftbox {
    overflow-y: unset;
    max-height: none;
}

.billing_history_year {
    width: 70%;
    float: left;
    font-size: 50px;
    font-family: Montserrat-Black;
    padding: 35px 0 35px 20px;
}

.billing_history_para {
    width: 30%;
    /*border-left: 1px solid #A7A7A7;*/
    padding: 0 0 0 15px;
}

.billing_history_firstpara {
    font-family: Raleway-Bold;
    font-size: 16px;
}

.billing_history_secondpara {
    font-family: Raleway-light;
    font-size: 13px;
    line-height: normal;
}

.billing_history_section .plane_tab_mainbox .list3 {
    width: 35%;
}

.billing_history_section .facilities_rightbox {
    float: left;
    width: 100%;
    padding: 20px 0 0 10px;
}

.billing_history_right_year {
    font-size: 50px;
    font-family: Montserrat-Black;
    color: #000000;
}

.billing_history_section .subscription_right_mainbox {
    box-shadow: 0 0 20px #ccc;
    float: left;
    padding: 40px 60px 20px 60px;
    border-radius: 10px;
    position: relative;
}

.billing_history_content_firstpara {
    font-family: Raleway-Bold;
    font-size: 13px;
    line-height: normal;
    color: #000000;
    margin: 10px 0 4px 0;
}

/* billing history page end  */
/* add and delete row start  */
.add_delete_mainbox {
    display: flex;
    gap: 20px;
}

.generate_add_btn #add_btn {
    width: auto;
    float: left;
    background-color: #252d37;
    color: #fff;
    font-size: 15px;
    border: 0;
    text-align: center;
    line-height: normal;
    padding: 8px 30px;
    border-radius: 100px;
    transition-duration: 0.3s;
    text-decoration: none;
    font-weight: 600;
}

.generate_dlt_btn #delete_btn {
    width: auto;
    float: left;
    background-color: #252d37;
    color: #fff;
    font-size: 15px;
    border: 0;
    text-align: center;
    line-height: normal;
    padding: 8px 30px;
    border-radius: 100px;
    transition-duration: 0.3s;
    text-decoration: none;
    font-weight: 600;
}

.generate_add_btn #add_btn:hover {
    background-color: #bb2c2c;
    color: #fff;
}

.generate_dlt_btn #delete_btn:hover {
    background-color: #bb2c2c;
    color: #fff;
}

#inputContainer input {
    margin: 0 0 20px 0;
}
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.admin_sub_section .plane_tab_mainbox .list1 {
    width: 30%;
    text-align: center;
}

.admin_sub_section .plane_tab_mainbox .list2 {
    width: 30%;
    text-align: center;
}

.admin_sub_section .plane_tab_mainbox .linebox {
    width: 10%;
    padding:0;
}

.admin_sub_section .plane_tab_mainbox .list3 {
    width: 30%;
    text-align: center;
}

.admin_bill_section .billing_history_year {
    width: 40%;
    text-align: center;
    font-size: 40px;
}

.admin_bill_section .billing_history_para {
    width: 30%;
    text-align: center;
    padding: 20px;
}

.admin_bill_section .billing_history_section .plane_tab_mainbox .list3 {
    width: 30%;
}

.client_form_list_select label{
    top: -26px!important;
    font-size: 16px!important;
}

.btns_fetch_mainbox {
    display: flex;
    flex-wrap: wrap;
}


/* profile page start by rahul ------------------------------------------------------------------------------------------------------------------------------------------------- */

.profile_logo {
background-color: #000000;
display: flex;
align-items: center;
justify-content: center;
}

.profile_detail_heading{
  font-family: Raleway-ExtraBold;
  font-size: 30px;
  color: #000000;
  font-weight: bold;
}

.profile_name {
  font-family: Raleway-ExtraBold;
  font-size: 30px;
  color: #000000;
  padding: 0 0 0 10px;
  font-weight: bold;
}

.profile_listing {
  font-size: 13px;
  padding: 15px 10px 5px 10px;
  color: #8b8b8b;
  position: relative;
}

.profile_listing::before {
  content: "";
  position: absolute;
  background-color: #B20E0E;
  width: 50px;
  height: 2px;
  bottom: 0;
}

.profile_sublisting {
  padding: 10px;
  color:black;
}

.profile_rightbox {
  background-color: #f7f7f7;
  padding: 20px;
}

.profile_sublisting a{
  text-decoration: none;
}

.token_key {
    background-color: #f3f3f3cc;
    position: relative;
}
.token_btnbox {
  margin: auto 0;
}

.token_mainbox {
  box-shadow: 0 0 20px #ccc;
  padding: 40px;
  border-radius: 10px;
}
section.token_section {
  padding: 0 0 50px 0;
}
/* profile page end by rahul */

.copybutton{
padding: 16px 16px 16px 16px !important;
margin-top: 40px;
/*margin-left: -15px;*/
border-radius: 0px;
color: #fff !important;
}

.copybutton1{
padding: 16px 16px 16px 16px !important;
margin-top: 20px;
/*margin-left: -15px;*/
border-radius: 0px;
color: #fff !important;
}


.copybutton2 {
    color: #fff !important;
    font-weight: 600;
}

.generatetokenkey{
color: blue !important;
text-decoration: underline !important;
cursor: pointer;
}
.generatetokenkeynew{
    font-size:15px;
}

.tdddddd{
 color: white !important;   
}
.iconnnn{
    margin-left:-30px !important;
}
.table_below_line .dataTables_wrapper {
    margin: 0 0 18px 0!important;
}
.token_section_mobile .copy_middele_btn{
        text-align: center;
}
.curency_add_edit .client_form_list {
    margin: 10px 0px 0px 0px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    width: 96%;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    width: 96%;
}
a:not([href]) {
    cursor: pointer;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left:8px;
}

.fa-calendar:before {
    content: "\f073";
    position: absolute;
    top: 33%;
    right: 6%;
}

.expiry_opacity input:not(:focus)::placeholder{
    opacity: 1;
}

.expiry_opacity label{
    top:-26px;
    font-size:16px;
}

.table-responsive {
    margin: 0 0 5px 0;
}

.login_right_back {
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #0D0F13;
    right: 0;
}

.login_right {
    position: relative;
    z-index: 51;
}

.waiting_size{
    font-size: 18px!important;
    font-weight: bold!important;
}

.select_box_mobile_one{
    width:20%;
}

.select_box_mobile_two{
    width:30%;
}

/* add and delete row end  -------------------------------------------------------------------------------hello---------------------------------------------------------------------*/

/* --------ADMIN-LEFT-TOGGLE-MENU-START----------- */

.lefttoggle_box{
float: left;
  position: fixed;
  max-width: 0%;
  background-color: #b61d1d;
  top: 0;
  bottom: 0;
  z-index: 5000;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.toggle_open{
    max-width: 20%;
}

.toggle_icon{
float: right;
  cursor: pointer;
  width: 60px;
  margin: -300px -30px 0 0;
  position: absolute;
  right: 0;
  z-index: 5;
}


.lefttoggle_box ul{
opacity: 0;
  float: left;
  width: 0;
  padding: 0;
  margin: 0;
  transition-duration: 0.3s;
  overflow: hidden;
}
.toggle_open ul{
opacity: 1;
  width: 100%;
}
.lefttoggle_box ul li{
float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.lefttoggle_box li a{
float: left;
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  text-align: left;
  padding: 12px 0 12px 30px;
  border-bottom: 1px dashed #ccc;
  transition-duration: 0.3s;
}
.lefttoggle_box li a:hover{
color: #ffbe46;
  padding: 12px 0 12px 35px;
}
.upload_file_submit_btn a{
    text-decoration:none;
}

.details_taglist {
    display: flex;
}

.btns_mobile a{
    text-decoration: none;
}

.btn_decoration a {
    text-decoration: none;
}

.document_listing_edit_btn a {
    text-decoration: none;
}

.select2-container--open .select2-dropdown--below {
    position: relative;
    z-index: 9999;
}

/* --------ADMIN-LEFT-TOGGLE-MENU-END----------- */


@media screen and (max-width: 1400px) {
    .width1400 {
        width: 100%;
        max-width: 95%;
        margin: 0 auto;
    }
    
}

@media only screen and (min-width: 1300px) and (max-width: 1400px) {
    .dashboard_count {
        font-size: 45px;
    }
    .search_mainbox {
    width: 55%;
}
    .search_mainbox1 {
    width: 100%;
}
/*.header_middle .hello_box {*/
/*    width: 32%;*/
/*}*/
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .dashboard_count {
        font-size: 40px;
    }

    .right_redbox {
        width: 33%;
        padding: 15px 15px;
        /*right: 20px;*/
        font-size: 16px;
    }

    .list3_limited_two {
        margin: 0 0 0 10px;
    }

    .billing_history_year {
        font-size: 40px;
    }

    .billing_history_right_year {
        font-size: 40px;
    }
    
    .search_mainbox {
    width: 54%;
}

  .search_mainbox1 {
    width: 54%;
}
.admin_client_document_detail_section .tdddddd{
        padding: 8px 25px;
}

.black_btn {
    padding: 8px 23px;
}
.btns_mobile .black_btn {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
/*.header_middle .hello_box {*/
/*    width: 34%;*/
/*}*/
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .dashboard_list {
        float: left;
        width: 28%;
        padding: 0 30px 0 0;
    }

    .dashboard_count {
        font-size: 35px;
    }

    .right_redbox {
        padding: 14px 20px;
        border-radius: 15px;
        /*right: -13px;*/
    }

    .subscription_right_mainbox {
        padding: 50px 50px 20px 50px;
    }

    .subscription_content_middel {
        font-size: 15px;
    }

    .subscription_content_middel .one {
        padding: 0 10px 0 0;
    }

    .subscription_content_middel .two {
        padding: 0 10px 0 10px;
    }

    .subscription_content_middel .three {
        padding: 0 0 0 10px;
    }

    .plane_tab_mainbox .list3 {
        width: 35%;
        font-size: 16px;
        text-align: center;
        line-height: normal;
        padding: 10px 10px;
    }

    .plane_tab_mainbox .list1 {
        width: 22%;
        float: left;
        padding: 20px 15px 20px 20px;
        font-size: 16px;
    }

    .plane_tab_mainbox .list2 {
        width: 23%;
        font-size: 16px;
    }

    .plane_tab_mainbox span {
        font-size: 32px;
    }

    .list3_limited {
        display: flex;
    }

    .list3_limited_one {
        width: 100%;
        float: left;
        border-right: none;
        padding: 0;
    }

    .list3_limited_two {
        width: 100%;
        margin: 0;
        font-size: 32px;
    }

    .plane_tab_mainbox .list1::after {
        width: 60px;
        right: 15px;
    }

    .plane_tab_mainbox .linebox {
        padding: 20px 7px 20px 0px;
    }

    .billing_history_year {
        width: 25%;
        font-size: 30px;
    }

    .billing_history_right_year {
        font-size: 30px;
    }

    .billing_history_section .plane_tab_mainbox .list3 {
        width: 30%;
    }

    .billing_history_para {
        width: 45%;
        padding: 0 15px;
    }

    .billing_history_secondpara {
        font-size: 12px;
    }

    .billing_history_section .facilities_rightbox {
        width: 50%;
    }
    
    .billing_page_section .billing_history_section .facilities_rightbox {
        width: 100%;
    }

    .subscription_middel span {
        font-size: 38px;
    }
    
    .header_middle .upload_file_submit_btn input {
    padding: 8px 20px;
}

.header_middle .hello_text {
    font-size: 20px;
}
.header_middle .hello_img {
    margin: 0 0 0 10px;
}
.search_mainbox {
    width: 60%;
}

.search_mainbox1 {
    width: 100%;
}

.middle_search_topbox {
    width: 46%;
}

.middle_search_topbox input[type="submit"] {
    padding: 8px 20px;
}

.admin_bill_section .billing_history_year {
    font-size: 30px;
}

.btns_fetch {
    margin: 0 0 25px 0;
}

.listing_tabbing ul li a {
    padding: 5px 40px 5px 0;
    margin: 0 30px 0 0;
    font-size: 15px;
}

.login_left_inner {
    max-width: 400px;
    margin: 0 55px 0 0;
}
.admin_client_document_detail_section .tdddddd {
    padding: 8px 10px;
        font-size: 13px;
}

.whiteset {
    font-size: 12px;
    padding: 8px 18px;

}

.waiting_size {
    font-size: 15px!important;
}

}

@media only screen and (min-width: 1024px) and (max-width: 1200px){
    .search_mainbox {
    width: 50%;
}

 .search_mainbox1 {
    width: 50%;
}
/*.header_middle .hello_box {*/
/*    width: 34%;*/
/*}*/
.header_middle .upload_file_submit_btn input {
    padding: 8px 20px;
}

.header_middle .hello_text {
    font-size: 20px;
}
.header_middle .hello_img {
    margin: 0 0 0 10px;
}
.search_mainbox {
    width: 60%;
}

.search_mainbox1 {
    width: 60%;
}

.admin_client_document_detail_section .list_datebox {
    padding: 20px 10px;
}

.list_datebox {
    padding: 20px 0;
}
.gray_innerlist {
    min-height: 240px;
}

.admin_client_document_detail_section .tdddddd{
        padding: 8px 15px;
}
/*.right_redbox {*/
/*    right: -20px;*/
/*}*/
.btns_mobile .black_btn {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
.listing_tabbing ul li a {
    margin: 0 19px 0 0;
}

}

@media only screen and (min-width: 1025px) and (max-width: 1300px){
  
.login_left_inner {
    max-width: 400px;
    margin: 0 100px 0 0;
}
}

@media only screen and (min-width: 1025px) and (max-width: 1400px){
      .title_search_box {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 8px 0;
}
}

@media screen and (max-width: 1024px) {
    .client_userList .document_listing_content {
    font-size: 14px;
    font-weight: 200;
    color: #020202;
    padding: 5px 0 0 0;
}
.title_search_box label{
    width:100%;
    padding:0 0 5px 0;
}
.btns_mobile .black_btn {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
}
.list_mainBox{
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 16px;
    margin: 0 0 10px 0;
}
@media screen and (max-width: 992px) {
    .login_left {
        width: 100%;
    }

    .header_box .logo_img{
        display: none;
    }
    .header_box .logo_img_scroll{
        display: block;
    }
    header .hello_text span{
        float: none !important;
    }
    header .hello_box{
        padding: 10px 0 10px 0;
    }
    header .hello_text{
        font-size: 21px;
        margin: 9px 0 0 0;
    }
    header .hello_text span{
        float: left;
        width: auto;
        margin: 0 0px 0 0;
    }
    header .hello_img img{
        max-height: 60px;
    }



    /*.middle_box{*/
    /*    min-height: inherit;*/
    /*}*/

    .login_left_inner {
        max-width: 500px;
        margin: 0 auto;
        padding: 0 40px;
        float: none;
    }

    .login_right {
        display: none;
    }

    .width1400 {
        max-width: 90%;
    }

    .dashboard_list {
        width: 50%;
        padding: 0 30px 30px 0;
    }

    .gray_innerlist {
        text-align: center;
    }

    .gray_leftbox {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .gray_rightbox {
        width: 100%;
    }

    .list_datebox {
        float: left;
        width: auto;
    }

    .billing_history_firstpara {
        font-size: 14px;
    }
    .search_mainbox {
    display: none;
}

  .search_mainbox1 {
    display: none;
}
.header_middle .hello_box {
    max-width: 100%;
    width:auto;
}
.header_middle .logo {
    max-width: 100%;
    width:auto;
}

.middle_search_topbox {
    width: 100%;
}

.select2-hidden-accessible {
    top: 67%;
}

.document_listing_content {
    font-size: 16px;
}
.document_listing_new{
    margin:5px 0;
}
.list_box {
    border-radius: 20px;
}
.login_right_back {
    display:none;
}

.full_background:after {
    display:none;
}

.hello_img a {
    font-size: 13px;
    padding: 5px 8px;
    }

}

.whiteset{
    color:#fff;
}

@media screen and (max-width: 768px) {


/* --------ADMIN-LEFT-TOGGLE-MENU-START----------- */
.toggle_open {
  max-width: 80%;
}
/* --------ADMIN-LEFT-TOGGLE-MENU-END----------- */

    .width600{
        max-width: 90% !important;
    }
    .gray_list {
        float: left;
        width: 100%;
        padding:0;
    }

    .dashboard_count {
        text-align: center;
        width: 100%;
    }

    .dashboard_btnbox {
        width: 100%;
    }

    .generate_list {
        width: 50%;
    }

    .title_search_box label {
        width: 100%;
        margin: 10px 0 10px 0;
    }

    .quick_list {
        padding: 0 10px 20px 0;
    }

    /* client basic details start  */
    .client_form_list {
        width: 100%;
    }

    .client_form_list input {
        width: 100%;
    }
    
    .client_form_list_select select {
    width: 100%;
    height: 55px;
}
    
    .client_form_list33 {
        width: 100%;
    }

    .client_form_list33 input {
        width: 100%;
    }

    /* client basic details end  */
    /* rahul tabing start  */
    .dashboard_innerlist {
        text-align: center;
    }

    .listing_tabbing ul li {
        width: 100%;
        text-align: center;
        margin: 0 0 25px 0;
    }

    .listing_tabbing ul li a {
        padding: 10px 20px 10px 20px;
        border-right: unset;
        width: 100%;
        float: left;
        margin: 0;
        border: 1px solid #A7A7A7 !important;
        border-radius: 20px;
    }

    .listing_tabbing ul .active::before {
        display: none;
    }

    .listing_tabbing ul .active a {
        border: 1px solid #B20E0E !important;
    }

    .facilities_leftbox {
        width: 100%;
        padding: 20px;
    }

    .plane_tab_mainbox span {
        font-size: 20px;
    }

    .facilities_rightbox {
        width: 100%;
        padding: 65px 0 0 0;
    }

    .right_redbox {
        left: 0;
        right: 0;
        margin: auto;
        width: 50%;
    }

    .subscription_content_head {
        text-align: center;
    }

    .subscription_content_middel {
        width: 100%;
        text-align: center;
    }

    .subscription_content_middel .one {
        border-right: unset;
        padding: 0;
        width: 100%;
        margin: 0 0 15px 0;
    }

    .subscription_content_middel .two {
        border-right: none!important;
        padding: 0;
        width: 100%;
        margin: 0 0 15px 0;
    }

    .subscription_content_middel .three {
        padding: 0;
        width: 100%;
    }

    .subscription_middel span {
        float: none;
    }

    .upload_file_heading {
        padding: 20px 0 10px 0;
    }

    .upload_file_submit_btn {
        text-align: center;
    }

    .upload_file_submit_btn input {
        float: none;
    }

    .subscription_content_foot {
        text-align: center;
    }

    .black_btn {
    float: left;
    width: 100%;
    margin: 8px 0;
}

    .subscription_content_btn {
        text-align: center;
    }

    .facilities_leftbox {
        float: left;
        width: 100%;
        padding: 0;
        overflow-y: unset;
        max-height: unset;
    }

    .plane_tab_mainbox .list1 {
        padding: 20px 25px;
    }

    .plane_tab_mainbox .list1::after {
        width: 15px;
        right: 9px;
    }

    .plane_tab_mainbox .list3 {
        padding: 13px 20px;
        font-size: 16px;
        line-height: normal;
        justify-content: center;
    }

    .plane_tab_mainbox .list2 {
        width: 30%;
    }

    .list3_limited {
        display: block;
    }

    .list3_limited_one {
        width: 100%;
        float: left;
        line-height: normal;
    }

    .list3_limited_two {
        float: left;
        width: 100%;
        margin: 5px 0 0 0;
        font-size: 27px;
    }

    .billing_history_section .facilities_rightbox {
        width: 100%;
        padding: 80px 0 0 10px;
    }

    .billing_heading_2022 {
        margin: 0 0 16px 0;
    }

    .billing_history_section .subscription_right_mainbox {
        padding: 60px 60px 40px 60px;
    }

    .billing_history_year {
        width: 20%;
        font-size: 40px;
    }

    .billing_history_para {
        width: 44%;
    }

    .billing_history_section .plane_tab_mainbox .list3 {
        width: 36%;
    }

    .billing_history_right_year {
        font-size: 40px;
    }
    
    .dashboard_quick_activity .quick_list {
    padding: 0 0px 20px 0;
    }
    .your_dashboard_boxex .dashboard_list{
    padding: 0 0px 20px 0 !important;
    }
    
    .client_dashbordbox .dashboard_list{
    width:100%;
    padding:0 0px 20px 0 !important;
}

.client_quick_box .quick_list{
    width:100%;
    padding:0 0px 20px 0 !important;
}
.document_listing_new {
    margin: 5px 0;
}
.list_box {
    border-radius: 10px;
}

.fa-eye:before {
    content: "\f06e";
    position: absolute;
    top: 24%;
    right: 3%;
}

.fa-eye-slash:before {
    content: "\f070";
    position: absolute;
    top: 24%;
    right: 3%;
}

.client_copied_btn{
    text-align:center;
}
.admin_sub_section .plane_tab_mainbox .list1 {
    padding: 20px;
}

.admin_bill_section .billing_history_section .facilities_rightbox1{
    width:100%;
}

.activeuser_btn_upper{
    margin-bottom:20px;
}

.client_form_list_below_margin{
    margin:10px 0px 0px 0px;
}

.admin_bill_section .plane_tab_list {
    width: 100%;
    margin: 10px 0;
        justify-content: center;
}

.token_section_mobile .copybutton {
    margin: 15px 0 15px 0;
}

.document_listing_edit_btn {
    margin: 15px 0;
    text-align: center;
}

.client_form_list select {
    width: 100%;
}

.login_emailusername_heading {
    margin: 0px 0 10px 0;
}

.btn_right_mar{
    margin:0 0 0 8px;
}

.header_fixed {
    position: unset;
}
.middle_box {
    min-height: unset;
}
.center_align{
    text-align: center;
}

.client_form_list_select label {
    top: 0!important;
    position: relative;
}

.client_form_list_select_one {
    margin: 10px 0px 10px 0px;
}

.client_form_list_select_two {
    margin: 0px 0px 25px 0px;
}

.currency_list_section .black_btn3 {
    float: none;
}
.dt-buttons {
    text-align: left!important;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    text-align: left!important;
}

.facilities_leftbox .tablinks {
    margin: 0 0 6% 0;
}

.details_taglist span {
    margin: 5px 10px 12px 0;
}

.client_form_list_select{
    /*margin: 0px 0px 0px 0px;*/
    margin-top: -15px;
}

.black_btn3 {
    float: none!important;
}

.edit_client_user_section .client_form_list_select {
    margin: -16px 0px 40px 0px;
}

.edit_ftp_configuration_section .client_form_list_ftp {
    margin: 10px 0px 25px 0px;
}

.client_formlist_section .client_form_list_select {
    margin: 0px 0px 25px 0px;
}

.add_delete_mainbox {
    justify-content: center;
}
.list_datebox {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.client_add_user_section .black_btn {
    float: none;
    width: auto;
}

.client_add_user_section .btn_right_mar {
    margin: 0 0 0 0px;
}

.admin_panel_currency_margin {
    margin:20px 0 25px 0;
}

.admin_panel_contry_margin{
    margin:20px 0 0 0;
}
.waiting_size{
    font-size: 14px!important;
    font-weight: bold!important;
}
.waiting_size_btn{
    padding:3px;
}
.list_mainBox {
    margin: 20px 0 10px 0;
}
.black_btn3 {
    width: 100%;
    display: inline;
    /*justify-content: center;*/
    margin-left: 10px!important;
}

.mobile_left_margin {
    margin-left:0!important;
}
.black_btn_mbl{
    width: auto;
}

.btn_decoration {
    display: flex;
    justify-content: center;
}

.curency_add_edit .black_btn {
    width: auto;
    float: inherit;
}

.black_btn_mbl_section .black_btn {
    width: auto;
    float: inherit;
}
/*.same_size_btn {*/
/*    display: inline;*/
/*    margin-left: 10px!important;*/
/*}*/
    /* rahul tabing end  */
    
    .table_mainbox {
        width:420px!important;
    }
    
    .table_tdbox {
        width:180px!important;
    }
    .table_tdbox2 {
        width:240px!important;
    }
    
    .table_tdbox2 .client_form_list33 {
        width:100%!important;
    }
    
    .table_responsivebox .client_form_list33 {
        width:100%!important;
    }
    
    .all_fields_margin .client_form_list_select {
    margin: 0;
    }
    
    .all_fields_margin .client_form_list {
    margin: 0;
    }
    
    .all_fields_margin .form_bottom_margin {
    margin: 0 0 40px 0;
    }
    
    .all_fields_margin .client_form_list_select label {
    top: -26px!important;
    font-size: 16px!important;
    position: absolute;
    }
    
    .header_middle .header_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
}

@media screen and (max-width: 580px) {
    
    .logo {
        width: 100%;
        margin: 0 0 20px 0;
        text-align: center;
    }

    .hello_box {
        width: 100%;
    }

    .hello_text {
        font-size: 21px;
        margin: 14px 0 0 0;
        width: 60%;
    }

    .quick_list {
        width: 100%;
        padding: 0 0px 20px 0;
    }

    .dashboard_list {
        width: 100%;
        padding: 0 0 20px 0;
    }

    .logo {
        width: 100%;
        text-align: center;
        margin: 0 0 20px 0;
    }

    .generate_list {
        width: 100%;
    }

    .title_search_box {
        width: 100%;
    }

    .title_search_box input {
        width: 90%;
    }

    .title_search_box .search_btn {
        width: 10%;
    }

    .subscription_mainbox .dashboard_innerlist {
        text-align: center;
    }

    .subscription_mainbox .dashboard_count {
        font-size: 40px;
    }

    .subscription_mainbox .dashboard_list .text14_black {
        font-size: 18px;
        margin: 0 0 0 0px !important;
    }

    .plane_tab_mainbox .list3 {
        display: block;
    }

    .list3_limited_one {
        border-right: none;
    }

    .plane_tab_mainbox .list1 {
        font-size: 20px;
        padding: 0px 0 0 20px;
        width: 25%;
    }

    .plane_tab_mainbox .linebox {
        width: 10%;
        float: left;
        padding: 0;
    }

    .plane_tab_mainbox .list2 {
        width: 32%;
        font-size: 20px;
        padding: 20px;
    }

    .plane_tab_mainbox .list3 {
        display: block;
        font-size: 18px;
    }

    .subscription_right_mainbox {
        padding: 60px 20px 40px;
    }

    .listing_tabbing ul li {
        margin: 0 0 15px 0;
    }

    /* ------  */
    .billing_history_year {
        width: 21%;
        font-size: 20px;
        padding: 15px 0 15px 10px;
        text-align: center;
    }

    .billing_history_right_year {
        font-size: 20px;
    }

    .billing_history_section .plane_tab_mainbox .list3 {
        width: 27%;
        font-size: 13px;
    }

    .billing_history_para {
        width: 52%;
        padding: 0 0 0 12px;
    }

    .billing_history_firstpara {
        font-size: 12px;
        line-height: normal
    }

    .billing_history_secondpara {
        font-size: 10px;
        line-height: normal;
    }

    .billing_history_section .subscription_right_mainbox {
        padding: 60px 20px 40px 20px;
    }
/*    .header_middle .header_box {*/
/*    display: block;*/
/*}*/
.header_middle .logo {
    width: 100%;
}
.header_middle .hello_box {
    width: 100%;
}
.middle_search_topbox .selection .select2-selection #select2-search-container {
    min-width: 180px;
}
.middle_search_topbox input[type="submit"] {
    padding: 8px 15px;
}

.select2-hidden-accessible {
    top: 75%;
}
.admin_bill_section .billing_history_year {
    width: 40%;
    text-align: center;
    font-size: 20px;
}

.btns_fetch {
    margin: 0 0 25px 0;
}
.hello_text {
    font-size: 17px!important;
    margin: 0px 0 0 0!important;
}
/*.hello_box {*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

}

@media screen and (max-width: 320px) {
    .plane_tab_mainbox .list1 {
        font-size: 16px;
        padding: 0px 0 0 16px;
        width: 30%;
    }

    .plane_tab_mainbox .linebox {
        width: 6%;
        float: left;
        padding: 0;
    }

    .plane_tab_mainbox .list2 {
        width: 32%;
        font-size: 14px;
    }

    .plane_tab_mainbox .list3 {
        display: block;
        font-size: 14px;
    }

    .subscription_right_mainbox {
        padding: 60px 20px 40px;
    }

    .listing_tabbing ul li {
        margin: 0 0 15px 0;
    }

    .billing_history_year {
        width: 24%;
        font-size: 20px;
        padding: 15px 0 15px 10px;

    }

    .billing_history_right_year {
        font-size: 20px;
    }

    .billing_history_section .plane_tab_mainbox .list3 {
        width: 26%;
        font-size: 12px;
    }

    .billing_history_para {
        width: 50%;
        padding: 0 0 0 5px;
    }

    .billing_history_firstpara {
        font-size: 12px;
    }

    .billing_history_secondpara {
        font-size: 10px;
        line-height: normal;
    }

    .billing_history_section .subscription_right_mainbox {
        padding: 60px 20px 40px 20px;
    }
    .middle_search_topbox .selection .select2-selection #select2-search-container {
    min-width: 160px;
}
}

@media screen and (min-width: 1400px) {
    .billing_history_year {
        width: 44%;
    }

    .billing_history_para {
        width: 41%;
    }
/*    .admin_sub_section .width1400{*/
/*    max-width:1320px;*/
/*}*/
}

.login_left_inner input[type="password"]{
  background-color: #f3f3f3;
  border: 0;
  border-radius: 9px;
  width: 100%;
  padding: 15px;
  font-size: 15px;
  color: #737272;
}

.login_left_inner input[type="email"]{
  background-color: #f3f3f3;
  border: 0;
  border-radius: 9px;
  width: 100%;
  padding: 15px;
  font-size: 15px;
  color: #737272;
}



.page-item.active .page-link {
    z-index: 3 !important;
    color: #fff !important;
    border-color: #bb2c2c !important;
}
.page-item.active .page-link {
    z-index: 3 !important;
    color: #fff !important;
    background-color: #bb2c2c !important;
    border-color: #bb2c2c !important;
}

.activate_users{
margin-left: 25px;
}

.subscription_middel.two.two2 {
border-right: 1px solid #A7A7A7;
}

.imagesslogo{
    float:right;
}

.billing_history_section .facilities_rightbox1 {
    float: left;
    width: 50%;
    padding: 20px 0 0 10px;
}

.facilities_rightbox1 .tabcontent {
    display: none;
}

.black_btn1 {
    width: auto;
    float: right;
    background-color: #252d37;
    color: #fff;
    font-size: 15px;
    border: 0;
    text-align: center;
    line-height: normal;
    padding: 8px 15px;
    border-radius: 100px;
    transition-duration: 0.3s;
    text-decoration: none;
}

.black_btn2 {
    width: auto;
    float: right;
    background-color: #252d37;
    color: #fff !important;
    font-size: 14px;
    border: 0;
    text-align: center;
    line-height: normal;
    padding: 10px 20px;
    border-radius: 100px;
    transition-duration: 0.3s;
    text-decoration: none;
}

.black_btn3 {
    width: auto;
    float: left;
    background-color: #252d37;
    color: #fff;
    font-size: 15px;
    border: 0;
    text-align: center;
    line-height: normal;
    padding: 8px 30px;
    border-radius: 100px;
    transition-duration: 0.3s;
    text-decoration: none;
    font-weight: 600;
}


.facilities_leftbox1 {
    float: left;
    width: 100%;
    padding: 20px 20px 0 0;
    overflow-y: scroll;
    max-height: 404px;
}

.plane_tab_mainbox1 span {
    font-size: 22px;
    font-weight: lighter;
}

/*.list_box1 {*/
/*    padding: 10px 30px 10px 30px;*/
/*}*/

#myButton{
    padding: 16px;
}