@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100&display=swap');
/*font-family: 'Roboto', sans-serif;*/

*{padding:0; margin:0; border:none; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
* {box-sizing: border-box;}
strong, b{font-weight:bold}
em, i{font-style:italic;}
u{text-decoration:underline}
a{text-decoration: none;}
*:focus{outline: none;}
a:hover, a:focus {text-decoration: none; outline: none !important;}
button[type="button"]:focus{outline: none;}


/* 1.1 SVG default css*/
svg:not(:root).svgImg { overflow: visible }

.svgImg { display: inline-block; font-size: inherit; width:1em; height: 1em; overflow: visible; vertical-align: -.125em; }
.svg-icons { display: inline-block; font-size: inherit; height: 1em; overflow: visible; vertical-align: -.125em }
/*SVG default css*/

img{display: block; max-width:100%; max-height:100%; width:auto; height:auto}

p{line-height:1.4;font-size: 1.5rem; color:#696a6c;font-weight:400;margin-bottom:2.5rem;}
p:last-child{margin-bottom:0;}
a{color: #2d2d2d;}
a:hover{color: #1ba8f1;}
.c-scrollbar{height: 100vh !important}

.bg-primary{background: #96b885}
.bg-dark{background: #000;}

body{display:block; width:100%; padding:0; margin:0; font-size: 1.6rem; font-weight:400; line-height:1.4; color:#000000; 
    background-color:#000; position: relative; font-family: 'Roboto', sans-serif;}

.trans{-moz-transition:all 0.4s ease-in-out; -ms-transition:all 0.4s ease-in-out; -webkit-transition:all 0.4s ease-in-out; transition:all 0.4s ease-in-out;}

/* Buttons */
.btn{display: inline-block; vertical-align: middle; font-size: 16px; font-weight: 500; color: #fff; background: #0194d3; padding: 1.7rem 2rem; position: relative; overflow: hidden; transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out, transform 0.4s ease-in-out, 
min-width: 16.8rem;line-height: 1;border: 0.1rem solid #0194d3; border-radius: 0; z-index: 2; box-shadow: none; text-transform: uppercase;}
.btn:before{position: absolute;content: '';top: 0;left: 0;width: 100%;height: 100%;opacity: 0;background: #fff;
-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s;-webkit-transform: scale(0.5, 1);
transform: scale(0.5, 1);z-index: -1;border-radius: 0;}
.btn:hover::before{opacity: 1;-webkit-transform: scale(1, 1);transform: scale(1, 1);}
.btn:hover{color: #0194d3;border-color: #f00;}

h2{padding: 0px; margin:0px; font-size:30px;}
h4{padding: 0px; margin:0px; font-size:26px;}
h5{padding: 0px; margin:0px; font-size:20px;}

.container {max-width:1194px;}
.logo-login{width:100%; text-align: center; float:left; padding:20px 0 25px 0;}
.logo-login img{ display: inline-block; }

.login-main{max-width:700px; margin: 0px auto; margin-bottom:50px; background:#000; padding:0 12px 0 12px; 
    box-shadow: 1px -1px 5px 2px rgba(64,64,64,0.52);
-webkit-box-shadow: 1px -1px 5px 2px rgba(64,64,64,0.52);
-moz-box-shadow: 1px -1px 5px 2px rgba(64,64,64,0.52);}


.signsection{width:100%; text-align: center;  padding:33px 30px 0 30px; height: 100%; float:left;}
.signsection h3{padding:0px; margin:0px 0 47px 0px; font-size: 30px; color: #fff; font-weight:500;} 
.signsection a.forgot{color:#00ff00; font-size: 16px;}
.signsection a.forgot strong{ font-weight: bold; }
.signsection a.forgot:hover{color:#ff00ff;}

.signsection input{width:100%;padding:0 0 0 10px; border-radius: 0px; background:#000; border: solid #cccccc 1px; 
    box-shadow: none; height:54px; margin-bottom:30px; font-size: 18px; color:#ccc;}
.signsection input:focus{box-shadow: none; background:#000; color:#ccc;}

.signsection input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color:#ccc; opacity:1;}
.signsection input::-moz-placeholder { /* Firefox 19+ */ color:#ccc; opacity:1;}
.signsection input:-ms-input-placeholder { /* IE 10+ */ color:#ccc; opacity:1;}
.signsection input:-moz-placeholder { /* Firefox 18- */ color:#ccc; opacity:1;}

.signsection .sing-in{width:243px; height:65px; margin:0px auto; font-size: 18px; margin-bottom: 41px; margin-top: 40px; text-transform: uppercase; 
    display: block; background: url(../images/green-shape.png) no-repeat center center; color: #fff; line-height: 65px;}
.signsection .sing-in:hover{color:#000; background: url(../images/pink-shape.png) no-repeat center center;  } 


.signsection .sing-up{width:243px; height:65px; margin:0px auto; font-size: 18px; margin-bottom: 41px; margin-top: 40px; text-transform: uppercase; 
    display: block; background: url(../images/pink-shape.png) no-repeat center center; color: #fff; line-height: 65px;}
.signsection .sing-up:hover{color:#000; background: url(../images/green-shape.png) no-repeat center center; } 

.signsection p{ color:#cccccc; font-size: 22px; line-height:32px; padding:0px 106px 75px 106px; margin: 0px; }
.signsection .user-name-unique{font-size:16px; line-height:24px; color:#ff00ff; padding:0px 0 34px 20px; margin: 0px; text-align: left;}


.sign-upsection{width:100%; text-align: center;  padding:33px 30px 0 30px; height: 100%;}
.sign-upsection h3{padding:0px; margin:0px 0 14px 0px; font-size: 30px; color: #fff; font-weight:500;} 

.condition-check{ text-align: center; padding: 0px; margin: 0px; }
.condition-check .form-check {justify-content: center; display: flex; font-size: 22px; border-radius: 0px; padding:0px;}
.condition-check .form-check-input[type=checkbox] {border-radius:0;}

.condition-check .form-check-input:checked {background-color:#000; border-color:#0d6efd; box-shadow:none;}
.condition-check .form-check-input {background-color: #000; border: 1px solid #fff; box-shadow:none; margin: 0 25px 0 0; width: 22px; height:22px;}
.condition-check .form-check-input:focus {border-color:#fff; outline:0; box-shadow:none;}
.condition-check p{color:#cccccc; font-size:18px;}
.condition-check p a{color:#00ff00; font-weight:bold;}
.condition-check p a:hover{color:#fff;}
.signsection2{width:100%; text-align: center;  padding:0px 30px 0 30px; height: 100%; float:left;}
.signsection2 .sing-in{width:243px; height:65px; margin:0px auto; font-size: 18px; margin-bottom:40px; margin-top:30px; text-transform: uppercase; 
    display: block; background: url(../images/green-shape.png) no-repeat center center; color: #fff; line-height: 65px;}
.signsection2 .sing-in:hover{color:#000; background: url(../images/pink-shape.png) no-repeat center center;  } 
.signsection2 .sing-up{width:243px; height:65px; margin:0px auto; font-size: 18px; margin-bottom: 41px; margin-top: 40px; text-transform: uppercase; 
    display: block; background: url(../images/pink-shape.png) no-repeat center center; color: #fff; line-height: 65px;}
.signsection2 .sing-up:hover{color:#000; background: url(../images/green-shape.png) no-repeat center center; } 

.search-filtersection{background:#111111; width:100%; float:left; padding:15px; display: flex;  flex-wrap: wrap; margin-bottom:10px;}

.search-filtersection .search-section{width:575px; padding: 0px; margin:0px 20px 0 0; position: relative;}
.search-filtersection .search-section button{ position: absolute; top:5px; right:12px;     background: none;}
.search-filtersection .search-section button i{color:#fff; font-weight:400;}
.search-filtersection .search-section input{width:100%; padding:0px 0 0 16px; margin:0px; height: 44px; border-radius: 0px; 
    border:#cccccc 1px solid; background:transparent; box-shadow: none; outline: none; color:#fff; font-size: 16px; font-weight:500;}
.search-filtersection .search-section input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#fff; font-size: 16px; font-weight:400; opacity: 1;}
.search-filtersection .search-section input::-moz-placeholder { /* Firefox 19+ */ color:#fff; font-size: 16px; 
    font-weight:400; opacity: 1;}
.search-filtersection .search-section input:-ms-input-placeholder { /* IE 10+ */  color:#fff; font-size: 16px; font-weight:500;
 opacity: 1;}

.search-filtersection .search-section input:-moz-placeholder { /* Firefox 18- */  color:#fff; font-size: 16px;
 font-weight:400; opacity: 1;}

.search-filtersection .search-section input:focus{box-shadow: none; outline: none;}
.select-data{width:auto; margin-right:20px;}
.select-data input{background:none; border-radius:0px; height: 39px; font-size: 16px; color:#fff; box-shadow: none; outline: none;}


.select-data input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#fff; font-size: 16px; font-weight:400; opacity: 1;}
.select-data input::-moz-placeholder { /* Firefox 19+ */ color:#fff; font-size: 16px; 
    font-weight:400; opacity: 1;}
.select-data input:-ms-input-placeholder { /* IE 10+ */  color:#fff; font-size: 16px; font-weight:500;
 opacity: 1;}
.select-data input:-moz-placeholder { /* Firefox 18- */  color:#fff; font-size: 16px;
 font-weight:400; opacity: 1;}






.select-data input:focus{background:none; box-shadow: none; outline: none; color:#fff;}
.border2{border:solid 1px #4d4d4d; width:100%; padding:15px 15px 10px 15px; background:#000; float: left; margin-bottom:10px; margin-top:0px;}
.img-sction{width:100%;}
.img-sction img{max-width:100%;}

.item-sction{width:100%; float:left; padding:0px 0 0 5px; margin:-6px 0 0 0; line-height:18px; display:flex;}
.item-sction small{padding: 0px; margin: 0px; display: inline-block; color:#6495ed; font-size: 14px; font-weight:500;}
.item-sction h4{padding:0px 0 0 0; margin: 0px; color:#cccccc; font-size: 20px; font-weight:bold;}
.item-sction .item-describe{margin-right:150px;}
.item-sction .item-describe:last-child{margin-right:0px; border-left: solid #4d4d4d 1px; padding-left:50px;}
.item-sction .item-describe:first-child{border-left:none; padding-left:0px; width:50%;}

.custome-section{width: 100%; float: left; padding:0px 0 0 5px; margin:0px 0 0 0;}
.custome-section .custome-name {width: 40%; float: left; padding: 0px; margin: 0 50px 0 0; position: relative;}
.custome-section .custome-name:before{height: 43px; width: 1px; background:#4d4d4d; position: absolute; 
    right:0px; top:20px; content:'';}
.custome-section .custome-name:last-child:before{display:none; }
.custome-section .custome-name small{padding:0px; margin:0px; display: inline-block; color:#6495ed; font-size: 14px; font-weight:500;}
.custome-section .custome-name h4{padding:3px 0 0 0; margin: 0px; color:#cccccc; font-size:18px; font-weight:500;}
.custome-section .custome-name p{padding:0px 35px 0 0; margin: 0px; color:#cccccc; font-size:18px; font-weight:500;
 line-height:26px; max-width:100%;}

.view-details {    width: 100%;    float: left;    padding: 0px;    margin: 0px;    text-align: center;
    display: flex;    align-items: center;    align-content: center;    flex-direction: column;    justify-content:space-between; height: 100%;}

.view-details span{ display: block; border: solid #6495ed 2px; background: #fff; width: 65px; height: 65px; 
    text-align: center; line-height:75px; border-radius: 100px; margin: 0px auto;}
.view-details span img{display:inline-block;}

.view-details .form-check {display: flex; justify-content: center;  margin:28px 0 29px 0; padding:0px;}
.view-details .form-check label{color:#00ff00; font-size:14px;}
.view-details .form-check input {width: 15px; height: 15px; background:#00ff00; border-radius: 3px; border: 0px; 
    margin:2px 6px 0 0; box-shadow:none;}
.view-details .form-check input:focus{box-shadow:none;}

.view-details .yellow-btn{width: 216px; height: 58px; background: url(../images/yellow-btn.png) no-repeat center center; 
    color:#000; font-size: 18px; font-weight:500; margin: 0px;}


.view-details .form-check-input:checked[type=checkbox] {background-image: url(../images/right-sign.png); 
    background-position:center center; background-repeat: no-repeat;}
.fl-end{justify-content: flex-end; }

.pagination{justify-content: center; padding-top:0px; padding-bottom:0px;}
.pagination ul li{ margin:0 4px 0 4px; }
.pagination ul li .page-link {padding: 0; margin: 0px; font-size: 16px; width: 30px; height: 30px; 
    border: 0px; text-align: center; line-height: 30px; background:#111111; color:#fff;}

.pagination ul li .page-link:focus{box-shadow:none; outline:none;}

.pagination ul li.page-item:first-child .page-link {border-top-left-radius:0px; border-bottom-left-radius:0px;}
.pagination ul li.page-item:last-child .page-link {border-top-right-radius:0px; border-bottom-right-radius:0px;}
.pagination ul li .page-link span{ display: block; text-align: center; line-height:36px; height: 30px;}
.pagination ul li .page-link span img{display:inline-block; text-align: center;}
.pagination ul li .page-link.act{background:#cccccc; color:#111111;}
.pagination ul li .page-link:hover{background:#cccccc; color:#111111;}

.filter-section{}
.filter-section .form-select{background:url(../images/filter-icon.png) no-repeat 90% 14px; border-radius:0px; height: 44px; 
    font-size:16px; color:#fff;}
.filter-section .form-select:focus{box-shadow:none; outline: none; color:#fff;}
.filter-section .form-select option{color:#000;}

.deliveri{ padding:38px 0 2px 29px; }
.deliveri ul{padding:0px; margin:0px; display:flex; align-items: center;}
.deliveri ul li {padding: 0px 55px 0 0px; margin: 0px 55px 0 0; font-size: 20px; color: #fff; position: relative;}
.deliveri ul li:before{position:absolute; right: 0px; top:10px; height:20px; width: 2px; background:#cccccc; content:'';}
.deliveri ul li span{padding:0px; margin:0px; font-size:28px; color:#ffff00; font-weight:bold;}

.deliveri ul li:last-child:before{display:none;}

.slect-quote{}
.slect-quote .form-select{background:url(../images/arw-img.png) no-repeat 94% 16px; border-radius:0px; height: 44px; 
    font-size:16px; color:#fff;}
.slect-quote .form-select:focus{box-shadow:none; outline: none; color:#fff;}
.slect-quote .form-select option{color:#000;}

.staff-form{max-width:1030px; margin: 0px auto; background:#111; padding:0 30px 50px 30px;}
.staff-form h3{margin:0px; padding:43px 0 43px 0; text-align:center; font-size: 30px; color:#fff; font-weight:500;}

.staff-form .form-fields{margin:0 0 30px 0; }
.staff-form .form-fields input{border-radius:0px; outline:none; box-shadow: none; background:none; 
    border: solid #cccccc 1px; height:54px; font-size: 18px; color:#fff; font-weight:400;}

.staff-form .form-fields input::-webkit-input-placeholder {color:#fff; font-weight:400; opacity:1;}
.staff-form .form-fields input::-moz-placeholder {color:#fff; font-weight:400; opacity:1;}
.staff-form .form-fields input:-ms-input-placeholder {color:#fff; font-weight:400; opacity:1;}
.staff-form .form-fields input:-moz-placeholder {color:#fff; font-weight:400; opacity:1;}
.staff-form .form-fields .form-select{background:url(../images/arw-img.png) no-repeat 96% 23px; border-radius:0px; height:54px; 
    font-size: 18px; color:#fff; font-weight:400;}
.staff-form .form-fields .form-select option{width:100%;}

.staff-form .form-fields .form-select:focus{box-shadow:none; outline: none; color:#fff;}
.staff-form .form-fields .form-select option{color:#000;}
.staff-form p{color:#ff00ff; font-size:16px; line-height:24px; padding:5px 0 2px 21px; margin:0px;}

.staff-form button.submit-btn{width:240px; height:65px; background: url(../images/green-shape.png) no-repeat center center; 
    color:#000; font-size: 18px; font-weight:500; color:#fff; text-transform:uppercase; margin:0px auto; background-size: 100%; display:block; margin-top: 10px;}

.staff-form button.submit-btn:hover{background: url(../images/pink-shape.png) no-repeat center center;
 background-size:100%; color:#000;}

.staff-form .select-user{width:100%; padding:0px 0 25px 0; float:left;}
.staff-form .select-user h5{padding:0px 0 0 20px; margin:0px 0 19px 0; font-size:18px; color: #fff; font-weight: 600;}
.staff-form .select-user ul{padding:0px; margin: 0px; display: flex; align-items: center;}

.staff-form .select-user ul li{padding:0px; margin:0px 58px 0 0;}
.staff-form .select-user ul li:last-child{margin:0px;}
.staff-form .select-user ul li .form-check .form-check-input{ border-radius: 0px; 
    width: 24px; height: 24px;     background-color: transparent; border: solid #ccc 1px; 
    box-shadow: none; outline: none; position: relative; top: 2px;}
.staff-form .select-user ul li .form-check .form-check-label{font-size: 18px; color: #ccc; font-weight:400; margin:0px 0 0 10px;}

.right-top{width: 100%; float: left; }
/*.right-top ul{ display: flex; }*/

.top-section{width:100%; border-bottom: solid #4d4d4d 1px; float: left;display: flex; position: relative; margin-bottom:15px; }
.leftpart {position: absolute;  left: 0px;  width: 375px;  text-align: right;  top: 13px;  padding: 0 67px 0 0;}

.leftpart a{display:block;}
.leftpart a img{display:inline-block;;}

.rightpart{width:1170px; margin:0px auto; }

.right-top{width:auto; padding:0px; margin:26px 0 20px 0; width: 100%;}
.right-top ul{padding:0px; margin:0px; display: flex; justify-content: flex-end;}
.right-top ul li{padding:0px; margin:0px 0px 0 10px; display: flex; position: relative; flex-wrap: wrap;}
.right-top ul li a{padding:6px 15px; margin:0px; font-size: 16px; color:#000;display:flex; align-items:center}
.right-top ul li a span{padding:0px; margin:0px 0px 0 7px; font-size: 14px; width: 32px; height: 32px; 
    display:inline-block; background: #fff; border-radius:100%; text-align: center; line-height:32px; text-transform: uppercase;}
.toptitle{ padding:0px; margin:25px 0 0 0;}
.toptitle h2{padding:0px; margin:0px; font-size:30px; color: #fff; font-weight: 500;}

.quate{background:#6495ed; position: absolute; top: 46px; width:100%; border-radius: 3px; padding:10px 0 15px 0; z-index: 9;}
.quate ul{padding:0px; margin:0px; display: block;}
.quate ul li{padding:0px; margin:0px; display: block; line-height:28px;}
.quate ul li a{padding:0px 0 0 10px; margin:0px; display: block; font-size:16px; color:#000;}


.quate2{background:#00ff00; position: absolute; top: 46px; width:100%; border-radius: 3px; padding:10px 0 15px 0; z-index: 9;}
.quate2 ul{padding:0px; margin:0px; display: block;}
.quate2 ul li{padding:0px; margin:0px; display: block; line-height:28px;}
.quate2 ul li a{padding:0px 0 0 10px; margin:0px; display: block; font-size:16px; color:#000;}


.quate3{background:#ff0000; position: absolute; top: 46px; width:100%; border-radius: 3px; padding:10px 0 15px 0; z-index: 9;}
.quate3 ul{padding:0px; margin:0px; display: block;}
.quate3 ul li{padding:0px; margin:0px; display: block; line-height:28px;}
.quate3 ul li a{padding:0px 0 0 10px; margin:0px; display: block; font-size:16px; color:#000;}

/***************left menu************* */
/*.left-side{background:#111111; width:345px;height:100vh; position:fixed; transition:.3s;left:-220px; top:0; z-index:1; display: none; }
.left-side.close{left:0;transition:.3s;}
.left-side button.toggle{border:none; background:none; position: absolute;     left:270px;  top: 32px; font-size:30px; transform:rotate(0deg); 
    display:inline-block; cursor:pointer; transition:ease-in-out all 0.5s; -webkit-transition:ease-in-out all 0.5s; 
-moz--webkit-transition:ease-in-out all 0.5s;}


.left-side.close button.toggle{transform:rotate(180deg); cursor:pointer}
.left-side .side-logo{padding:5px 0 1px 10px; border-bottom: solid #4d4d4d 1px;}
.left-side .side-logo img{padding:0px; display: inline-block; width:190px;}

.left-side ul{padding:0px; margin:55px 0 0 0;}
.left-side ul li{padding:0px 0 0 35px; margin:0px 0 25px 0; display:block;}
.left-side ul li a{padding:0px 0 0 10px; margin:0px; display: block; font-size:18px; color:#fff;}
.left-side ul li a:hover{color:#ff00ff;}
.left-side .sign-out{width:100%; background:#00ff00; bottom:0px; position:absolute; left:0px; font-size: 18px;
 text-transform: uppercase; color:#000; height:100px; line-height: 95px; display: none; }
.left-side.close .sign-out{ display: block; }
*/




.left-profile{width:100%; float:left; padding:13px 39px 13px 39px; margin:0px; background:#111111;}
.left-profile ul{padding:0px; margin:0px;}
.left-profile ul li{padding:14px 0px; margin:0px; display: block; list-style: none; border-bottom:#000000 1px solid;}
.left-profile ul li:last-child{border-bottom:none;}
.left-profile ul li a{padding:0px; margin:0px; display: block; font-size: 18px; color:#cccccc; 
    background:url(../images/profilearw.png) no-repeat 100% -49px;}
.left-profile ul li a:hover{color:#00ff00; background:url(../images/profilearw.png) no-repeat 100% 6px;}
.left-profile ul li a.active{padding:0px; margin:0px; display: block; color:#00ff00; background:url(../images/profilearw.png) no-repeat 100% 6px;}

.bdr{border:solid #4d4d4d 1px; width:98.5%; padding:30px; margin:0 0 50px 0;}

.Profile{width: 100%; padding:2px 0 29px 0; margin:0px 0 40px 0; float:left; border-bottom:solid 1px #4d4d4d}
.Profile h2{padding:0px; margin:0px; color: #fff; font-size: 30px; font-weight:500;}

.change-pic{ background:red; width:171px; float:left;  }
.change-pic img{position: relative; width: 100%; }


.profile-pic {display: flex;justify-content: center;  position: relative; transition: all 0.3s ease; 
    margin:16px 0 0 0; width:100%; float: left;}
.profile-pic input { display: none;}
.profile-pic img {position: relative; object-fit: cover;  z-index: 0; top: 3px;}


.profile-pic .-label { cursor: pointer; color: red;}
.profile-pic:hover{ display: flex;  justify-content: center;  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;  color: #fff;  transition: background-color 0.2s ease-in-out;  border-radius: 100px;
  margin-bottom: 0;}

.profile-pic label span{font-size:16px; padding: 0px; margin: 0px; color:#6495ed; }
.profile-pic label {display: flex;}
.profile-fields{width:100%; padding:0px; margin:-17px 0 30px 0px; float: left;}
.profile-fields input{border-radius:0px; outline:none; box-shadow: none; background:none; 
    border: solid #cccccc 1px; height:54px; font-size: 18px; color:#fff; font-weight:500;}
.profile-fields input:focus{background:#000; box-shadow: none; outline: none; color:#fff; font-weight:500;}

.profile-fields input::-webkit-input-placeholder {color:#fff; font-weight:400; opacity:1;}
.profile-fields input::-moz-placeholder {color:#fff; font-weight:400; opacity:1;}
.profile-fields input:-ms-input-placeholder {color:#fff; font-weight:400; opacity:1;}
.profile-fields input:-moz-placeholder {color:#fff; font-weight:400; opacity:1;}
.profile-fields label{color:#6495ed; font-size: 18px; padding:0px 0 11px 0; margin: 0px; line-height: 18px; }



.save-btn button.submit-btn{width:240px; height:65px; background: url(../images/green-shape.png) no-repeat center center; 
    color:#000; font-size: 18px; font-weight:500; text-transform:uppercase; margin:0px auto; background-size: 100%; 
    display:block; margin-top:20px; margin-bottom:10px;}

.save-btn button.submit-btn:hover{background: url(../images/pink-shape.png) no-repeat center center;
 background-size:100%; color:#000;}

.review-sction {
    width: 100%;
    float: left;
    border-bottom: solid #6495ed 1px;
    padding: 0 0 37px 0;
    margin: 0 0 40px 0;
}
.review-sction p{padding:16px 0 0 0; margin:0px; font-size:18px; color:#cccccc; line-height: 28px;}
.review-name{display: flex; justify-content: space-between; flex-wrap: wrap;}
.left-review{}
.left-review small {padding: 0px; margin:0px 0 10px 0; color: #6495ed; font-size: 14px; line-height:14px; display: block;}
.left-review h5{padding:0px; margin:0px; color:#cccccc; font-size:18px; font-weight:600;}

.right-review{}
.right-review small{padding:0px; margin:0px 0 10px 0; color:#6495ed; font-size:14px; line-height:14px; display: block;}
.right-review ul{padding:0px; margin:0px; display:flex;}
.right-review ul li{ list-style:none; }
.review-sction:last-child{margin:0 0 25px 0;}

.notifications{padding:40px 40px 0 40px; margin:0px auto; background:#111111; max-width:1030px; margin-bottom: 20px;}
.notifications h2{color:#6495ed; font-size: 30px; padding:0px; margin:0px 0 31px 0; font-weight:500;}

.notifications ul{padding:0px; margin:0px;}
.notifications ul li{ list-style:none; display:flex; padding:32px 0 32px 0px; margin: 0px; justify-content: space-between; 
    border-top: solid #000 1px; align-items: center;}
.notifications ul li h5{ padding: 0px; margin: 0px; font-size: 18px; color: #ccc; }
.notifications ul li span .form-check-input:checked {background-color: #00ff00; border:0px;}
.notifications ul li span .form-check-input:focus{box-shadow: none; outline: none;}
.notifications ul li span .form-switch input{box-shadow: inset 0px 2px 10px rgb(0 0 0 / 45%);}
.notifications ul li a{font-size:18px; color:#00ff00; font-weight:500; }
.notifications ul li a:hover{color:#fff;}

.bdr .search-filtersection .search-section {width: 515px;}
.trantion .Profile {width: 100%; padding:32px 0 29px 27px; margin:0px;  float: left; border-bottom:0px;}

.deliverytable{width:100%; padding:0px 29px; margin:0px;  float: left;}
.deliverytable table small{padding:0px; margin:0px; font-size: 14px; color:#6495ed; display: block;}
.deliverytable table span{padding:0px; margin:0px; font-size:18px; color:#ccc; display:block;}
.deliverytable table a.veiwlink {font-size: 14px; color: #00ff00; display: block;  position: relative; top: 23px;}
.deliverytable table tr{ border-bottom: solid #4d4d4d 1px;}
.deliverytable .table > :not(caption) > * > * {padding:23px 0px 25px 0px;}

.driver-idname{max-width:210px; margin:0px auto; padding: 0px; height:100%; width:100%;}

.driver-idname small{margin:0px; padding:0px 0 6px 0; color:#6495ed; font-size: 14px; font-weight: 500; display:block;}

.driver-idname ul{margin:0px; padding: 0px;}
.driver-idname ul li{margin:0px 0 11px 0; padding: 0px; list-style: none;  line-height:44px;}
.driver-idname ul li a{margin:0px; padding:0px 0 0 15px; list-style: none; color:#000;
 font-size:16px; display: block; background:#cccccc; transition:ease-in-out all 0.5s; -webkit-transition:ease-in-out all 0.5s; 
 -moz-transition:ease-in-out all 0.5s;}

.driver-idname ul li a:hover{background:#6495ed; color:#fff;}
.clender-section{width:100%; padding:10px 0 0 0; margin:0px; float: left; position: relative; display: flex; flex-wrap: wrap;}
.clender-section:before{width:103.4%; position:absolute; height:1px; left: 0px; top:0px; background:#4d4d4d; content:'';}

.clender-section .cal-btn {padding: 0px 6px 6px 0;   margin: 0px 15px 15px 0px;
    list-style: none;    border: solid 2px #6495ed;    background: #fff;    text-align: right;    position: relative;
    width: 100px;    height: 80px;    display: flex;    align-content: center;    justify-content: flex-end;    flex-direction: column;
    position: relative;}


.clender-section .cal-btn span{padding:0px; margin:0px; display: block; font-size:14px; color:#6495ed; font-weight:600;}
.clender-section .cal-btn label{padding:0px; margin:0px; display:block; font-size:14px; color:#6495ed; font-weight:600;}

.clender-section .cal-btn strong{position:absolute; top:5px; right:5px; width: 25px; height: 25px; 
    font-size:10px; color: #000; font-weight:bold; background:#6495ed; border-radius: 100%; text-align: center; 
    line-height:25px;}

.det-section {width: 100%; float: left; height:100%; position: relative;}
.det-section:before{width:1px; height:100%; position: absolute; right:-30px; top: 0px; background:#4d4d4d; content: '';}
.customer-name:last-child{ border: 0px; }
.customer-name{width: 100%; padding:0px 0 6px 0; margin:0px 0 2px 0; float: left; border-bottom: solid #4d4d4d 1px;}
.customer-name small{padding:0px 0 2px 0; margin:0px; font-size: 14px; color:#6495ed; font-weight:500; display: block;}
.customer-name h5{padding: 0px; margin: 0px; font-size:16px; color:#cccccc;}

.customer-date{width:100%; padding:0px; margin:0px;}
.customer-date li strong{padding: 0px; margin: 0px; font-size: 18px; color:#cccccc;} 
.customer-date .form-check {display: flex; justify-content: center;  margin:0px 0 0px 0; padding:0px;}
.customer-date .form-check label{color:#00ff00; font-size:14px;}
.customer-date .form-check input {width: 15px; height: 15px; background:#00ff00; border-radius: 3px; border: 0px; 
    margin:2px 6px 0 0; box-shadow:none;}
.customer-date .form-check input:focus{box-shadow:none;}
.customer-date .form-check-input:checked[type=checkbox] {background-image: url(../images/right-sign.png); 
    background-position:center center; background-repeat: no-repeat;}

.customer-date {width:100%; padding:0px; margin:0px; display:flex; justify-content:space-between;
 align-items: center;}

.customer-name ul.amoutsection{display: flex; justify-content: space-between; align-items: center; margin:5px 0 7px 0;}
.customer-name ul.amoutsection li{list-style:none; padding:0px; margin:0px;}
.customer-name ul.amoutsection li span{padding: 0px; margin: 0px; font-size:26px; color:#cccccc; font-weight:bold;}


.obbstacles{width: 100%; padding:0px 0 11px 0; margin:0px 0 16px 0; float: left; border-bottom: solid #4d4d4d 1px;}
.obbstacles small{padding:0px 0 9px 0; margin:0px; font-size: 14px; color:#6495ed; font-weight:500; display: block;}

/*--------------slidr-------*/

.obbstacles .slick-prev:before {content: "\f053";  font-family: 'FontAwesome'; 
font-size: 12px;  font-weight: 100;   line-height: 24px;    opacity: 1;    right:7px;    
position: absolute;   top:-1px; color:#6495ed;}
.obbstacles .slick-next:before {content: "\f054";  font-family: 'FontAwesome';     
    font-size: 12px;    font-weight: 100;    line-height: 24px;    opacity: 1;    left:7px;
        position: absolute; top:-1px; color:#6495ed;}

.obbstacles .slick-prev{left:-7px; background:#fff; z-index:9; width: 24px; height: 24px;  
    border-radius: 100%; border: solid #6495ed 2px; top: 45%;}
.obbstacles .slick-prev:hover{background:#fff; border: solid #6495ed 2px;}
.obbstacles .slick-prev:focus{background:#fff; border: solid #6495ed 2px;}

.obbstacles .slick-next{right:-7px; background:#fff; z-index: 9; width: 24px; 
    height: 24px; border-radius: 100%; border: solid #6495ed 2px; top: 45%;}
.obbstacles .slick-next:hover{background:#fff; border: solid #6495ed 2px;}
.obbstacles .slick-next:focus{background:#fff; border: solid #6495ed 2px;}






.slider {margin-right: -5px; margin-left: -5px; }
.slick-slide{margin:0px 5px; }
.slick-slide img {width: 100%; border: solid 1px #cccccc;}
.slick-prev:before,
.slick-next:before {color: black;}
.slick-slide {transition: all ease-in-out .3s;}
.slick-active {}
.slick-current {}

.product-section {width:100%; display:block; margin:5px 0 5px 0;}
.action{ display:block; margin:100px auto; width:100%; text-align:center;}
.action a { display:inline-block;  padding:5px 10px;}
.action a:hover{}





.product-section .slick-prev:before {content: "\f053";  font-family: 'FontAwesome'; font-size: 12px;  font-weight: 100; 
  line-height: 24px;    opacity: 1;    right:7px; position: absolute;   top:-1px; color:#6495ed;}

.product-section .slick-next:before {content: "\f054";  font-family: 'FontAwesome'; font-size: 12px;    font-weight: 100;    
line-height: 24px;    opacity: 1;    left:7px;   position: absolute; top:-1px; color:#6495ed;}
.product-section .slick-prev{left:-7px; background:#fff; z-index:9; width: 24px; height: 24px;  
    border-radius: 100%; border: solid #6495ed 2px; top: 45%;}
.product-section .slick-prev:hover{background:#fff; border: solid #6495ed 2px;}
.product-section .slick-prev:focus{background:#fff; border: solid #6495ed 2px;}
.product-section .slick-next{right:-7px; background:#fff; z-index: 9; width: 24px; 
    height: 24px; border-radius: 100%; border: solid #6495ed 2px; top: 45%;}
.product-section .slick-next:hover{background:#fff; border: solid #6495ed 2px;}
.product-section .slick-next:focus{background:#fff; border: solid #6495ed 2px;}
.product-section .slick-dots li button:before {font-size:55px;}
.product-section .slick-dots li.slick-active button:before {opacity:1;    color: black;}
.product-section .slick-dots li{width:18px;  height:20px; margin: 0px;}
.product-section .slick-dots {bottom:30px;}
.product-section .slick-dotted.slick-slider {margin-bottom:0px;}
.product-section .slider-for .slick-slide{margin:0px 0px;}
.product-section .slider-for .slick-slide img {width:100%; border:0px;}
.submit-field{width:100%; float:left; padding:0px; margin:0px 0 10px 0;}
.submit-field ul {padding: 0px;    margin: 0px;    display: flex;    justify-content: space-between;    align-items: end;
    flex-direction: unset;}
.submit-field ul li{padding:0px; margin:0px; list-style:none;}
.submit-field ul li span {padding:0px 0 0 0;    margin: 0px;    display: inline-block;   
 font-size: 15px; color: #6495ed;}
.submit-field ul li input{outline:none; border-radius:3px; border: 0px; box-shadow: none; 
    font-size: 14px; color:#ccc; height:40px;}
.submit-field ul li input:focus{outline:none; border-radius:3px; border: 0px; box-shadow: none;}

.submit-field ul li span label{padding:0px; margin:0px; display:block; font-size: 15px; font-weight:500; }
.submit-field ul li button{padding:0px; margin:0px; background:#62d836; border: 0px; border-radius:5px;
 width: 120px; height:40px; font-size:16px;}
.submit-field ul li button:hover{background:#ffff00;}


/*----------Chetan css----------*/

/*Drivers Page*/

.select-data2 button{background: #00ff00; font-size: 16px; padding:0px 20px 0px 20px; width:auto; height: 45px;}
.select-data2 button i{margin-left: 12px; font-size: 20px;}
.custome-section .custome-id small{padding:0px; margin:0px; display: inline-block; color:#6495ed; font-size: 14px; font-weight:500;}
.custome-section .custome-id h4{padding:3px 0 0 0; margin: 0px; color:#cccccc; font-size:18px; font-weight:400;}
.custome-section .font-normal p{font-weight: 400;}

.drive-right-part .item-describe small{padding:0px; margin:0px; display: inline-block; color:#6495ed; font-size: 14px; font-weight:500;}
.drive-right-part .item-describe p{font-weight: 400;color: #cccccc; font-size: 18px;}


.drive-right-part {width: 100%; float: left; padding: 0px; margin: 0px; text-align: left; display: flex; align-items: center; align-content: center; flex-direction: column; justify-content:space-between; height: 100%;}

.drive-right-top{width: 100%; float: left; padding:0px 0 0 5px; height: 46px; display: flex; align-items: end;}
.drive-right-top .item-describe{width: 30%; float: left; position: relative;}
.drive-right-top .form-switch-check{display: flex; width: 70%;}
.drive-right-top .form-switch{display: inline-block; margin-bottom: 5px;}
.drive-right-top .form-switch .form-check-input{width: 2.3em; height: 1.2em; border:0; box-shadow: inset 0px 2px 7px rgb(0 0 0 / 40%); background-color: #939393; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");}
.drive-right-top .form-switch .form-check-input:checked{background-color: #00ff00; border:0; box-shadow: inset 0px 2px 7px rgb(0 0 0 / 40%);}


.drive-content{width: 100%; float: left; padding:0px 0 0 5px; margin:6px 0 0 0;}
.drive-ul-link{width: 50%; float: left; position: relative;}
.drive-ul-link:before{height: 85%; width: 1px; background:#4d4d4d; position: absolute; right:0px; top:10px; content:'';}
.drive-ul-link li{line-height: normal;}
.drive-ul-link li a{color: #ffff00; font-size: 14px;}
.drive-ul-link li a:hover{color: #fff;}
.edit-drive{width: 50%; float: left; padding-left: 45px;}
.edit-drive li{line-height: normal;}
.edit-drive li a:hover{color: #fff !important;}
.edit-drive li.edit-link a{color: #00ff00; font-size: 14px;}
.edit-drive li.edit-link a i{margin-right: 5px;}
.edit-drive li.delete-link a{color: #ff0000; font-size: 14px;}
.edit-drive li i.fa.fa-battery-2{transform: rotate(270deg); font-size: 11px; margin-right: 5px;}

/*Drivers Page End*/


/*Staff Members Page*/
.staff-members-right{width: 100%; display: flex; align-items: end;}
.staff-members-right small{font-size: 14px; color: #6495ed; padding-bottom: 2px; display: block; font-weight: 500;}
.staff-members-right .view-details{width: 50%; align-items: start; position: relative; margin: 0;}
.staff-members-right .view-details .form-check{margin: 6px 0 0 0;}
.staff-members-right .view-details:before {height: 85%; width: 1px; background: #4d4d4d; position: absolute; right: 0px; top: 10px; content: '';}
.view-details .form-check.yellow input{background-color: #ffff00;}
.view-details .form-check.yellow label{color: #ffff00;}
/*Staff Members Page*/

/*------chat-----------*/
.fixed-chat {bottom: 0px; border: solid 3px #ffff00;   width: 290px; 
    position: fixed;  z-index: 1000;  right:15px; overflow: visible;  display: flex;
    flex-direction: row-reverse;  flex-wrap:wrap;  align-items: flex-end; flex: 0 0 288px;}









.fixed-chat .chat-opan{width:100%; background:#000; float: left;}
.fixed-chat .chat-box {    background: #ffff00;    width: 100%;    height: 52px;    font-size: 15px;
    color: #000;    font-weight: 500;    position: relative;}

.fixed-chat .chat-box:before {background:#ffff00;    width: 38px;    height: 38px;
    position: absolute;    top:-20px;    left: 0px;    right: 0px;    margin: 0px auto;    content: "\f078";    font-family: 'FontAwesome';
    font-size:19px;    font-weight: 100;    border-radius: 100%;    line-height:35px; transition: ease-in-out all 0.5s;}

.fixed-chat .chat-box.rotat:before{ transform:rotate(180deg); }

.chatlisting{width:100%; float:left; padding:10px 12px 0px 12px; margin:0px;}
.chatlisting ul{padding:0px; margin:0px;}

.chatlisting ul li {padding:0px 0 6px 0; margin:0px 0 6px 0; display: flex; justify-content:space-between;
    border-bottom: solid 1px #4d4d4d;    align-items:center;}

.chatlisting ul li label{ width: 24px; height: 24px; border-radius:100%; 
    background:#ff00ff; font-size: 12px; color:#000; text-align: center; line-height:26px; font-weight:500;}
.chatlisting ul li a img{width:40px; height:40px; border-radius:100%; 
    border: solid #ccc 2px; margin:0 10px 0 0;}
.chatlisting ul li a {font-size:14px; color:#fff; font-weight:400; display: flex; align-items: center;}



.chat-section{width:330px; background:#111111; position:relative; bottom:0px; right:0px; 
    z-index: 9; float: right; margin-right:15px;}
.chat-section .chat-user{width:100%; padding:0px 20px 0 0; margin:0px; float:left; border-bottom:solid #4d4d4d 1px; 
    display: flex; justify-content: space-between; align-items: center;}
.chat-section .chat-user .username-section{float: left; padding:10px 0 10px 10px; margin: 0px; display: flex;
    align-items: center;}
.chat-section .chat-user .username-section img{width:49px; height:49px; border-radius:100%; 
    border: solid #6495ed 2px; margin:0 10px 0 0;}
.chat-section .chat-user .username-section span{font-size:16px; color:#fff; font-weight:400; display: flex; align-items: center;}
.chat-section .chat-user button{background:none; border:0px; outline:none; margin:0 0 0 0;}
.chat-section .blue-part{padding:18px 12px 0 12px; margin:0px; float: left; width: 100%; 
    display: flex; justify-content: space-between; align-items:flex-start;}


.chat-section .blue-part .blue-part-L:before{width: 0; height: 0; border-top:10px solid transparent; border-bottom:10px solid transparent;
    border-left:10px solid #6495ed; position: absolute; right:-9px; content: ''; top:20px;}
.chat-section .blue-part .blue-part-L{background:#6495ed; border-radius:6px; width:255px; position: relative;}
.chat-section .blue-part .blue-part-L ul{display:flex; padding:13px 13px 0 13px; margin:0px; justify-content: space-between;}
.chat-section .blue-part .blue-part-L ul li{padding: 0px; margin:0px; list-style:none; font-size:10px;}
.chat-section .blue-part .blue-part-L p{font-size: 14px; color:#000; padding:5px 0 10px 12px; font-weight:500;}
.chat-section .blue-part .user-img img{width:35px; height:35px; border-radius:100%; 
    border: solid #6495ed 2px; margin:5px 0px 0 0;}

.chat-section .yellow-part{padding:20px 12px 0 12px; margin:0px; float: left; width: 100%; 
    display: flex; justify-content: space-between; align-items:flex-start;}
    .chat-section .yellow-part .yellow-part-R:before {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #ff00ff;
        position: absolute;
        left: -9px;
        content: '';
        top: 10px;
    }
    .chat-section .yellow-part .yellow-part-R {
        background: #ff00ff;
        border-radius: 6px;
        width: 255px;
        position: relative;
    }
.chat-section .yellow-part .yellow-part-R ul{display:flex; padding:13px 13px 0 13px; margin:0px; justify-content: space-between;}
.chat-section .yellow-part .yellow-part-R ul li{padding: 0px; margin:0px; list-style:none; font-size:10px;}
.chat-section .yellow-part .yellow-part-R p{font-size: 14px; color:#000; padding:5px 0 10px 12px; font-weight:500;}

    .chat-section .yellow-part .user-img img {
        width: 35px;
        height: 35px;
        border-radius: 100%;
        border: solid #ff00ff 2px;
        margin: 3px 0px 0 0;
    }


.chat-section .chating-section {width: 100%; padding:0px 20px 0 12px;    margin: 12px 0 8px 0;    float: left;
   position: relative;}

.chat-section .chating-section input {    width: 100%;    padding: 0px 0px 0 8px;    margin: 0px;    height: 48px;
    border-radius: 6px;    font-size: 14px;}

.chat-section .chating-section input:focus{outline:none; box-shadow:none;}
.chat-section .chating-section button {width:70px; padding:0px; margin:0px; border-radius:0px 6px 6px 0; position:absolute;
    right:20px; top:0px; height:48px; background:#00ff00; font-size:14px; font-weight:bold;}
.chat-maindiv {float: left;    width: 100%;    position:fixed;    right: 0px;
    bottom: 0px;    z-index: 99; padding-right:320px;}

.left-in-logo{display:none;}
.calnder-desc{background:#fff; position: absolute; width:190px; left:0px; 
    top:inherit; bottom: 0px; z-index:1; border-radius: 5px; padding: 10px; border: solid yellow 2px;}
.calnder-desc ul{padding:0px; margin:0px;}
.calnder-desc ul li{padding:0px; margin:0px; display: block; font-size: 14px; text-align: left; line-height:24px;}

.scrollbar{height:280px; overflow-y: scroll;}
#style-3::-webkit-scrollbar-track{ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color:#ffff00;}
#style-3::-webkit-scrollbar{ width: 6px; background-color:#ffff00;}
#style-3::-webkit-scrollbar-thumb{background-color: #ff0000;}


.scrollbar2{max-height:325px; overflow-y:scroll; width:100%;}
#style-4::-webkit-scrollbar-track{ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color:#ffff00;}
#style-4::-webkit-scrollbar{ width: 6px; background-color:#ffff00;}
#style-4::-webkit-scrollbar-thumb{background-color: #ff0000;}
.leftmar{margin-right:350px;}

.chat-man-listing {width: 100%;    float: left;    padding:10px;   margin:0px 0 12px 0;   border: solid #1b1b1b 1px;
  display: flex;   align-items: flex-start;  justify-content: space-between;}
.chat-man-listing .chatimg{padding:0px; margin:0px;}
.chat-man-listing .f-name{ padding:0px; font-size:12px; width:20%;  color:#fff; }
.chat-man-listing .f-name label{padding:0px; margin:0px; display: block; font-size:16px; color: #6495ed;}
.chat-desc{padding:0px; margin:0px; width:20%;}
.chat-desc p{padding:0px; margin:0px; font-size:13px; color:#fff;}
.view-chat {padding:0px; margin:0px; width:20%; text-align:right;}
.view-chat a{padding:0px; margin:0px; font-size:14px; color:#00ff00;}

.search-filtersection2{background:#111111; width:100%; float:left; padding:15px; display: flex;  flex-wrap: wrap; margin-bottom:10px;}
.search-filtersection2 .search-section{width:83%; padding: 0px; margin:0px; position: relative;}
.search-filtersection2 .search-section button{ position: absolute; top:5px; right:12px;     background: none;}
.search-filtersection2 .search-section button i{color:#fff; font-weight:400;}
.search-filtersection2 .search-section input{width:100%; padding:0px 0 0 16px; margin:0px; height: 44px; border-radius: 0px; 
    border:#cccccc 1px solid; background:transparent; box-shadow: none; outline: none; color:#fff; font-size: 16px; font-weight:500;}
.search-filtersection2 .search-section input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#fff; font-size: 16px; font-weight:400; opacity: 1;}
.search-filtersection2 .search-section input::-moz-placeholder { /* Firefox 19+ */ color:#fff; font-size: 16px; 
    font-weight:400; opacity: 1;}
.search-filtersection2 .search-section input:-ms-input-placeholder { /* IE 10+ */  color:#fff; font-size: 16px; font-weight:500;
 opacity: 1;}

.search-filtersection2 .search-section input:-moz-placeholder { /* Firefox 18- */  color:#fff; font-size: 16px;
 font-weight:400; opacity: 1;}

.search-filtersection2 .search-section input:focus{box-shadow: none; outline: none;}
.select-transaction {width:16%;}



.chat-section5 {width:100%; border: solid 1px #111111;    position: relative;    bottom: 0px;
    right: 0px;    padding: 15px 15px 45px 15px;    z-index: 9; float: none; margin: 0px auto; display: table;}
.chat-section5 .chat-user{width:100%; padding:0px 20px 0 0; margin:0px; float:left; border-bottom:solid #4d4d4d 1px; 
    display: flex; justify-content: space-between; align-items: center;}
.chat-section5 .chat-user .username-section{float: left; padding:10px 0 10px 10px; margin: 0px; display: flex;
    align-items: center;}
.chat-section5 .chat-user .username-section img{width:60px; height:60px; border-radius:100%; 
    border: solid #ffff00 2px; margin:0 10px 0 0;}
.chat-section5 .chat-user .username-section span{font-size:16px; color:#fff; font-weight:400; display: flex; align-items: center;}
.chat-section5 .chat-user button{background:none; border:0px; outline:none; margin:0 0 0 0;}
.chat-section5 .blue-part{padding:18px 12px 0 12px; margin:0px; float: left; width: 100%; 
    display: flex; justify-content: space-between; align-items:flex-start;}

.chat-section5 .blue-part .blue-part-L:before{width: 0; height: 0; border-top:10px solid transparent; border-bottom:10px solid transparent;
    border-left:10px solid #6495ed; position: absolute; right:-9px; content: ''; top:20px;}
.chat-section5 .blue-part .blue-part-L{background:#6495ed; border-radius:6px; width:92%; position: relative;}
.chat-section5 .blue-part .blue-part-L ul{display:flex; padding:13px 13px 0 13px; margin:0px; justify-content: space-between;}
.chat-section5 .blue-part .blue-part-L ul li{padding: 0px; margin:0px; list-style:none; font-size:10px;}
.chat-section5 .blue-part .blue-part-L p{font-size: 14px; color:#000; padding:5px 0 10px 12px; font-weight:500;}
.chat-section5 .blue-part .user-img img{width:60px; height:60px; border-radius:100%; 
    border: solid #6495ed 2px; margin:5px 0px 0 0;}

.chat-section5 .yellow-part{padding:20px 12px 0 12px; margin:0px; float: left; width: 100%; 
    display: flex; justify-content: space-between; align-items:flex-start;}

.chat-section5 .yellow-part .yellow-part-R:before{width: 0; height: 0; border-top:10px solid transparent; border-bottom:10px solid transparent;
    border-right:10px solid #ffff00; position: absolute; left:-9px; content: ''; top:20px;}
.chat-section5 .yellow-part .yellow-part-R{background:#ffff00; border-radius:6px; width:92%; position: relative;}
.chat-section5 .yellow-part .yellow-part-R ul{display:flex; padding:13px 13px 0 13px; margin:0px; justify-content: space-between;}
.chat-section5 .chat-section .yellow-part .yellow-part-R ul li{padding: 0px; margin:0px; list-style:none; font-size:10px;}
.chat-section5 .yellow-part .yellow-part-R p{font-size: 14px; color:#000; padding:5px 0 10px 12px; font-weight:500;}
.chat-section5 .yellow-part .user-img img{width:60px; height:60px; border-radius:100%; border: solid #ffff00 2px; margin:3px 0px 0 0;}

.chat-section5 .chating-section {width: 100%; padding:0px 20px 0 12px; margin:12px 0 8px 0; float: left; position: relative;}

.chat-section5 .chating-section input {    width: 100%;    padding: 0px 0px 0 8px;    margin: 0px;    height: 48px;
    border-radius: 6px;    font-size: 14px;}

.chat-section5 .chating-section input:focus{outline:none; box-shadow:none;}
.chat-section5 .chating-section button {width:70px; padding:0px; margin:0px; border-radius:0px 6px 6px 0; position:absolute;
    right:20px; top:0px; height:48px; background:#00ff00; font-size:14px; font-weight:bold;}



.chat-section5 .yellow-part .yellow-part-R ul{display:flex; padding:13px 13px 0 13px; margin:0px; justify-content: space-between;}
.chat-section5 .yellow-part .yellow-part-R ul li{padding: 0px; margin:0px; list-style:none; font-size:10px;}
.chat-section5 .yellow-part .yellow-part-R p{font-size: 14px; color:#000; padding:5px 0 10px 12px; font-weight:500;}



.m-top-paging{margin-top:15px;}
.m-left15{margin-left:20px;}
.bg1{background:#111111; }
.blackbg{background:#000;}
.m-top47{margin-top:47px;}
.m-top20{margin-top:20px;}
.m-top35{margin-top:36px;}
.m-btm40{margin-bottom:40px;}
.m-top14{margin-top:14px;}
.no-pad{padding-left:0px; padding-right:0px;}
.nopad{padding:0px;}

.m-0{margin-bottom:0px;}

.bg4{background:#6495ed;}
.bg2{background:#00ff00;}
.bg3{background:#ff0000;}
.none{display:none!important;}
.bgred{background:red;}
.clearfix{ clear: both; }




.modal-details-heading td {
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
}

.common-caption-modal {
    font-size: 13px;
    display: block;
    margin-right: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.fa-search {
    font-size: 20px !important;
}

.modal-details tr {
    border-bottom: 1px solid #dee2e6;
}

    .modal-details tr:first-child {
        border-bottom: none;
    }

    .modal-details tr:last-child {
        border-bottom: none;
    }


/* black popup */

.modal-content-black {
    background-color: black;
}

.modal-details-heading-black td {
    color: #6495ed;
}

.modal-details-black tr {
    border-bottom: 1px solid #4d4d4d;
}

.modal-header-black {
    border-bottom: 1px solid #4d4d4d;
}

.common-caption-modal-black {
    color: #cccccc;
}

.modal-title-black {
    color: #6495ed;
}

.fa-search-black {
    color: #cccccc;
    font-size: 20px !important;
}

.btn-close {
    background-color: #cccccc;
}

.modal-content-black {
    border: 1px solid #4d4d4d;
}

.resert-section button {
    background: transparent;
    color: #fff;
    border: #cccccc 1px solid;
    padding: 4px 20px 3px;
    margin-left: 20px;
}





.chat-section5 {
    width: 100%;
    border: solid 1px #111111;
    position: relative;
    bottom: 0px;
    right: 0px;
    padding: 15px 15px 45px 15px;
    z-index: 9;
    float: none;
    margin: 0px auto;
    display: table;
}

    .chat-section5 .chat-user {
        width: 100%;
        padding: 0px 20px 0 0;
        margin: 0px;
        float: left;
        border-bottom: solid #4d4d4d 1px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .chat-section5 .chat-user .username-section {
            float: left;
            padding: 10px 0 10px 10px;
            margin: 0px;
            display: flex;
            align-items: center;
        }

            .chat-section5 .chat-user .username-section img {
                width: 60px;
                height: 60px;
                border-radius: 100%;
                border: solid #ffff00 2px;
                margin: 0 10px 0 0;
            }

            .chat-section5 .chat-user .username-section span {
                font-size: 16px;
                color: #fff;
                font-weight: 400;
                display: flex;
                align-items: center;
            }

        .chat-section5 .chat-user button {
            background: none;
            border: 0px;
            outline: none;
            margin: 0 0 0 0;
        }

    .chat-section5 .blue-part {
        padding: 18px 12px 0 12px;
        margin: 0px;
        float: left;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

        .chat-section5 .blue-part .blue-part-L:before {
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 10px solid #6495ed;
            position: absolute;
            right: -9px;
            content: '';
            top: 20px;
        }

        .chat-section5 .blue-part .blue-part-L {
            background: #6495ed;
            border-radius: 6px;
            width: 92%;
            position: relative;
        }

            .chat-section5 .blue-part .blue-part-L ul {
                display: flex;
                padding: 13px 13px 0 13px;
                margin: 0px;
                justify-content: space-between;
            }

                .chat-section5 .blue-part .blue-part-L ul li {
                    padding: 0px;
                    margin: 0px;
                    list-style: none;
                    font-size: 10px;
                }

            .chat-section5 .blue-part .blue-part-L p {
                font-size: 14px;
                color: #000;
                padding: 5px 0 10px 12px;
                font-weight: 500;
            }

        .chat-section5 .blue-part .user-img img {
            width: 60px;
            height: 60px;
            border-radius: 100%;
            border: solid #6495ed 2px;
            margin: 5px 0px 0 0;
        }

    .chat-section5 .yellow-part {
        padding: 20px 12px 0 12px;
        margin: 0px;
        float: left;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

        .chat-section5 .yellow-part .yellow-part-R:before {
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-right: 10px solid #ffff00;
            position: absolute;
            left: -9px;
            content: '';
            top: 20px;
        }

        .chat-section5 .yellow-part .yellow-part-R {
            background: #ffff00;
            border-radius: 6px;
            width: 92%;
            position: relative;
        }

            .chat-section5 .yellow-part .yellow-part-R ul {
                display: flex;
                padding: 13px 13px 0 13px;
                margin: 0px;
                justify-content: space-between;
            }

    .chat-section5 .chat-section .yellow-part .yellow-part-R ul li {
        padding: 0px;
        margin: 0px;
        list-style: none;
        font-size: 10px;
    }

    .chat-section5 .yellow-part .yellow-part-R p {
        font-size: 14px;
        color: #000;
        padding: 5px 0 10px 12px;
        font-weight: 500;
    }

    .chat-section5 .yellow-part .user-img img {
        width: 60px;
        height: 60px;
        border-radius: 100%;
        border: solid #ffff00 2px;
        margin: 3px 0px 0 0;
    }

    .chat-section5 .chating-section {
        width: 100%;
        padding: 0px 20px 0 12px;
        margin: 12px 0 8px 0;
        float: left;
        position: relative;
    }

        .chat-section5 .chating-section input {
            width: 100%;
            padding: 0px 0px 0 8px;
            margin: 0px;
            height: 48px;
            border-radius: 6px;
            font-size: 14px;
        }

            .chat-section5 .chating-section input:focus {
                outline: none;
                box-shadow: none;
            }

        .chat-section5 .chating-section button {
            width: 70px;
            padding: 0px;
            margin: 0px;
            border-radius: 0px 6px 6px 0;
            position: absolute;
            right: 20px;
            top: 0px;
            height: 48px;
            background: #00ff00;
            font-size: 14px;
            font-weight: bold;
        }



    .chat-section5 .yellow-part .yellow-part-R ul {
        display: flex;
        padding: 13px 13px 0 13px;
        margin: 0px;
        justify-content: space-between;
    }

        .chat-section5 .yellow-part .yellow-part-R ul li {
            padding: 0px;
            margin: 0px;
            list-style: none;
            font-size: 10px;
        }

    .chat-section5 .yellow-part .yellow-part-R p {
        font-size: 14px;
        color: #000;
        padding: 5px 0 10px 12px;
        font-weight: 500;
    }

    .chat-section5 .yellow-part .yellow-part-R {
        border-radius: 6px;
        width: 92%;
        position: relative;
        border: solid gray 1px;
        background: no-repeat;
        color: #6495ed;
    }

        .chat-section5 .yellow-part .yellow-part-R ul li {
            padding: 0px;
            margin: 0px;
            list-style: none;
            font-size: 12px;
        }

    .chat-section5 .blue-part .blue-part-L {
        border: solid gray 1px;
        background: no-repeat;
        color: #6495ed;
        border-radius: 6px;
        width: 92%;
        position: relative;
    }

        .chat-section5 .blue-part .blue-part-L ul li {
            padding: 0px;
            margin: 0px;
            list-style: none;
            font-size: 12px;
        }


        .chat-section5 .yellow-part .yellow-part-R p,
        .chat-section5 .blue-part .blue-part-L p {
            color: white;
        }




        .chat-section5 .yellow-part .yellow-part-R:before,
        .chat-section5 .blue-part .blue-part-L:before {
            display: none;
        }


.scrollbar {
    height: 280px;
    overflow-y: scroll;
}

.style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #ffff00;
}

.style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #ffff00;
}

.style-3::-webkit-scrollbar-thumb {
    background-color: #ff0000;
}

.scrollbar2 {
    max-height: 325px;
    overflow-y: scroll;
    width: 100%;
}

.style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #ffff00;
}

.style-4::-webkit-scrollbar {
    width: 6px;
    background-color: #ffff00;
}

.style-4::-webkit-scrollbar-thumb {
    background-color: #ff0000;
}


.chat-section {
    width: 330px !important;
    background: #111111;
    position: relative;
    bottom: 0px !important;
    right: 0px !important;
    z-index: 9 !important;
    float: right;
    margin-right: 15px;
}
.scrollbar2 {
    height: 325px;
    overflow-y: scroll !important;
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.yellow-part .user-img{
    width:45px
}


.chat-section .chat-user .yellow img {
    width: 49px;
    height: 49px;
    border-radius: 100%;
    border: solid yellow 2px;
    margin: 0 10px 0 0;
}

/*.chat-section .blue-part .yellowclass-L {
    background: yellow;
    border-radius: 6px;
    width: 255px;
    position: relative;
}*/
.chat-section .blue-part .yellow-img img {width: 35px;  height: 35px;  border-radius: 100%;  border: solid yellow 2px;
    margin: 5px 0px 0 0;}
.chat-section .blue-part .change-colour:before {width: 0;
    height: 0; border-top: 10px solid transparent;  border-bottom: 10px solid transparent;
    border-left: 10px solid yellow;  position: absolute;  right: -9px;  content: '';  top: 20px;}
.chat-section .blue-part .change-colour {background: yellow; border-radius: 6px; 
    width:255px; position:relative;}



.customershow .col-3 {width:20%; padding-left:3px; padding-right:3px; position:relative; margin-bottom:5px;}
.customershow .col-3 a.delete-link-admin {position: absolute; top:5px;  right:5px;
    border-radius: 50px; width:22px;    height:22px;    background:#fff;
    text-align: center;    font-size:14px; line-height: 22px;}
.customershow .col-3 a.delete-link-admin:hover i{color:red}

.customershow .folder-sec{float:left; text-align: center;  font-size:13px; color:#fef5ae; margin:0 10px 0 0;}
.customershow .folder-sec a{display: block; color:#fef5ae; font-size:14px;}
.customershow .obbstacles-customer-list{width:100%; padding:0px; margin:0px; float:left; }


/* Neel MAC Scroll Changes */
@media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) {
       .staff-form{
           padding: 0px 30px 20px 30px;
       }
         
    }
}

/* 17-2 changes */
.signsection .sing-in{
    border-radius: 100%;
    background: #00ff00;
}
.signsection .sing-in:hover{
    background: #ff00ff;
}
.signsection .sing-up{
    border-radius: 100%;
    background: #ff00ff;
}
.signsection .sing-up:hover{
    background: #00ff00;
}
.save-btn button.submit-btn{
    background: #00ff00;
    border-radius: 100%;
}
.save-btn button.submit-btn:hover{
    background: #ff00ff;
}
.staff-form button.submit-btn{
    background: #00ff00;
    border-radius: 100%;
}
.staff-form button.submit-btn:hover{
    background: #ff00ff;
}
.signsection2 .sing-up{
    background: #ff00ff;
    border-radius: 100%;
}
.signsection2 .sing-up:hover{
    background: #00ff00;
}
.signsection2 .sing-in{
    background: #00ff00;
    border-radius: 100%;
}
.signsection2 .sing-in:hover{
    background: #ff00ff;
}







