body {
    overflow: hidden;
    font-family: "SF Pro Text", sans-serif;
    background: #141518 !important;
}::-webkit-scrollbar{width:8px;}

  
/* Track */
::-webkit-scrollbar-track{background:transparent;}

/* Handle */
::-webkit-scrollbar-thumb{background:#3d3d3a;}
h1,h2,h3,h4,h5,h6{font-family:"SF Pro Text",sans-serif;}
a{text-decoration:none!important;}
/* a,button,input,select{-webkit-transition:all .6s ease;transition:all .6s ease;outline:none!important;} */
p{margin-bottom:0px;}
ul{padding:0;margin:0;list-style:none;}
img{display:inline-block;object-fit:contain;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;}
input[type="number"]{-moz-appearance:textfield;}
.mt-40{margin-top:40px!important;}
.right-container-body{display:flex;float:left;width:100%;padding:0 20px;align-items:center;flex-wrap:wrap;justify-content:space-between;}
.float-left{float:left!important;}
.float-right{float:right!important;}

/*login page section*/
.login-section{display:flex;height:100vh;flex-wrap:wrap;}
.login-left-column{display:flex;float:left;width:60%;padding:20px;align-items:center;justify-content:center;position:relative;background:#141518;}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: inset 0px 33px 25px 0 #22252E , 
            inset 0 99px 5px 0px #22252E  !important;
            color: #fff !important;
}
.login-logo img {
    width: 100%;
}

.login-logo a{display:inline-block;width:auto;}
.login-logo a img{display:inline-block;object-fit:contain;}
.login-right-column{display:flex;float:left;width:40%;padding:20px;text-align:center;background:#22252E;align-items:center;justify-content:center;}
.login-form-wrapper{float:left;max-width:420px;}
.login-form-wrapper h2{margin-bottom:50px;color:#FFFFFF;background:#FFFFFF;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent;font-family:"SF Pro Text",sans-serif;font-size:40px;font-weight:600;line-height:50px;letter-spacing:-0.005em;}
.Admin_login_form form{float:left;width:100%;}
.Admin_login_form form .input-column{position:relative;float:left;width:100%;}
::-webkit-input-placeholder{color:#272870;}
:-ms-input-placeholder{color:#272870;}
::placeholder{color:#272870;}
.input_icon_wrapper{position:relative;z-index:1;float:left;width:100%;}
.Admin_login_form form .input-column .input_icon_wrapper input.input_style {
    float: left;
    width: 100%;
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #272870;
    border-radius: 500px;
    outline: none;
    border: 1px solid #FFFFFF;
    background: transparent !important;
    color: #fff;
    margin-bottom: 40px;
}
.Admin_login_form form .input-column .input_icon_wrapper input.input_style::placeholder{color:#74787C;}
span.input-icon-label{position:absolute;top:50%;left:35px;float:left;width:30px;height:28px;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center;}
span.input-icon-label img{display:inline-block;width:auto;object-fit:contain;}
span.input-error-text{float:left;width:100%;height:25px;padding:2px 30px;margin-top:5px;font-size:16px;font-weight:500;line-height:24px;text-align:left;color:#f00;}
span.input-error-text:first-letter{text-transform:uppercase;}
.button-column{float:left;width:100%;margin-top:20px;text-align:center;}
.button-column button.login-btn{display:inline-block;width:100%;height:50px;color:#ecf0f3;border:0!important;border-radius:500px;outline:none!important;background:#04BDF8;font-size:16px;font-weight:600;line-height:21px;letter-spacing:0em;text-align:center;}
.Admin_login_form p{
    color: #fff;
    text-align: right;
    font-size: 16px;
    font-weight: 500;
}
.login-left-column .login-welcome-wrapper {
    max-width: 270px;
}
/*Dashboard section*/
.main_wrapper-section{display:flex;height:100vh;flex-wrap:wrap;background: #141518;}
.left-navigation-column{float:left;width:100%;max-width:310px;position:relative;background:#141518;padding-top: 10px;}

/*navigation section*/
.navigation-column{display:flex;float:left;width:100%;height:calc(100vh - 82px);flex-direction:column;justify-content:space-between;padding:10px 30px;}
.navigation-column ul{float:left;width:100%;/*    z-index: 9999;*/}
.navigation-column ul li{float:left;width:100%;}
.sign_out_wrapper li a span.text{width:auto!important;}
.navigation-column .sign_out_wrapper li a:hover:before,.navigation-column .sign_out_wrapper li a:hover:after{background:transparent!important;}
.navigation-column ul li a{position:relative;display:flex;float:left;width:100%;padding:8px 20px;color:#000;align-items:center;background-color:transparent;margin-bottom:5px;border-radius:12px;height:52px}
.vendor_management-section table tbody tr .table-icon li:first-child{padding-left:0;}
.navigation-column ul li a span img.hover_icon{display:none;}
.navigation-column ul li a span:first-child{display:inline-block;width:18px;text-align:center;vertical-align:middle;}
.navigation-column ul li a span:first-child img{max-width:18px;}
.navigation-column ul li a span.text{display:inline-block;width:calc(100% - 24px);padding-left:12px;vertical-align:middle;font-family:"SF Pro Text",sans-serif;font-size:18px;font-weight:500;line-height:24px;letter-spacing:0em;color:#FFFFFF;}
.navigation-column ul li.active a span svg path{fill:#fff;}
.navigation-column ul li a:hover{color:#ff8200;}
.navigation-column ul li a:hover span img.white_icon{display:none;}
.navigation-column ul li a:hover span img.hover_icon{display:inline-block;}
.navigation-column ul li a:before,.navigation-column ul li a:after{position:absolute;top:0;width:4px;height:100%;content:"";-webkit-transition:all .6s ease;transition:all .6s ease;background:transparent;}
.navigation-column ul li a:before{left:0;}
.navigation-column ul li a:after{right:0;}
.top-header-column{float:left;width:100%;height:100px;}
.top-header-column.header_logo_column{display:flex;text-align:center;box-shadow:none;align-items:center;padding:0 30px;justify-content:center;}
.top-header-column.header_logo_column a.header-logo{display:inline-block;width:auto;}
.right-body-column{float:left;width:calc(100% - 310px);background:#22252E;border-radius:30px 0 0 30px;}
.right-body-column .top-header-column{position:fixed;top:0;right:0;z-index:3;display:flex;width:calc(100% - 310px);align-items:center;margin-top: 10px;}

/*.navigation-column ul li > ul li { padding: 0 10px; }*/
.navigation-column ul li.child-menu > ul li:last-child{border-bottom:0;}
.navigation-column ul li.child-menu ul{display:none;}
.navigation-column ul li.child-menu > ul li a{padding-left:2rem;}
.navigation-column ul li.child-menu > ul li a span.text{font-size:13px;}
.navigation-column ul li.child-menu > ul li.child-menu > ul li a{padding-left:3rem;}

/*dropdown css*/
.admin-name-column{position:relative;float:right;width:auto;}
.admin-name-column a{display:flex;float:left;width:auto;margin-top:0;align-items:center;flex-wrap:wrap;}
.admin-name-column a span.admin-img-wrap{display:inline-block;width:30px;height:30px;overflow:hidden;border-radius:20px;}
.admin-name-column a span.admin-img-wrap img{width:100%;}
.admin-name-column a span.admin-name-wrap{float:left;width:auto;color:#000000;background:#F1F1FF;height:49px;display:flex;justify-content:center;align-items:center;padding:20px;border-radius:10px;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0em;text-align:left;}
.admin-name-column .dropdown-wrap{top:calc(100% + 15px)!important;right:0;left:auto!important;z-index:9;width:230px!important;padding:0;margin:0;overflow:hidden;transform:translate(0)!important;border:0;border-radius:4px;box-shadow:0 3px 6px rgb(0 0 0 / 16%);}
.admin-name-column .dropdown-wrap ul{float:left;width:100%;}
.admin-name-column .dropdown-wrap ul li{float:left;width:100%;border-top:1px solid #61616138;}
.admin-name-column .dropdown-wrap ul li a{float:left;width:100%;padding:9px 20px 10px;font-size:14px;line-height:20px;text-transform:capitalize;color:#000;}
span.navigation-toggle-btn svg path{
    fill:#fff;
}
.admin-name-column .dropdown-wrap ul li a:hover{color:#fff;background:#3d3d3a;}
.admin-name-column a::after{color:#3d3d3a;}
.main_wrapper-section.navigation-closed .left-navigation-column{width:0;max-width:0;}
.main_wrapper-section.navigation-closed .right-body-column,.main_wrapper-section.navigation-closed .right-body-column .top-header-column{width:100%;}
.navigation-closed .navigation-column ul li a{position:inherit!important;}
span.navigation-toggle-btn{float:left;width:auto;font-size:28px;line-height:27px;cursor:pointer;height:49px;width:49px;background:#141518;border-radius:10px;display:flex;justify-content:center;align-items:center;}
.dashboard-card-img-cont{display:flex;align-items:center;margin-top:30px;}
.navigation-closed span.navigation-toggle-btn i.far.fa-bars{display:none;}
.navigation-closed span.navigation-toggle-btn i.fal.fa-times{display:block!important;}
.dataTables_scrollBody{
    max-height: calc(-295px + 100vh) !important;
    height: calc(-295px + 100vh) !important;
}
/*Dashboard body section*/
.body-content-section{float:left;width:100%;margin-top:106px;overflow-y:auto;}
.top-heading {
    margin-bottom: 30px;
    color: #fff;
    margin-top: 30px;
}
.dashboard_card-section{display:flex;float:left;width:100%;margin:0px 0px 0;flex-wrap:wrap;gap:20px;}

.dashboard_card_data {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 23px;
    overflow: hidden;
    background: #141518;
    border-radius: 15px;
    box-shadow: 0px 23.21px 42px -31.91px #22252E;
}
.dashboard_card_data h5{margin-bottom:5px;color:#fff;font-family:"SF Pro Text",sans-serif;font-size:23px;font-weight:600;line-height:30px;letter-spacing:0em;text-align:left;}
.dashboard_card_data h2 {
    font-family: "SF Pro Text", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -0.005em;
    color: #04BDF8;
    margin-bottom: 0;
    margin-left: 15px;
}


.top-heading h4{font-family:"SF Pro Text",sans-serif;font-size:24px;font-weight:600;line-height:30px;letter-spacing:0em;text-align:left;margin-bottom:0;}

/*
.dashboard_card_data.border-left-bottom {
    padding: 16px 38px;
}
*/
.dashboard_card_data span.card-icon {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #22252E;
    box-shadow: 0px 0px 4px 0px #0000001A;
}
.dashboard_card_data span.card-icon.revenue-img,.dashboard_card_data span.card-icon.appointments-img,.dashboard_card_data span.card-icon.vendors-img{right:0;}
.dashboard_card_data span.card-icon img{width:auto;}
.navigation-column ul.signout li{border-bottom:0;}

/*customer appoinment section */
.customer_appoinment_section{flex-wrap:wrap;}
ul.customer_detail{display:flex;float:left;width:100%;padding:16px 26px 15px;margin-top:34px;margin-bottom:28px;background:#ff9d00; /* Old browsers */background:-moz-linear-gradient(top,#ff9d00 0%,#ff3200 100%); /* FF3.6-15 */background:-webkit-linear-gradient(top,#ff9d00 0%,#ff3200 100%); /* Chrome10-25,Safari5.1-6 */background:linear-gradient(to bottom,#ff9d00 0%,#ff3200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */align-items:center;filter:progid:dximagetransform.Microsoft.gradient(startColorstr="#ff9d00",endColorstr="#ff3200",GradientType=0); /* IE6-9 */}
ul.customer_detail li{display:inline-block;width:auto;padding-right:6.5rem;}
ul.customer_detail li span{float:left;width:100%;font-size:15px;font-weight:500;line-height:20px;color:#fff;}
.customer_appoinment_card_wrapper{padding:18px 26px;background:#fff;}
.customer_appoinment_card_column{margin-bottom:29px;}
.customer_appoinment_card_column:last-child{margin-bottom:0;}
.customer_appoinment_card_column h5{margin-bottom:16px;font-size:17px;font-weight:400;line-height:26px;color:#3d3d3a;}
.customer_appoinment_card_column h5 span{display:inline-block;width:auto;margin-left:17px;}
.garage_detail_column{padding:12px 15px;border-radius:6px;box-shadow:0 0 6px rgb(0 0 0 / 16%);}
.detail-top-row{position:relative;display:flex;margin-bottom:0;align-items:center;justify-content:space-between;}
.detail-top-row span{float:left;width:auto;}
.detail-top-row span.title{font-size:19px;font-weight:500;line-height:29px;color:#3d3d3a;}
.detail-top-row span.service_status{position:absolute;top:0;right:-14px;width:auto;padding:6px 15px 6px 10px;font-size:13px;font-weight:400;line-height:20px;color:#fff;background:#3d3d3a;}
.detail-top-row span.service_status:before{position:absolute;top:0;right:100%;width:auto;height:auto;content:"";border-top:16px solid transparent;border-right:11px solid #3d3d3a;border-bottom:16px solid transparent;}
.detail-top-row span.appoinment_date{margin-right:140px;font-size:17px;font-weight:500;line-height:26px;color:#3d3d3a;}
ul.appoinment_services{display:flex;float:left;width:100%;max-width:90%;margin-top:26px;margin-bottom:0px;align-items:center;flex-wrap:wrap;}
ul.appoinment_services li{position:relative;display:flex;float:left;width:50%;padding:0 40px 0 27px;margin-bottom:20px;font-size:20px;font-weight:400;line-height:30px;color:#3d3d3a;align-items:center;justify-content:space-between;}
ul.appoinment_services li:before{position:absolute;top:8px;left:1px;width:13px;height:13px;content:"";border-radius:50%;background:#3d3d3a;}
.detail-bottom-row{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;}
ul.appoinment_services li span.service_name{padding-right:15px;}
.detail-bottom-row span{display:flex;float:left;width:auto;font-size:18px;font-weight:400;line-height:27px;align-items:center;}
.detail-bottom-row span b{margin-left:8px;font-size:21px;font-weight:500;line-height:31px;}

/*vendor ragistration*/

/*form style*/
.vendor_ragistration_form .form-title,.heading_button_wrapper{display:inline-flex;margin-top:0;margin-bottom:20px;align-items:center;flex-wrap:wrap;justify-content:flex-start;}
a.add_edit_btn_style{display:inline-flex;width:auto;padding:8px 24px;font-size:14px;font-weight:500;color:#fff;border-radius:6px;background:#3d3d3a;align-items:center;justify-content:center;}
a.add_edit_btn_style img{width:11px;margin-right:10px;}
.vendor_ragistration_form form{display:flex;float:left;padding:20px 25px;border-radius:6px;background:#F1F1FF;flex-wrap:wrap;}
.vendor_ragistration_form form .input-wrap span.input-error-text{padding:0px 3px!important;}
.vendor_ragistration_form form .input-wrap{float:left;width:50%;padding:0;}
.vendor_ragistration_form form .input-wrap .input-label-wrap{position:relative;float:left;width:100%;}
.vendor_ragistration_form form .input-wrap .input-label-wrap input.input_style,.vendor_ragistration_form form .input-wrap .input-label-wrap select.input_style{float:left;width:100%;height:50px;padding:0 15px;font-size:14px;font-weight:500;line-height:24px;color:#000;border:1px solid #D1D5DB;border-radius:5px;outline:none!important;background:#fff;box-shadow:none!important;}
.vendor_ragistration_form form .input-wrap .input-label-wrap label.input-label{position:absolute;top:-13px;left:11px;display:inline-block;width:auto;padding:0 18px 0 7px;font-size:13px;font-weight:400;line-height:27px;color:#7a7a7a;background:#fff;}
.select-input-wrap:before{position:absolute;top:15px;right:20px;font-family:"FONTAWESOME";font-size:24px;line-height:24px;content:"\f107";color:#000;}

/*checkbox css*/
.checkbox-style-wrap .custome-checkbox{float:left;width:100%;}
.checkbox-style-wrap .custome-checkbox .custom-control.custom-checkbox.checkbox_style{display:inline-flex;float:left;width:auto;height:100%;padding:0 10px 10px;align-items:center;justify-content:center;}
.checkbox-style-wrap .custome-checkbox .custom-control.custom-checkbox.checkbox_style label.custom-control-label{display:inline-flex;float:left;width:100%;padding-right:10px;margin:0 0;text-align:left;align-items:center;}
.checkbox-style-wrap .custome-checkbox .custom-control.custom-checkbox.checkbox_style label.custom-control-label::before{position:inherit;top:0;left:0;width:20px;height:20px;margin-right:10px;border-color:#3d3d3a;border-radius:2px;box-shadow:none;}
.checkbox-style-wrap .custome-checkbox .custom-control.custom-checkbox.checkbox_style label.custom-control-label::after{top:2px;left:0;width:20px;height:20px;}
.custom-control-input:checked ~ .custom-control-label::before{border-color:#3d3d3a;background:#3d3d3a;}
.checkbox-style-wrap .custome-checkbox .custom-control.custom-checkbox.checkbox_style input{left:0;}
.radio-style-wrap .custome-radio-column{float:left;width:100%;}
.radio-style-wrap .custome-radio-column .custom-radio{float:left;width:auto;padding:0 10px 10px;}
.radio-style-wrap .custome-radio-column .custom-radio label.custom-control-label{float:left;width:100%;padding:0 10px 0 30px;}
.radio-style-wrap .custome-radio-column .custom-radio label.custom-control-label::before{top:2px;left:0;width:20px;height:20px;border-color:#3d3d3a;box-shadow:none;}
.radio-style-wrap .custome-radio-column .custom-radio label.custom-control-label::after{top:5px;left:3px;width:14px;height:14px;border-radius:50%;background-image:none;}
.radio-style-wrap .custom-control-input:checked ~ .custom-control-label::before{background:transparent!important;}
.radio-style-wrap .custom-control-input:checked ~ .custom-control-label::after{background:#3d3d3a;}
.custom-file.input_file_style{height:auto;}
.custom-file.input_file_style label.custom-file-label{display:inline-flex;float:left;width:100%;height:59px;padding:0 20px;font-size:14px;font-weight:500;line-height:24px;color:#000;border:1px solid #707070;outline:none;box-shadow:none;align-items:center;}
.custom-file.input_file_style input.custom-file-input{height:59px;}
.custom-file.input_file_style label.custom-file-label:after{display:inline-flex;height:100%;padding:0 20px;color:#fff;background:#3d3d3a;align-items:center;}
.vendor_ragistration_form form .input-wrap.input-btn-wrap{float:left;width:100%;}
.input-btn{float:left;width:100%;text-align:right;}
.input-btn .form-btn-style{display:inline-flex;width:100%;height:59px;max-width:174px;font-size:15px;font-weight:500;line-height:26px;color:#fff;border:0;border-radius:10px;background:#ff8200;align-items:center;justify-content:center;}
.input-btn button.form-btn-style{margin-left:10px;}
.lable-with-error{width:100%;position:relative;}
.lable-with-error label.error{position:absolute;left:0;bottom:-31px;font-size:14px;color:red;}
.input-btn .form-btn-style:hover{background:#e24009;}
.vendor_ragistration_form form .input-wrap span.input-error-text{padding:4px 10px;}
.single-column-form form .input-wrap{width:100%;}
.single-column-form form .input-wrap .errormsg{margin-top:0;}
.single-column-form form .input-wrap .input-label-wrap .lebal_column{min-width:227px;float:left;        height: 50px;
    display: flex;
    align-items: center;}
.single-column-form form .input-wrap .input-label-wrap .input_style{width:60%;float:left;}
.single-column-form form .input-wrap .input-label-wrap{display:flex;position: relative;}
span.errormsg.input-error-text{width:72%;float:right;}
span.input-error-text{font-size:13px;}
.Admin_login_form .input-column .errormsg{padding:0px;float:inherit;}
.sign_out_wrapper li{display:flex;justify-content:center;margin-bottom:20px;}
.sign_out_wrapper li a{display:flex;justify-content:center;width:auto!important;background:#ffffff;color:#3d3d3a!important;border-radius:23PX;padding:8px 60px!important;}
.navigation-column ul li.active a span{color:#fff;}

/*
.navigation-column ul li.active a span .hover_icon {
    display: block;
}

.navigation-column ul li.active a span .white_icon {
    display: none;
}
*/

/*dataTable style*/
.title-column {
    display: flex;
    align-items: center;
    justify-content: space-between;
}.title-column h5{margin-bottom:0;font-size:20px;font-weight:600;line-height:30px;color:#fff;}
.dataTables_scrollHeadInner{width:100%!important;padding:0!important;}
.dataTables_scrollHeadInner table{width:100%!important;}
.dataTable_addbtn_wrap{position:relative;z-index:1;margin-bottom:-37px;}
.dataTables_wrapper .dataTables_filter label {
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.dataTables_wrapper .dataTables_filter label:before {
    position: absolute;
    top: 15px;
    left: 14px;
    width: 27px;
    height: 15px;
    content: "";
    background: url(../assets/images/search-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}
a:hover{
    color: #fff !important;
}
span.icon-wrap {
    width: auto !important;
    padding: 10px !important;
    justify-content: center;
    height: 65px !important;
    width: 66px !important;
    border: 1px solid #fff !important;
    cursor: pointer;
}
.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding: .25em 0px .29em;
}
span.icon-wrap img {
    object-fit: contain;
    border-radius: 10px;
}
#fileInput {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
span#closeIcon {
    height: 20px;
    position: absolute;
    top: -2px;
    right: -5px;
    width: 20px;
    background: transparent;
    font-size: 11px;
    color: #FF0000;
    font-weight: 600;
}
/* .dataTables_filter {
    width: 12%;
} */
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #333;
    border-radius: 10px;
    
}.dataTables_filter input::-webkit-search-cancel-button{display:inline-block;width:15px;height:15px;padding:1px;margin-left:.5em;box-sizing:border-box;cursor:pointer;vertical-align:middle;border:2px solid #3d3d3a;border-radius:50%;background-color:#3d3d3a;background-image:-webkit-gradient(linear,left top,right bottom,from(transparent),color-stop(.46,transparent),color-stop(.46,#fff),color-stop(.54,#fff),color-stop(.54,transparent),to(transparent)),-webkit-gradient(linear,right top,left bottom,from(transparent),color-stop(.46,transparent),color-stop(.46,#fff),color-stop(.54,#fff),color-stop(.54,transparent),to(transparent))!important;background-repeat:no-repeat;background-position:center center;background-size:15px 15px;-webkit-appearance:none;}
.vendor-table-wrap{position:relative;}
.vendor_management-section table{margin-bottom:0;}
.vendor_management-section table thead tr th,.vendor_management-section table tbody tr td{padding:10px 19px;text-align:center;border:0!important;}
table.dataTable.no-footer{border:0;}
.vendor_management-section table thead tr th {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    vertical-align: middle;
    background: #141518;
}
.vendor_management-section table thead tr th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.vendor_management-section table thead tr th:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.vendor_management-section table tbody tr td{font-size:14px;font-weight:400;line-height:21px;}
.vendor_management-section table tbody tr .table-icon{display:flex;float:left;width:100%;align-items:center;justify-content:center;}
.vendor_management-section table tbody tr .table-icon li{padding:0 10px;}
.table >:not(:first-child){border-top:0;}
.custom_popup_section {
    float: left;
    width: 100%;
    height: 100vh;
    /* background: rgba(20, 21, 24, 0.3); Semi-transparent background */
    backdrop-filter: blur(5px); /* Apply 20% blur (approximately 5px) */
    -webkit-backdrop-filter: blur(5px); /* Safari support */
}

.custom_popup_section.show .modal-dialog{position:absolute;top:50%;left:50%;width:100%;margin:0;transform:translate(-50%,-50%);}
.custom_popup_section .modal-dialog .modal-header{position:relative;display:flex;float:left;width:100%;padding:15px 20px;align-items:center;justify-content:center;}
.modal-close button.close{position:absolute;top:14px;right:15px;padding:0!important;margin:0!important;box-shadow:none!important;}
.custom_popup_section .modal-body span{float:left;width:100%;text-align:left;padding:0;line-height:16px;}
.modal-body span p{margin-bottom:0;}
.custom_popup_section .modal-footer{justify-content:center;}
.custom_popup_section .modal-footer .btn{min-width:60px;}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{border-bottom:0!important;}

/******pagination********/
.paginate_button.disabled{color:#3d3d3a!important;border:0!important;border:0!important;}
.dataTables_wrapper .dataTables_paginate .paginate_button.next,.dataTables_wrapper .dataTables_paginate .paginate_button.previous{padding-bottom:2px!important;margin:0!important;font-size:20px;color:#3d3d3a!important;border:0!important;}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover{
    background-color: transparent !important;
    cursor: pointer;
}
.paging_simple_numbers .paginate_button {
    margin-right: 10px !important;
}
.paging_simple_numbers .paginate_button.current{border:0!important;background:#04BDF8!important;}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#fff!important;}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 0 !important;
    background: #04BDF8 !important;
    box-shadow: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active{background:#04BDF8!important;}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#fff!important;}
/* .dataTables_wrapper .dataTables_paginate{position:relative;z-index:1;display:flex;float:right;width:auto;padding:8px 14px;background:#F1F1FF;align-items:center;justify-content:flex-end;} */
.dataTables_wrapper .dataTables_paginate span a.paginate_button{display:inline-flex;padding:0!important;margin:0;color:#ADB3BC!important;border:0!important;font-weight:500!important;align-items:center;justify-content:center;}
.dataTables_wrapper .dataTables_paginate .paginate_button{display:inline-flex;width:25px;height:25px;padding:0!important;margin:0;font-weight:300;color:#fff!important;border:0!important;align-items:center;justify-content:center;}
/* .dataTables_wrapper .dataTables_paginate a.disabled{display:none;} */
.dataTables_wrapper .dataTables_paginate span a.paginate_button:first-child{margin-left:4px;}

/*dataTables_length */
.dataTables_length {
    position: absolute;
    bottom: 0;
    left: 0;
    float: left;
    width: 100%;
    background: #141518;
}.dataTables_length label{display:flex;float:left;width:100%;height:44px;padding:0 14px;margin:0;font-weight:300;color:#fff;align-items:center;}
.dataTables_length label select{color:#fff;display:inline-flex;height:28px;padding:1px 2px!important;margin:0 10px;border-top:0!important;border-left:0!important;border-right:0!important;border-radius:3px!important;background:#04BDF8!important;}
.dataTables_length label select option{color:#000!important;}
.w-100.float-left.vendor-registration{margin-bottom:-40px;width:calc(100% - 190px)!important;display:flex;justify-content:space-between;z-index:2;}
.add-vendor-btn {
    background: #04BDF8;
    font-size: 16px;
    font-weight: 500;
    line-height: 11px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding: 13px 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}.requests-btn{background:#F1F1FF;font-size:16px;font-weight:500;line-height:11px;letter-spacing:0em;text-align:left;padding:13px 15px;border-radius:5px;display:flex;align-items:center;color:#7830BE;}
.requests-btn:hover{color:#7830BE;}
.add-vendor-btn:hover{color:#fff;}
.add-vendor-btn svg{margin-right:10px;}
.ragister_sub_head b{font-size:18px;font-weight:500;position:relative;left:10px;}
.ragister_sub_head{margin:20px 0;}
.dataTables_wrapper .dataTables_filter input::placeholder{color:#3d3d3a;}
.vendor_management-section table{width:100%!important;}
.action-contain .table-icon li a{cursor:pointer;}
.Admin_login_form .input-column .input-error-text {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    top: 67%;
    margin: 0;
}
.navigation-column ul li.active a {
    color: #ffffff;
    background: #04BDF8;
} 
input.notification-input {
    border: 1px solid #fff !important;
} 
input.notification-input::placeholder{
    color: #595959;
}
 .navigation-column ul li .active .dashboard_icon{color:#ff8200;}
.profile-label{width:28.2%!important;}
.view-btn a{color:#f08103;border-bottom:1px solid;}
.navigation-closed .navigation-column,.navigation-closed .header_logo_column{display:none;}
.loader_logo{position:relative;right:0;left:0;position:fixed;top:0;bottom:0;margin:auto;height:100vh;width:100%;z-index:9999;background:rgb(0 0 0 / 70%);display:flex;align-items:center;justify-content:center;z-index:99999}
.input-password .input_icon_wrapper .toggle-password {
    position: absolute;
    top: 20px;
    right: 29px;
    width: 16px;
    height: 16px;
    color: #000;
    font-size: 22px;
    cursor: pointer;
}
a.forgot-link {
    color: #fff;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: end;
}
@keyframes ldio-czlpr310cd4{
    0%{top:96px;left:96px;width:0;height:0;opacity:1;} 
    100%{top:18px;left:18px;width:156px;height:156px;opacity:0;}
}
.ldio-czlpr310cd4 div{position:absolute;border-width:4px;border-style:solid;opacity:1;border-radius:50%;animation:ldio-czlpr310cd4 1s cubic-bezier(0,0.2,0.8,1) infinite}
.ldio-czlpr310cd4 div:nth-child(1){border-color:#1c7694;animation-delay:0s}
.ldio-czlpr310cd4 div:nth-child(2){border-color:#21bdf1;animation-delay:-0.5s}
.loadingio-spinner-ripple-fsmgtw2hwcu{width:200px;height:200px;display:inline-block;overflow:hidden;background:none;}
.ldio-czlpr310cd4{width:100%;height:100%;position:relative;transform:translateZ(0) scale(1);backface-visibility:hidden;transform-origin:0 0; /* see note above */}
.ldio-czlpr310cd4 div{box-sizing:content-box;}
.table-striped tbody tr:nth-of-type(even) td{background-color:#F1F1FF;}
.user-View{width:100%;background:#141518;padding:20px;border-radius:10px;margin:0;position: relative;}
.user-View .vendor_ragistration_form form{background:transparent;padding:0;}
.user-View .single-column-form form .input-wrap .input-label-wrap span,input.notification-input {
    float: left;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    border-radius: 10px;
    outline: none !important;
    background: #22252E;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    outline: none;
    border: none;
    position:relative;
}.lebal_column label {
    font-family: "SF Pro Text", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0;
    color: #fff;
}.add-service-wrap .modal-dialog{max-width:377px;}
.add-service-wrap .custom_popup_section .modal-footer .btn{border:1px solid #ADB3BC!important;color:#000;padding:10px 20px;width:48%;margin:0;font-size:14px;font-weight:500;line-height:18px;letter-spacing:0em;text-align:center;border-radius:10px;}
.add-service-wrap .custom_popup_section .modal-footer{display:flex;gap:9px;justify-content:space-between;padding:15px;}
.add-service-wrap .custom_popup_section .modal-footer .btn.light-btn {
    background: #22252E;
    color: #fff;
}.add-service-wrap .custom_popup_section .modal-footer .btn.fill-btn{background:linear-gradient(136.1deg,#7830BE 0%,#461675 98.16%);border-color:#fff!important;color:#fff;line-height:19px;}
.input-with-img input{background:#F1F1FF;border:1px solid #D1D5DB;padding:13px 37px;width:100%;border-radius:10px;font-size:16px;font-weight:400;line-height:22px;letter-spacing:0em;text-align:left;}
.input-with-img input::placeholder{color:#ADB3BC;}
.input-with-img span.icon-span{position:absolute;left:27px;text-align:left;top:13px;width:auto;}
.add-service-wrap .modal-body{padding:0 15px;}
.add-service-wrap .modal-header{border-bottom:0;}
.add-service-wrap .modal-footer{border-top:0;}
.add-service-wrap .modal-content {
    border-radius: 10px;
    background-color: #0d0e10;
    border: 1px solid #595959;
    box-shadow: none !important;
}
span.conformation p{font-family:"SF Pro Text",sans-serif;font-size:19px;font-weight:600;line-height:35px;letter-spacing:0em;text-align:center;}
.sureText{font-family:"SF Pro Text",sans-serif;font-size:19px;font-weight:600;line-height:35px;letter-spacing:0em;text-align:center;}
.admin-name-column-sec .dropdown-wrap-sec {
    top: calc(100% + 0px) !important;
    left: auto !important;
    z-index: 9;
    width: 98px !important;
    min-width: 98px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    transform: translate(-80px) !important;
    border-radius: 5px;
}.admin-name-column-sec .dropdown-wrap-sec ul{float:left;width:100%;}
.admin-name-column-sec .dropdown-wrap-sec ul li:first-child{border:0;}
.admin-name-column-sec .dropdown-wrap-sec ul li {
    float: left;
    width: 100%;
    border-top: 0.5px solid #595959;
}
.admin-name-column-sec .dropdown-wrap-sec ul li a {
    float: left;
    width: 100%;
    padding: 9px 10px 10px;
    font-size: 12px;
    line-height: normal;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none !important;
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: 400;
}.vendor_management-section table tbody tr .table-icon.conform-Btn{justify-content:center;}
.vendor_management-section table tbody tr .table-icon.conform-Btn a.acceptBtn{color:#22CE29;border:1px solid #22CE29;padding:4px 15px;border-radius:5px;font-size:12px;font-weight:500;line-height:14px;letter-spacing:0em;text-align:center;cursor:pointer;}
.vendor_management-section table tbody tr .table-icon.conform-Btn a.rejectBtn{color:#F8283C;border:1px solid #F8283C;padding:4px 15px;border-radius:5px;font-size:12px;font-weight:500;line-height:14px;letter-spacing:0em;text-align:center;}
.management-col .radio-input-wrap{margin-bottom:25px;position: relative;}
.jobService .input-wrap{float:left;width:100%;height:50px;padding:0 15px!important;font-size:14px;font-weight:500;line-height:24px;color:#000;border:1px solid #D1D5DB;border-radius:5px;outline:none!important;background:#fff;box-shadow:none!important;display:flex;}
.back-btn-wrap {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.radio-one input {
    margin: 0;
}


.input-wrap input {
    margin-bottom: 25px;
}
.back-btn-wrap svg{margin-left:10px;margin-right:0;}
.input-btn .accept-btn{background:white;border:1px solid #22CE29;color:#22CE29;height:41px;max-width:131px;border-radius:5px;}
.input-btn .accept-btn:hover{background:transparent;}
.input-btn .reject-btn{background:white;border:1px solid #F8283C;color:#F8283C;height:41px;max-width:131px;border-radius:5px;}
.input-btn .reject-btn:hover{background:transparent;}
.profile-image input{width:100%;height:50px;padding:10px 15px;font-size:14px;font-weight:500;line-height:24px;color:#000;border:1px solid #D1D5DB;border-radius:5px;outline:none!important;background:#fff;box-shadow:none!important;text-align:left!important;display:flex;align-items:center;justify-content:center;}
.lable-with-error.profile-input input{float:left;width:100%;height:50px;padding:9px 15px;font-size:14px;font-weight:500;line-height:24px;color:#000;border:1px solid #D1D5DB;border-radius:5px;outline:none!important;background:#fff;box-shadow:none!important;}
.input-btn.footer-btns{display:flex;justify-content:end;margin-top:15px;}
button.block-btn{background:linear-gradient(136.1deg,#7830BE 0%,#461675 98.16%);max-width:100px;height:41px;border-radius:5px;border:1px solid transparent;padding:15px;display:flex;justify-content:center;align-items:center;color:#fff;}
a.remove-btn{background:#fff;color:#F8283C;border:1px solid #F8283C;max-width:119px;height:41px;border-radius:5px;padding:15px;display:flex;justify-content:center;align-items:center;margin-left:15px;}
.footer-btns .light-btn{background:#fff;color:#F8283C;border:1px solid #F8283C;max-width:119px;height:41px;border-radius:5px;padding:15px;display:flex;justify-content:center;align-items:center;margin-left:15px;}
.management-title a h5{font-size:16px;font-weight:500;line-height:22px;letter-spacing:0em;text-align:left;color:#595959;margin-bottom:0;}
.management-title a{margin-bottom:0!important;}
span.sign_out-text p{font-family:"SF Pro Text",sans-serif;font-size:28px;color:#fff;font-weight:600;line-height:35px;letter-spacing:0em;text-align:center;margin-bottom:20px;max-width:374px;}
.add-service-wrap.signout-wrap .modal-dialog{max-width:511px;}
span.sign_out-text{width:100%;text-align:center;display:flex;justify-content:center;}
li.signout-btn a{cursor:pointer;}
.add-service-wrap.signout-wrap .modal-footer{padding:20px;}
.add-service-wrap.signout-wrap .modal-footer .btn{line-height:25px;font-size:18px;}
.add-service-wrap.signout-wrap .modal-footer .btn.fill-btn{line-height:25px;font-size:18px;}
.loan-rate{display:flex;align-items:center;}
.loan-rate p{margin-bottom:0;margin-left:10px;}
.select-input-wrap-icon label.error{bottom:-44px;}
.qr{width:426px;box-shadow:0px 6px 40px 0px #00000005;border:1px solid #F0F3F6;border-radius:20px;position:relative;overflow:hidden;}
.qr-header{height:315px;background:linear-gradient(136.1deg,#7830BE 0%,#461675 98.16%);border-radius:20px;display:flex;align-items:flex-start;justify-content:center;padding-top:60px;position:relative;}
.qr-footer{height:346px;display:flex;justify-content:center;align-items:end;background:#F1F1FF;padding:30px;}
.qr-body{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:25px;border-radius:16px;box-shadow:0px 17.15px 42.88px -10.72px #0000001A;}
.footer-inner h3{color:#00338e;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent;text-align:left;background:linear-gradient(179deg,#7830BE 0%,#461675 98.16%);font-family:Inter;font-size:37.46px;font-weight:600;line-height:35.25px;text-align:center;}
.footer-inner p{font-family:Inter;font-size:19.83px;font-weight:500;line-height:30.85px;text-align:center;}
.qr-header:before{position:absolute;content:' ';right:0;top:0;background-image:url(../assets/images/rightQr.png);height:190px;width:180px;zoom:0.9;z-index:0;background-repeat:no-repeat;}
.code-data{float:left;width:100%;text-align:center;display:flex;justify-content:center;}
.intl-tel-input.separate-dial-code .selected-dial-code{
    font-size: 14px !important;}
span.country-name {
    font-size: 13px;
}
.intl-tel-input .country-list .country .dial-code{font-size: 13px;}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-btn {
    background-color: #141518;
    color: white;
    padding: 7px 20px;
    border: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    font-weight: 500;
    gap: 15px;
}
.header-dropdown {
  display: none;
}
.arrow {
    font-size: 18px;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #22252E;
    min-width: 218px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 5px;
}
.dropdown-content a {
    color: #fff;
    padding: 5px 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 15px;
}
/* Rotation for arrow when dropdown is open */
.arrow.rotate {
    transform: rotate(180deg); /* Rotate the arrow 180 degrees */
}
.dropdown-content a:hover {
    background-color: #f1f1f1;
    color: #141518 !important;
    border-radius: 9px;
}
ul.top-nav svg path {
    fill: #fff;
}
.dashboard_card_column {
    float: left;
    width: calc(100% / 5 - 20px);
}
.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width:62%;
}
/* .category-message.add-category-msg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(153%, 171%);
} */
a.export-btn, .Send-Notification-btn, a.update-btn, .fill-btn, .Add-btn, .send-btn, button.dt-button.buttons-pdf.buttons-html5 {
    background: #04BDF8 !important;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    line-height: normal;
    align-items: center;
    gap: 7px;
    width: auto;
    font-size: 15px;
}
.dataTables_paginate.paging_simple_numbers{
    background: #141518;
    border-radius: 5px;
    width: 100% !important;
}
.fa-angle-left:before, .fa-angle-right:before {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
img.password-icon.showpass-icon {
    position: absolute;
    top: 19px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.bottom-btn-wrap {
    display: flex;
    justify-content: end;
}
.dataTables_wrapper:after{
    display: contents !important;
}
.th-id {
    width: 173.656px !important;
}
.th-title {
    width: 533.594px !important;
}
.th-action {
    width: 300.75px !important;
}

.add-img-span-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 63px;
}
p.image-file-cont {
    width: calc(100% - 66px);
    font-size: 13px;
    color: #fff;
}
a.btn.btn-primary.fill-btn {
    background: #04BDF8 !important;
    display:flex;
    align-items: center;
    justify-content: center;
}
button#dropdownBtn:focus {
    outline: none;
}

.button-input-wrap {
    display: flex;
    align-items: center;
    justify-content: end;
}
a.Send-Notification-btn img {
    width: 15px;
    height: 15px;
}
.dataTables_wrapper .dataTables_filter input {
    height: 44px;
    max-width: 100%;
    padding: 15px 15px 15px 35px;
    font-size: 13px;
    line-height: 21px;
    color: #FFF;
    border: none !important;
    border-radius: 5px;
    outline: none !important;
    width: 100%;
    background: #141518;
}   
.dataTables_wrapper .dataTables_filter input::placeholder{
    color: #595959;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #141518;
}

  .radio-one label {
    color: #fff;
}
.owner-wrap {
    display: flex;
    padding: 5px;
    background: #141518;
    display: flex;
    gap: 5px;
    border-radius: 8px;
    JUSTIFY-CONTENT: SPACE-BETWEEN;
}
/* Radio button style */
input[type="radio"] {
    width: 14px;
    height: 14px;
    appearance: none; /* Remove default radio button styling */
    background-color: transparent;
    border-radius: 50%; /* Circular border */
    outline: none;
    position: relative;
    border: 1px solid #FFFFFF; /* Border color */
    cursor: pointer;
}

/* Add a checked state for when the radio button is selected */
input[type="radio"]:checked {
    background-color: transparent;
    border: 1px solid #fff;
}
input:focus-visible{

    outline: none !important;
}
img.arrow-down {
    position: absolute;
    top: 15px;
    right: 7px;
    z-index: 1;
    width: 19px;
    transition: transform 0.3s ease-in-out; /* Smooth transition */
    transform: rotate(0deg); /* Initially pointing down */
}
.dropdown-list.show + .arrow-down {
    transform: rotate(180deg); /* Rotate arrow 180 degrees to point up */
}
.radio-one {
    padding: 10px 15px;
    background: #22252E;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


/* The white dot inside the radio button when checked */
input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
    TRANSFORM: translate(-50%, -50%);
}
input[type="radio"]:checked::before + .radio-one{
    background-color: #04BDF8 !important;
}
.notification-owner-wrap {
    background: #22252E;
    WIDTH: 100%;
}
.notification-owner-wrap .radio-one{
    background: #141518;
}
/* Adjust the label spacing if needed */
.radio-one label {
    margin-left: 7px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
    cursor: pointer;
}
/* Change background color of .radio-one if the radio inside is checked */


table,tr,td:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
table tr.even td:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.user-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 12% - 30px);
    margin-top: 15px;
    z-index: 9;
}
.owner-btn {
    background: #141518;
    border: none;
    padding: 12px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.button-wrap {
    display: flex;
    width: auto;
    gap:10px;
}
.dataTables_wrapper {
    position: relative;
    clear: both;
    margin-top: -43px;
}

table tr thead th{
    border-radius: 5px !important;
}
.multi-user-select {
    width: 300px;
    height: 150px;
    font-size: 14px;
    padding: 5px;
}
.error-message {
    color: red;
    position: absolute;
    top: 50%;
    left: 00%;
    transform: translate(6%, 139%);
    font-size: 14px;
}
label#email_id-error, label#password-field-error {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    transform: translate(2.5%, 50%);
    text-align: left;
    font-size: 14px;
}
tr.odd {
    background: #22252E !important;
    color: #fff !important;
}   
tr.even {
    background: #141518 !important;
    color: #fff !important;
}
.revenue-title-wrap {
    height: 40px;
    margin-bottom: 20px;
    position: relative;
}
button#dropdownBtn img {
    width: 30px;
    height: 30px;
}
button.dt-button.buttons-pdf.buttons-html5 {
    outline: none;
    border: none !important;
    position: absolute;
    top: 00%;
    right: 0;
    z-index: 1050;
    transform: translate(-0%, -156%);
}
div#revenue-table_wrapper{
    margin-top: 0px;
}
span#toggleArrow img {
    width: 20px;
}
/* div#example_processing {
    background: transparent !important;
} */
 .dataTables_processing{
    display: none !important;
 }
 tr.even td {
    background: #141518 !important;
}
.admin-img-wrap-sec svg path {
    fill: #fff;
}
.admin-name-column-sec .dropdown-wrap-sec ul {
    float: left;
    width: 100%;
    border: 0.5px solid #595959;
    background: #22252E;
    border-radius: 5px;
}
.dropdown-menu.dropdown-wrap-sec.show {
    background: transparent;
}
div.dropdown-content a {
    font-size: 14px !important;
    font-weight: 500;
}
div.dropdown-content a img{
    width:30px;
    height: 30px;
}

.successmsg .alert{
    height: 40px;
}
/* .successmsg p.alert.alert-success.category-msg {
    height: 44px;
    position: absolute;
    width: calc(100% - 240px);
    top: 0;
    left: 0;
    transform: translate(0%, -87%);
} */
div#fileError {
    bottom: -25px !important;
}

.title-error-message, .dropdown-error-message, .description-error-message,div#titleError,div#fileError,.add-category-msg {
    color: red;
    font-size: 15px;
    position: absolute;
    bottom: 2px;
}
.category-message.add-category-msg {
    bottom: -35px;
}
.radio-one input {
    margin: 0;
}
.input-msg-wrap {
    position: relative;
    width: 100%;
}
.single-column-form.management-col .input-wrap {
    margin-bottom: 20px;
}
.icon-wrapper {
    position: relative;
    display: flex
;
    flex-direction: column;
}
img.email-icon {
    position: absolute;
    width: 20px !important;
    height: 20px !important;
    top: 28.5%;
    left: 15px;
    transform: translate(0, -50%);
    cursor: pointer;
}
.email-input, .pass-input {
    padding-left: 45px !important;
    padding-right: 48px !important;
}
.user-error-msg {
    position: absolute;
    top: 0;
    right: 20px;
    height: 40px;
    line-height: normal;
    transform: translate(-0%, 50%);
}
.category-msg {
    position: absolute;
    top: 0;
    right: 20px;
    height: 44px;
    line-height: normal;
    transform: translate(-0%, 50%);
}
.dataTables_wrapper .dataTables_filter input {
    margin-left: -5px;
}

/*_____________________RESPONSIVE_________________________________*/
@media(max-width:1499px){
    span.navigation-toggle-btn {
        width: 40px;
        height: 40px;
    }
    span.navigation-toggle-btn  svg{
        width: 20px;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 60%;
    }
    .left-navigation-column{max-width:250px;}
    .right-body-column{width:calc(100% - 250px);}
    .right-body-column .top-header-column{width:calc(100% - 250px);}
    .navigation-column ul li a span.text {
        padding-left: 12px;
        font-size: 15.5px;
        line-height: 22px;
        padding-top: 3px;
    }
    .navigation-column ul li a{padding:10px 12px;}
    .right-container-body{padding:0 20px;}
    .vendor_ragistration_form form{padding:20px 15px;}
    .top-header-column{height:60px;}
    .body-content-section {
        height: calc(100vh - 77px);
        margin-top: 75px;
    }
    .dataTables_wrapper {
        position: relative;
        clear: both;
        margin-top: -44px;
    }
    .navigation-column{height:calc(100vh - 62px);}
    .vendor_ragistration_form form .input-wrap .input-label-wrap input.input_style,.input-btn .form-btn-style{height:50px;}
 
    .dashboard_card_data{padding: 18px;}
    .dashboard_card_data h5{margin-bottom:0;font-size:18px;}
    .dashboard-card-img-cont{margin-top:10px;}
    .dashboard_card_data span.card-icon{height:40px;width:40px;}
    .dashboard_card_data h2 {
        font-size: 29px;
        line-height: 40px;
        margin-left: 20px;
    }
    .add-vendor-btn{font-size:14px;}
    .requests-btn{font-size:14px;}
    .vendor_management-section table thead tr th{font-size:14px;}
    .vendor_management-section table thead tr th,.vendor_management-section table tbody tr td{padding:7px 10px;}
    .management-title a h5{font-size:15px;}
    .single-column-form form .input-wrap .input-label-wrap .lebal_column {
        min-width: 137px;

    }     .add-service-wrap.signout-wrap .modal-dialog {
        max-width: 345px;
    }
    span.sign_out-text p {
        margin-bottom: 0px;
        max-width: 324px;
        font-size: 22px;
        color: #fff;
    }
    .add-service-wrap.signout-wrap .modal-footer{padding:15px;}
    .add-service-wrap.signout-wrap .modal-footer .btn.fill-btn {
        line-height: 25px;
        font-size: 16px;
        border: none !important;
    }
    .add-service-wrap.signout-wrap .modal-footer .btn{line-height:25px;font-size:16px;}
    .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
        height: calc(100vh - 70px) !important;
        max-height: calc(100vh - 270px) !important;
    }    .top-head-page.withQr{margin-bottom:0px;}
    .qr{width:306px;}   
    .qr-header{height:175px;}
    .qr-header{padding-top:40px;}
    .header-inner svg{width:160px;z-index:2;position:relative;}
    .qr-header:before{height:190px;width:180px;zoom:0.6;}
    .qr-footer{padding:15px;height:286px;}
    .footer-inner h3{font-size:26.46px;line-height:25.25px;}
    .footer-inner p{font-size:14px;}
    .qr-body{padding:15px;}
    .qr-body svg{width:200px;height:200px;}
}
@media(max-width:1300px){
    .login-form-wrapper h2{margin-bottom:50px;font-size:40px;line-height:60px;}
    .button-column{margin-top:10px;}
    .welcome-content-column h3{margin-bottom:10px;font-size:30px;line-height:40px;}
    .welcome-content-column h5{font-size:20px;line-height:30px;}
    .welcome-content-column{padding-bottom:20px;}
    .login-form-wrapper{max-width:400px;}
    span.input-icon-label{top:52%;left:25px;}
    .dashboard_card_data {
        padding: 15px;
    }
    .dashboard_card_data h2 {
        font-size: 23px;
        margin-left: 12px;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width:69%;
    }
}
@media(max-width:1199px){
    .dashboard_card_data h5{font-size:15px;line-height:26px;}
    .dashboard_card_data h2{font-size:40px;line-height:60px;}
    .dashboard_card-section{gap:10px;}
    .dashboard_card_column {
        float: left;
        width: calc(100% / 5 - 10px);
    }
    .dashboard_card_data{
        padding: 10px;
    }
    .dashboard_card_data span.card-icon {
        height: 30px;
        width: 30px;
        padding: 7px;
        border-radius: 6px;
    }
    .dashboard_card_data span.card-icon img{
        object-fit: contain;
    }
    .dashboard_card_data h2 {
        font-size: 21px;
        line-height: normal;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 72%;
    }
  
}
@media(max-width:992px){
    .login-left-column .login-welcome-wrapper{
        max-width: 200px;
    }
    .login-section{overflow-y:auto;height:100vh;flex-wrap: wrap;}
    .login-logo a {display: flex;}
    .login-left-column,.login-right-column{width: 100%;}
    .vendor_ragistration_form form .input-wrap{width:100%;}
    .left-navigation-column{max-width:0;}
    .right-body-column,.right-body-column .top-header-column{width:100%;}
    .main_wrapper-section.navigation-closed .left-navigation-column{width:100%;max-width:270px;}
    .main_wrapper-section.navigation-closed .right-body-column,.main_wrapper-section.navigation-closed .right-body-column .top-header-column{width:calc(100% - 270px);}
    .dashboard_card_column{        /*        width: 50%;*/}
    .dashboard_card_data h5{font-size:18px;line-height:26px;}
    .dashboard_card_data h2{margin-bottom:60px;font-size:40px;line-height:60px;}
    .navigation-closed .right-container-body{justify-content:end;}
    .navigation-closed span.navigation-toggle-btn{color:#fff;}
}
@media(max-width:767px){
    .login-left-column .login-welcome-wrapper {
        max-width: 130px;
    }
    .login-form-wrapper h2 {
        margin-bottom: 30px;}
    

    .login-left-column{width:100%;}
    .login-right-column{width:100%;}
    .main_wrapper-section .navigation-column ul li a{display:none;}
    .main_wrapper-section.navigation-closed .navigation-column ul li a{display:block;position:relative!important;}
    .customer-manage-wrap .title-column{margin:28px 0 28px 0px;}
    .dataTables_wrapper .dataTables_paginate{display:block;width:100%;}
    .dataTables_length{bottom:-50px;}
    .dataTables_length label{justify-content:center;}
    .ragister_sub_head b{left:0;}
    .single-column-form form .input-wrap .input-label-wrap{flex-wrap:wrap;margin-bottom:10px;}
    .customer_appoinment_card_wrapper{padding:18px 6px;}
    .detail-top-row span.appoinment_date{font-size:14px;}
    .detail-top-row span.title{font-size:16px;}
    ul.appoinment_services{max-width:100%;flex-direction:column;}
    ul.appoinment_services li{font-size:16px;padding:0 10px 0 21px;width:100%;margin-bottom:10px;}
    ul.appoinment_services{margin-bottom:13px;}
    .detail-bottom-row span{font-size:16px;}
    .detail-bottom-row span b{font-size:17px;}
    ul.appoinment_services li:before{top:10px;left:5px;width:9px;height:9px;}
    .single-column-form form .input-wrap .input-label-wrap .lebal_column{width:100%;}
    span.errormsg.input-error-text{width:100%;height:auto;}
    ul.customer_detail{flex-wrap:wrap;}
    .main_wrapper-section.navigation-closed .left-navigation-column{width:100%;max-width:420px;}
    .dataTables_wrapper .dataTables_filter label{float:right;}
    .dataTables_wrapper .dataTables_filter{margin-top:0;}
    .input-btn{display:flex;}
    .navigation-closed span.navigation-toggle-btn{left:-20px;top:00;z-index:9999999;}
    .navigation-closed  .admin-name-column{display:none;}
    .navigation-closed .right-container-body{justify-content:end;}
    .navigation-closed span.navigation-toggle-btn{color:#fff;}
    .vendor_management-section table thead tr th{font-size:11px;white-space:nowrap;}
    .space-1{min-width:160px}
    .space-2{min-width:110px}
    .space-3{min-width:110px}
    .vendor_management-section table tbody tr td{font-size:11px;}
    a.add_edit_btn_style{width:100%;}
    .dataTable_addbtn_wrap{margin-bottom:8px;}
    .vendor_ragistration_form form .input-wrap .input-label-wrap input.input_style,.input-btn .form-btn-style{height:40px;}
    .vendor_ragistration_form form .input-wrap{padding:0px 0px;}
    span.input-error-text{margin-top:0px;font-size:12px;}
    .dashboard_card_column{width:100%;}
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
   
    .login-left-column,.login-right-column{
        width:50%;
    }
}
