@import url("fontawesome-all.min.css");

/* @import url('fonts'); */
/* @import "font-awesome-sprockets"; */
/* @import "font-awesome"; */
*,
html {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #191b24;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  background-color: #000;
}

input:-webkit-autofill {
  /* box-shadow: 0 0 0 30px white inset !important;
    -webkit-box-shadow: 0 0 0 30px white inset !important; */
  box-shadow: 0 0 0 30px #1d1d1d inset !important;
  /* -webkit-box-shadow: 0 0 0 30px #212529 inset !important; */
  font-size: 14px;
  caret-color: transparent;
  border-radius: inherit;
  -webkit-box-shadow: 0 0 0 100px transparent inset;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: #fff;
}

aside.sidebar::-webkit-scrollbar {
  width: 0px !important;
}
aside.sidebar::-webkit-scrollbar-thumb {
  background: transparent !important;
}

aside.sidebar {
  background: linear-gradient(
    93.14deg,
    #ffb000 -20.75%,
    #ff564d 11.84%,
    #ff0098 53.76%,
    #5d00c1 102.96%
  );
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="date"],
input[type="time"],
input[type="file"],
textarea,
button,
input[type="password"],
input[type="tel"],
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  box-shadow: none;
  border-radius: 2px;
}

a,
input,
button,
a:focus,
input:focus,
button:focus {
  outline: none !important;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px !important;
}

a:hover,
a:focus,
a {
  color: #777;
}

img {
  max-width: 100%;
}

li {
  list-style-type: none;
}

.navy-blue {
  color: #1e8ea8 !important;
}

.font_uni_sans {
  font-family: "Montserrat", sans-serif !important;
}

.modal-footer .btn,
.calendar-action .btn,
.font_uni_sans_italic {
  font-family: "Montserrat", sans-serif;
}

.btn.btn-navy-blue {
  background: #1e8ea8;
  color: #fff;
}

/* .btn-gray {
    background: #838383;
    color: #fff;
} */

.bdr-none {
  border: none !important;
}

.r {
  box-shadow: inset 0px 0px 10px red;
}

.g {
  box-shadow: inset 0px 0px 10px green;
}

.b {
  box-shadow: inset 0px 0px 10px blue;
}

.Dcell {
  display: table-cell !important;
  vertical-align: middle !important;
}

.Dblock {
  display: block;
}

.D-in-block {
  display: inline-block;
}

.text_red {
  color: #fe4a4c !important;
}

.text_white {
  color: #fff !important;
}

.font16 {
  font-size: 16px !important;
}

.font14 {
  font-size: 14px !important;
}

.redcol {
  color: #f26722 !important;
}

.yellowcol {
  color: #f3b972 !important;
}

.color-blue {
  color: #5391df !important;
}

.whitecol {
  color: #fff !important;
}

.bottom-0 {
  bottom: 0px !important;
}

.btn-orrange {
  background: #ff9326;
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #1d2b39;
}

.bg-white {
  background: #161616 !important;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.p0 {
  padding: 0px !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

/* .mr0 {
    margin-right: 0px !important;
} */

/* .mr5 {
    margin-right: 5px !important;
}
 */
/* .mr10 {
    margin-right: 10px !important;
} */

.mr15 {
  margin: 15px !important;
}

.pLR5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pLR6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.pLR10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pLR15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pLR30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pL0 {
  padding-left: 0px !important;
}

.pL5 {
  padding-left: 5px !important;
}

.pL7 {
  padding-left: 7px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL15 {
  padding-left: 15px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL25 {
  padding-left: 25px !important;
}

.pL32 {
  padding-left: 32px !important;
}

.pR0 {
  padding-right: 0px !important;
}

.pR5 {
  padding-right: 5px !important;
}

.pR10 {
  padding-right: 10px !important;
}

.pR15 {
  padding-right: 15px !important;
}

.pR20 {
  padding-right: 20px !important;
}

.pR25 {
  padding-right: 25px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr1 {
  padding-right: 1px !important;
}

.pr2 {
  padding-right: 0px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pR7 {
  padding-right: 7px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt1 {
  padding-top: 1px !important;
}

.pt2 {
  padding-top: 0px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

/*  .mb3 {
    margin-bottom: 3px !important;
} */

.mb3 {
  margin-bottom: 4px !important;
}

.mb4 {
  margin-bottom: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr1 {
  margin-right: 1px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.mr7 {
  margin-right: 7px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mr9 {
  margin-right: 6px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL1 {
  margin-left: 1px !important;
}

.mL2 {
  margin-left: 2px !important;
}

.mL3 {
  margin-left: 3px !important;
}

.mL4 {
  margin-left: 4px !important;
}

.mL5 {
  margin-left: 5px !important;
}

.mL6 {
  margin-left: 6px !important;
}

.mL7 {
  margin-left: 7px !important;
}

.mL8 {
  margin-left: 8px !important;
}

.mL9 {
  margin-left: 9px !important;
}

.mL10 {
  margin-left: 10px !important;
}

/* .mTB0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
} */

/* .mTB5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
} */

.mTB0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mTB5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mt-min0 {
  margin-top: -0px !important;
}

.mt-min1 {
  margin-top: -1px !important;
}

.mt-min2 {
  margin-top: -2px !important;
}

.mt-min3 {
  margin-top: -3px !important;
}

.mt-min4 {
  margin-top: -4px !important;
}

.mt-min5 {
  margin-top: -5px !important;
}

.mt-min6 {
  margin-top: -6px !important;
}

.mt-min7 {
  margin-top: -7px !important;
}

.mt-min8 {
  margin-top: -8px !important;
}

.mt-min9 {
  margin-top: -9px !important;
}

.mt-min10 {
  margin-top: -10px !important;
}

.top-0 {
  top: 0px !important;
}

.top-1 {
  top: 1px !important;
}

.top-2 {
  top: 2px !important;
}

.top-3 {
  top: 3px !important;
}

.top-4 {
  top: 4px !important;
}

.top-5 {
  top: 5px !important;
}

.top-10 {
  top: 10px !important;
}

.top-15 {
  top: 15px !important;
}

.top-20 {
  top: 20px !important;
}

.top-25 {
  top: 25px !important;
}

.top-30 {
  top: 30px !important;
}

.top-35 {
  top: 35px !important;
}

.top-40 {
  top: 40px !important;
}

.top-45 {
  top: 45px !important;
}

.top-50 {
  top: 50px !important;
}

.top-55 {
  top: 55px !important;
}

.top-60 {
  top: 60px !important;
}

.top-65 {
  top: 65px !important;
}

.top-70 {
  top: 70px !important;
}

.top-75 {
  top: 75px !important;
}

.top-80 {
  top: 80px !important;
}

.top-85 {
  top: 85px !important;
}

.top-90 {
  top: 90px !important;
}

.top-95 {
  top: 95px !important;
}

.top-100 {
  top: 100px !important;
}

.topmin-0 {
  top: -0px !important;
}

.topmin-1 {
  top: -1px !important;
}

.topmin-2 {
  top: -2px !important;
}

.topmin-3 {
  top: -3px !important;
}

.topmin-4 {
  top: -4px !important;
}

.topmin-5 {
  top: -5px !important;
}

.topmin-10 {
  top: -10px !important;
}

.left-0 {
  left: 0px !important;
}

.left-1 {
  left: 1px !important;
}

.left-2 {
  left: 2px !important;
}

.left-3 {
  left: 3px !important;
}

.left-4 {
  left: 4px !important;
}

.left-5 {
  left: 5px !important;
}

.left-10 {
  left: 10px !important;
}

.left-15 {
  left: 15px !important;
}

.left-20 {
  left: 20px !important;
}

.left-25 {
  left: 25px !important;
}

.left-30 {
  left: 30px !important;
}

.left-35 {
  left: 35px !important;
}

.left-40 {
  left: 40px !important;
}

.left-45 {
  left: 45px !important;
}

.left-50 {
  left: 50px !important;
}

.left-55 {
  left: 55px !important;
}

.left-60 {
  left: 60px !important;
}

.left-65 {
  left: 65px !important;
}

.left-70 {
  left: 70px !important;
}

.left-75 {
  left: 75px !important;
}

.left-80 {
  left: 80px !important;
}

.left-85 {
  left: 85px !important;
}

.left-90 {
  left: 90px !important;
}

.left-95 {
  left: 95px !important;
}

.left-100 {
  left: 100px !important;
}

/*Global font size css*/

.f-size-11 {
  font-size: 11px !important;
}

.f-size-12 {
  font-size: 12px !important;
}

.f-size-13 {
  font-size: 13px !important;
}

.f-size-14 {
  font-size: 14px !important;
}

.f-size-15 {
  font-size: 15px !important;
}

.f-size-16 {
  font-size: 16px !important;
}

.f-size-17 {
  font-size: 17px !important;
}

.f-size-18 {
  font-size: 18px !important;
}

.f-size-19 {
  font-size: 19px !important;
}

.f-size-20 {
  font-size: 20px !important;
}

.f-size-21 {
  font-size: 21px !important;
}

.f-size-22 {
  font-size: 22px !important;
}

.f-size-23 {
  font-size: 23px !important;
}

.f-size-24 {
  font-size: 24px !important;
}

.f-size-25 {
  font-size: 25px !important;
}

.font-100 {
  font-weight: 100 !important;
}

.font-200 {
  font-weight: 200 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-600 {
  font-weight: 600 !important;
}

/*Global width css*/

.max-WT-320 {
  width: 100%;
  max-width: 320px !important;
}

.max-WT-360 {
  width: 100%;
  max-width: 360px !important;
}

.max-WT-480 {
  width: 100%;
  max-width: 480px !important;
}

.max-WT-767 {
  width: 100%;
  max-width: 767px !important;
}

.max-WT-991 {
  width: 100%;
  max-width: 991px !important;
}

.max-WT-20 {
  width: 100%;
  max-width: 20px !important;
}

.max-WT-30 {
  width: 100%;
  max-width: 30px !important;
}

.max-WT-40 {
  width: 100%;
  max-width: 40px !important;
}

.max-WT-50 {
  width: 100%;
  max-width: 50px !important;
}

.max-WT-60 {
  width: 100%;
  max-width: 60px !important;
}

.max-WT-70 {
  width: 100%;
  max-width: 70px !important;
}

.max-WT-80 {
  width: 100%;
  max-width: 80px !important;
}

.max-WT-90 {
  width: 100%;
  max-width: 90px !important;
}

.max-WT-100 {
  width: 100%;
  max-width: 100px !important;
}

.max-WT-110 {
  width: 100%;
  max-width: 110px !important;
}

.max-WT-120 {
  width: 100%;
  max-width: 120px !important;
}

.max-WT-130 {
  width: 100%;
  max-width: 130px !important;
}

.max-WT-140 {
  width: 100%;
  max-width: 140px !important;
}

.max-WT-150 {
  width: 100%;
  max-width: 150px !important;
}

.max-WT-160 {
  width: 100%;
  max-width: 160px !important;
}

.max-WT-170 {
  width: 100%;
  max-width: 170px !important;
}

.max-WT-180 {
  width: 100%;
  max-width: 180px !important;
}

.max-WT-190 {
  width: 100%;
  max-width: 190px !important;
}

.max-WT-200 {
  width: 100%;
  max-width: 200px !important;
}

.max-WT-250 {
  width: 100%;
  max-width: 250px !important;
}

.max-WT-290 {
  width: 100%;
  max-width: 290px !important;
}

.max-WT-300 {
  width: 100%;
  max-width: 300px !important;
}

.max-WT-350 {
  width: 100%;
  max-width: 350px !important;
}

.max-WT-400 {
  width: 100%;
  max-width: 400px !important;
}

.max-WT-450 {
  width: 100%;
  max-width: 450px !important;
}

.max-WT-500 {
  width: 100%;
  max-width: 500px !important;
}

.max-WT-520 {
  width: 100%;
  max-width: 60vh !important;
}

.max-WT-550 {
  width: 100%;
  max-width: 550px !important;
}

.max-WT-600 {
  width: 100%;
  max-width: 600px !important;
}

.max-WT-650 {
  width: 100%;
  max-width: 650px !important;
}

.max-WT-700 {
  width: 100%;
  max-width: 700px !important;
}

.max-WT-690 {
  width: 100%;
  max-width: 690px !important;
}

.max-WT-800 {
  width: 100%;
  max-width: 800px !important;
  height: auto;
}

.max-WT-900 {
  width: 100%;
  max-width: 900px !important;
}

.max-WT-940 {
  width: 100%;
  max-width: 940px !important;
}

.max-WT-1000 {
  width: 100%;
  max-width: 1000px !important;
}

.max-WT-576 {
  width: 100%;
  max-width: 576px !important;
}

.max-WT-1024 {
  width: 100%;
  max-width: 1024px !important;
}

.min-ht-300 {
  min-height: 300px;
}

.min-ht-350 {
  min-height: 350px;
}

.min-ht-400 {
  min-height: 400px;
}

.min-ht-450 {
  min-height: 450px;
}

.min-ht-500 {
  min-height: 500px;
}

.min-ht-550 {
  min-height: 550px;
}

.min-ht-600 {
  min-height: 600px;
}

.min-ht-650 {
  min-height: 650px;
}

.min-ht-700 {
  min-height: 700px;
}

.min-ht-750 {
  min-height: 750px;
}

.no-shadow {
  box-shadow: none !important;
}

.height_100vh {
  height: calc(100vh - 80px);
}

.radius0 {
  border-radius: 0 !important;
}

.radius2 {
  border-radius: 2px !important;
}

.radius4 {
  border-radius: 4px !important;
}

.btn.btn-large {
  color: #fff !important;
  width: 100%;
  min-width: 100px;
  border-radius: 3px;
  font-size: 17px;
  padding: 12px;
}

.btn.btn-large:hover,
.btn.btn-large:focus {
  color: #fff;
}

.btn-round {
  border-radius: 25px;
}

.btn-wt-100 {
  width: 100px;
}

.btn {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  position: relative;
}

.btn:hover,
.btn:focus {
  outline: none;
  box-shadow: none;
  color: #fff;
}

.btn-dark-blue {
  background: #2fa0d4;
}

/* .btn.btn-blue {
    background: #2fa0d4;
    min-width: 88px;
    font-size: 14px;
} */

.btn.btn-darkgreen {
  background: #009e0f;
}

.btn-gray {
  background: #5f5f5f;
  color: #fff;
}

.btn-gray:hover,
.btn-gray:focus {
  color: #fff;
}

.btn.back-btn {
  float: left;
  background: #a9a9a9 !important;
}

.btn.btn-light-blue {
  background: #3dc7db;
}

.btn.btn-light-blue:hover,
.btn.btn-light-blue:focus {
  background-color: #3dc7db;
}

/* .btn.btn-red {
    background: #d6051d;
    color: #fff;
} */

.btn.btn-red:hover,
.btn.btn-red:focus {
  background-color: rgba(214, 5, 29, 0.8);
}

.btn-yellow {
  background-color: #f5b948;
}

.btn-yellow:hover,
.btn-yellow:focus {
  background-color: rgba(245, 185, 72, 0.8);
}

.btn-brown {
  background-color: #7f4c4c;
}

.btn-brown:hover,
.btn-brown:focus {
  background-color: rgba(127, 76, 76, 0.8);
}

.btn-green2 {
  background-color: #59b200;
}

.btn-green:hover,
.btn-green:focus {
  background-color: rgba(89, 178, 0, 0.8);
}

.btn-greendark {
  background-color: #009e0f;
  color: #fff;
}

.btn-greendark:hover,
.btn-green:focus {
  opacity: 0.8;
  color: #fff;
}

.btn.btn-green {
  background: #161616;
  color: #fff !important;
}

.btn-green,
.btn-green:hover {
  background: #e9c856;
  color: #fff !important;
}

select.form-control {
  background-image: url("../img/down_arrow.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  background-size: 13px auto;
  border-color: #e7eaee36;
  padding-right: 20px;
  box-shadow: none;
  font-size: 14px;
}

select.form-control.select_style1 {
  background-image: url("../img/down_arrow.png");
  background-size: 13px auto;
  font-size: 14px;
}

select.form-control:focus {
  box-shadow: none;
  outline: none;
}
.data-img {
  width: 20%;
}
input.form-control.select_style1 {
  background-image: url("../img/icon-calendar.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  background-size: 16px auto;
  border-color: #e7eaee;
  padding-right: 20px;
  box-shadow: none;
}

input::-moz-focus-inner {
  border: 0;
  outline: none;
}

select:-moz-focusring:focus {
  color: transparent;
  outline: none !important;
}

label.radio-design {
  position: relative;
  padding-left: 30px;
  padding-right: 2px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #909090;
  margin-right: 8px;
}

label.radio-design input[type="radio"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

label.radio-design input[type="radio"] ~ span {
  position: absolute;
  left: 0px;
  top: 2px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid #9f9c9c;
  background: #f2f4f8;
}

label.radio-design input[type="radio"] ~ span:before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 10px;
  height: 10px;
  background: #343434;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
}

label.radio-design input[type="radio"]:checked ~ span {
  border: 1px solid #ddd;
}

label.radio-design input[type="radio"]:checked ~ span:before {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}

label.checkbox-design {
  position: relative;
  padding-left: 30px;
  padding-right: 2px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #909090;
  margin-right: 8px;
}

label.checkbox-design input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

label.checkbox-design input[type="checkbox"] ~ span {
  position: absolute;
  left: 0px;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid #a5a3a3;
  box-shadow: inset 3px 2px 4px rgba(0, 0, 0, 0.2);
}

label.checkbox-design input[type="checkbox"] ~ span:before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 6px;
  height: 9px;
  background: transparent;
  border-right: 2px solid #272d33;
  border-bottom: 2px solid #272d33;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transform: scale(0) rotate(45deg);
  -webkit-transform: scale(0) rotate(45deg);
  -ms-transform: scale(0) rotate(45deg);
}

label.checkbox-design input[type="checkbox"]:checked ~ span {
  border: 1px solid #bbb5bb;
}

label.checkbox-design input[type="checkbox"]:checked ~ span:before {
  opacity: 1;
  transform: scale(1) rotate(45deg);
  -webkit-transform: scale(1) rotate(45deg);
}

label.checkbox-common {
  position: relative;
  padding-left: 30px;
  padding-right: 2px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #909090;
  margin-right: 8px;
}

label.checkbox-common input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

label.checkbox-common input[type="checkbox"] ~ span {
  position: absolute;
  left: 0px;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background: #fff;
}

label.checkbox-common input[type="checkbox"] ~ span:before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 6px;
  height: 9px;
  background: transparent;
  border-right: 2px solid #5db94c;
  border-bottom: 2px solid #5db94c;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transform: scale(0) rotate(45deg);
  -webkit-transform: scale(0) rotate(45deg);
  -ms-transform: scale(0) rotate(45deg);
}

label.checkbox-common input[type="checkbox"]:checked ~ span {
  border: 1px solid #5db94c;
}

label.checkbox-common input[type="checkbox"]:checked ~ span:before {
  opacity: 1;
  transform: scale(1) rotate(45deg);
  -webkit-transform: scale(1) rotate(45deg);
}

.custome-switch {
  position: relative;
  /* display: block; */
  vertical-align: top;
  width: 65px;
  height: 26px;
  padding: 3px;
  background: linear-gradient(to bottom, #eeeeee, #ffffff 25px);
  background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff 25px);
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.custome-switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.custome-switch-label {
  position: relative;
  display: block;
  height: 100%;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12),
    inset 0 0 2px rgba(0, 0, 0, 0.15);
}

.custome-switch-label:before,
.custome-switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.custome-switch-label:before {
  content: attr(data-off);
  right: 8px;
  color: #aaaaaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.custome-switch-label:after {
  content: attr(data-on);
  left: 8px;
  color: #ffffff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.custome-switch-input:checked ~ .custome-switch-label {
  background: #6aee3a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6aee3a 0%, #2ac045 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6aee3a 0%, #2ac045 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6aee3a 0%, #2ac045 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6aee3a', endColorstr='#2ac045', GradientType=0);
  /* IE6-9 */
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15),
    inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.custome-switch-input:checked ~ .custome-switch-label:before {
  opacity: 0;
}

.custome-switch-input:checked ~ .custome-switch-label:after {
  opacity: 1;
}

.custome-switch-handle {
  position: absolute;
  top: -1px;
  left: -15px;
  width: 45px;
  height: 26px;
  background: linear-gradient(to bottom, #ffffff 40%, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #ffffff 40%, #f0f0f0);
  border-radius: 28px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.custome-switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: linear-gradient(to bottom, #eeeeee, #ffffff);
  background-image: -webkit-linear-gradient(top, #e0e0e0, #ffffff);
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.custome-switch-input:checked ~ .custome-switch-handle {
  left: 32px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Transition
    ========================== */

.custome-switch-label,
.custome-switch-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

label.error {
  color: #e31212;
  font-size: 14px !important;
  display: inline-block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  margin-top: 3px;
}

.has-error.form-group .form-control {
  border-bottom: 1px solid #f00;
}

.action_td_3btn {
  width: 348px;
}

.action_td_btn .btn {
  border-radius: 0;
  text-align: center;
}

.action_td_btn .btn + .btn {
  margin-left: 7px;
}

/*==============Modal============*/

.global-modal form .form-control {
  min-height: 40px;
}

.global-modal.modal.fade .modal-dialog {
  max-width: 100%;
  margin: 15px 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.global-modal .modal-header .close {
  margin: 0 0 0;

  padding: 0;
  position: absolute;
  right: 15px;
  top: 11px;
  margin-top: -2px;
  font-size: 37px;
  font-weight: 400;
}

.inner_border_area,
.global-modal .modal-content {
  border-radius: 7px;
}

.inner_border_area {
  border: 1px solid #ccc;
  position: relative;
}

.inner_border_area:before {
  background: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  right: -1px;
  top: -1px;
  content: "";
  z-index: 1;
}

.global-modal .inner_border_area .modal-header .close {
  top: -9px;
  right: -12px;
  z-index: 999;
  font-size: 0;
  width: 25px;
  height: 25px;
}

.global-modal .inner_border_area .modal-header .close:after,
.global-modal .inner_border_area .modal-header .close:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #616161;
}

.global-modal .inner_border_area .modal-header .close:after {
  transform: rotate(45deg);
}

.global-modal .inner_border_area .modal-header .close:before {
  transform: rotate(-45deg);
}

.global-modal .modal-header {
  position: relative;
}

.global-modal .modal-title {
  color: #6c757d;
  font-weight: 400;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  width: 100%;
}

/* .global-modal .modal-header .close {
    margin-top: -2px;
    font-size: 37px;
    font-weight: 400;
} */

/* .modal_flax_height {
    min-height: 170px;
} */

.reset-modal .box-title {
  margin-bottom: 60px;
}

/*==================Login Page , Forgot , Sign Up Style============*/

html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body.beforelogin {
  padding: 0 15px;
}

.login-box,
.signupbox-box {
  background: #fff;
}

.login-box,
.signupbox-box-outer {
  margin: 0px auto;
}

/* .login-box {
    border-radius: 6px;

} */

.signupbox-box {
  border-radius: 0 4px 4px 4px;
}

.login-box-head {
  background: #fff;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  font-size: 34px;
  color: #a5a5a7;
}

.admin_logo {
  display: inline-block;
  max-width: 215px;
}

.logo_img {
  display: inline-block;
  max-width: 170px;
}

.lang_select {
  display: inline-block;
  padding: 7px 8px 0;
  background: #fff;
  border-radius: 4px;
  margin-top: 12px;
}

.lang_select span {
  display: inline-block;
  vertical-align: top;
  color: #6491c8;
  line-height: 1;
  cursor: pointer;
}

.lang_select span + span {
  border-left: 1px solid #6491c8;
  padding-left: 7px;
  margin-left: 7px;
}

.login-box-body {
  width: 100%;
  /* max-width: 380px; */
  margin: 0 auto;
}

/* .login-right-block {
    padding: 30px 35px 30px;
    position: relative;
} */

.form-control.form-control-style1 {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  min-height: 45px;
  font-size: 15px;
  color: #000;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 12px);
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  color: #fff;
  border-radius: 5px !important;
  background-color: rgba(255, 255, 255, 0.03);
  background-clip: padding-box;
  border: 1px solid #ced4da54;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control.form-control-style1:focus {
  box-shadow: none;
}

/*.form-control.form-control-style1:-moz-placeholder{color:#a4a4a4;}
.form-control.form-control-style1::-moz-placeholder{color:#a4a4a4;}
.form-control.form-control-style1:-ms-placeholder{color:#a4a4a4;}
.form-control.form-control-style1::-webkit-input-placeholder{color:#a4a4a4;}*/

.mail-icon {
  background-image: url("../img/mail-icon.png");
  background-size: 20px;
}

.lock-icon {
  background-image: url("../img/lock-icon.png");
  background-size: 18px;
}

.mail-icon,
.lock-icon {
  background-repeat: no-repeat;
  padding-left: 45px;
  background-position: 15px 50%;
}

.forgot-links {
  text-align: right;
  margin-bottom: 15px;
}

.forgot-links a {
  color: #909090;
  font-size: 14px;
}

.login-info {
  margin: 20px 0 0;
  text-align: center;
  font-size: 16px;
}

.text-underline {
  text-decoration: underline;
}

.box-title {
  margin-bottom: 30px;
}

.box-title h2 {
  font-family: "Montserrat", sans-serif;
  margin: 0 0 15px;
  font-size: 35px;
  color: #4c4c4c;
  font-weight: 500;
}

.box-title p {
  font-size: 14px;
  margin: 0;
  font-weight: 600;
  color: #4a4a4a;
}

.off-icon {
  font-size: 36px;
  color: #191b24;
}

.form-control.form-control-style2 {
  min-height: 45px;
  border-color: #ddd;
}

.signupbox-box-outer .tab-content .tab-pane {
  padding: 0;
}

.tabs-style1.nav-tabs {
  border: none;
}

.tabs-style1.nav-tabs .nav-link {
  color: #fff;
  background: #5f5f5f;
  border: none;
  font-size: 16px;
  padding: 10px 12px;
  text-align: center;
}

.tabs-style1.nav-tabs .nav-link.active {
  color: #fff;
  background: #49bbac;
}

.tabs-style1 .nav-item {
  width: 150px;
  margin-bottom: 0;
}

.tabs-style1 .nav-item + .nav-item {
  margin-left: 10px;
}

.input-field-box {
  min-height: 365px;
  margin: 0 auto 15px;
  max-width: 470px;
}

.signup-action .btn + .btn {
  margin-left: 7px;
}

.tabs_with_btn {
  position: relative;
}

.add_links.btn {
  font-size: 16px;
  padding: 6px 12px;
  font-weight: 500;
  vertical-align: top;
  min-height: 40px;
}

.global_tabs .tab-content,
.global_box {
  padding: 30px 15px;
  background: #fff;
  box-shadow: 0 4px 20px #ddd;
}

.table_filter_top {
  margin-bottom: 15px;
}

.setrecord_show label {
  color: #4c4c4c;
  font-size: 13px;
  font-weight: 600;
  margin: 0 10px 0 0;
}

.setrecord_show select {
  max-width: 100px;
  display: inline-block;
}

.table_select_box {
  text-align: right;
}

.table_select_box .global_search_box {
  margin: 0 7px;
}

.table_filter_top .search_btn i {
  font-size: 16px;
}

.table_filter_top .form-control,
td .form-control {
  min-height: 40px;
  font-size: 13px;
  text-align: center;
}

/* ==================Login Page Style End============ */

/* =================Header=========== */

header {
  background: #f1dc95;
  /* background: #8d8c8c; */
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

header nav.navbar {
  margin: 0;
  border: none;
  padding: 0;
  min-height: 60px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
  display: block;
  background: #161616;
}

.btn.btn-toggle {
  background: #161616;
  border: 2px solid #9600b3;
  padding: 7px 12px;
}

.btn.btn-toggle i {
  color: white;
  font-size: 20px;
}

.nav-left-box {
  width: 150px;
  float: left;
  margin-top: 23px;
}

.header-search-box {
  position: relative;
}

.header-search-box .form-control {
  padding-left: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #c1cadd;
  font-size: 13px;
}

.header-search-box i {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #c1cadd;
  font-size: 12px;
}

.nav-right-box {
  float: right;
  padding-top: 25px;
  text-align: right;

  padding-right: 34px;
}

.nav-right-list {
  margin: 23px 0 0;
}

.nav-right-list li {
  display: inline-block;
  vertical-align: middle;
}

.nav-right-list li + li {
  margin-left: 10px;
}

.nav-right-list li a {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: relative;
  border: 1px solid #c2cadd;
  color: #c2cadd;
  line-height: 30px;
  text-align: center;
}

.nav-right-list li a .badge {
  position: absolute;
  padding: 0;
  color: #161b1e;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: -8px;
  border-radius: 50%;
  right: -9px;
}

.red-bg {
  background: #f74c57 !important;
}

.green-bg {
  background: #59b200 !important;
}

.gray-bg {
  background: #888 !important;
}

/* .yellow-bg {
    background: #f5b948 !important;
} */

.light-blue-bg {
  background: #3dc7db !important;
}

.sky-blue-bg {
  background: #72c4ed !important;
}

.white {
  color: #fff !important;
}

.logo-box {
  float: left;
  width: 308px;
  margin: 0;

  font-size: 26px;
  color: #333346;
  height: 70px;
  padding: 0 10px;
  position: relative;
  transition: 0.5s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  /* ie6-9 */
}

.logo-box .navbar-brand {
  margin: 0;
  padding: 0;
  display: flex;
  max-width: 100%;
}

.head_user-box {
  margin: 0 15px;
}

.head_user-box,
.acknowledge-box,
.common_ack {
  display: inline-block;
  vertical-align: middle;
}

.common_ack + .common_ack {
  margin-left: 15px;
}

.common_ack a {
  position: relative;
  font-size: 15px;
  text-decoration: none !important;
  padding: 4px 3px 5px 6px !important;
  text-align: center;
}

.common_ack .dropdown-toggle {
  padding: 0;
}

.common_ack .dropdown-toggle:after {
  border: none;
  margin: 0;
  padding: 0;
}

.common_ack .badge {
  background: #cf2b46;
  border: none;
  width: 7px;
  height: 7px;
  color: #fff;
  border-radius: 50%;
  line-height: 17px;
  text-align: center;
  position: absolute;
  right: 4px;
  top: 3px;
  font-size: 11px;
  padding: 0;
  display: inline-block;
}

.common_ack .dropdown-menu {
  background: #fff;
  box-shadow: 0 4px 20px #ddd;
  border: none;
  border-radius: 6px;
  width: 320px;
  padding: 25px;
  left: auto;
  right: -35px;
  transform: none;
  top: 36px;
}

.common_ack .dropdown-menu:before,
.common_ack .dropdown-menu:after {
  content: "";
  position: absolute;
}

.common_ack .dropdown-menu:before {
  border-bottom: 10px solid #fff;
  top: -10px;
  right: 35px;
  z-index: 9;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.common_ack .dropdown-menu:after {
  border-bottom: 12px solid #eee;
  top: -12px;
  right: 33px;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}

.dropdown-title {
  color: #a5a5a5;
  font-size: 16px;
  margin: 0 0 15px;
}

.dropdown_list {
  margin: 0;
}

.dropdown_list li + li {
  margin-top: 15px;
}

.dropdown_list h6 {
  margin: 0 0 7px;
  font-size: 12px;
  color: #d52c48;
  line-height: 1;
}

.dropdown_list p {
  margin: 0;
  color: #707070;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
}

.full_view_btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  width: 20px;
}

.head_user_name {
  color: #707070;
  font-size: 11px;
  text-align: right;
  font-weight: 500;
}

.head_user_name span {
  display: inline-block;
  vertical-align: middle;
}

.user_name {
  /* text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:calc(100% - 128px); */
  margin: 0 7px;
}

.top-user-img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.top-user-img img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.welcome {
  width: 65px;
}

.dropdown-menu.head-drop-down {
  right: 0px;
  left: auto;
  width: 190px;
  padding: 0 10px;
  border-radius: 4px;
  top: 46px;
}

.dropdown-menu.head-drop-down.show:before,
.dropdown-menu.head-drop-down.show:after {
  content: "";
  position: absolute;
}

.dropdown-menu.head-drop-down.show::before {
  border-bottom: 10px solid #fff;
  top: -10px;
  right: 5px;
  z-index: 9;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.dropdown-menu.head-drop-down.show::after {
  border-bottom: 12px solid #ddd;
  top: -12px;
  right: 3px;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}

.dropdown-menu.head-drop-down a {
  padding: 10px;
  background: #fff;
  font-size: 11px;
  color: #707070;
}

.dropdown-menu.head-drop-down a:hover,
.dropdown-menu.head-drop-down a:focus {
  background: #fff;
}

.dropdown-menu.head-drop-down a + a {
  border-top: 1px solid #d1cece;
}

.middle-content {
  /* margin-top: 30px; */
  margin-top: 50px;
}

/* .ngx-pagination .current {
    background: #302F35 !important;
    color: #ffffff !important;
} */

.toggle-wrapper .logo-box {
  transition: 0.5s;
}

.toggle-wrapper .logo-box .navbar-brand {
  transition: 0.5s;
  padding: 0;
}

header,
aside.sidebar,
.toggle-wrapper .middle-content,
.toggle-wrapper .header,
.middle-content,
.toggle-wrapper footer {
  transition: 0.5s;
}

aside.sidebar {
  /* left: 0;
    top: 68px;
    position: fixed;
    width: 310px;
    height: calc(100vh - 60px);
    border-right: 1px solid #cb0fa5;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1; */

  left: 0;
  top: 78px;
  position: fixed;
  width: 310px;
  height: calc(100% - 146px);
  /* border-right: 1px solid #cb0fa5; */
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1;
  border: none;
  /* height: 100%; */
  margin: 5px 5px 0px 16px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 15px;
}

.sidebar-logo {
  display: block;
  background: #4578b2;
  margin: 0 0 10px;
  width: 310px;
  padding: 15px;
  min-height: 80px;
}

.middle-content {
  padding-left: 310px !important;
}

.sidebar-menu {
  /*  overflow-y: auto; height:calc(100vh - 90px);  */
  margin: 0;
  padding: 0px;
}

.toggle-wrapper aside {
  transition: 0.5s;
}

/*.menu-box {border-bottom: 1px solid #5db94c;}*/

.menu-box.active,
.menu-box:hover,
.menu-box:focus {
  /* background: -moz-linear-gradient(17deg,
            rgba(212, 160, 0, 1) 0%,
            rgba(212, 160, 0, 1) 23%,
            rgba(212, 181, 4, 1) 24%,
            rgba(212, 181, 4, 1) 100%); */
  /* ff3.6+ */
  /* background: -webkit-gradient(linear,
            left top,
            right top,
            color-stop(0%, rgba(212, 160, 0, 1)),
            color-stop(23%, rgba(212, 160, 0, 1)),
            color-stop(24%, rgba(212, 181, 4, 1)),
            color-stop(100%, rgba(212, 181, 4, 1))); */
  /* safari4+,chrome */
  /* background: -webkit-linear-gradient(17deg,
            rgba(212, 160, 0, 1) 0%,
            rgba(212, 160, 0, 1) 23%,
            rgba(212, 181, 4, 1) 24%,
            rgba(212, 181, 4, 1) 100%); */
  /* safari5.1+,chrome10+ */
  /* background: -o-linear-gradient(17deg,
            rgba(212, 160, 0, 1) 0%,
            rgba(212, 160, 0, 1) 23%,
            rgba(212, 181, 4, 1) 24%,
            rgba(212, 181, 4, 1) 100%); */
  /* opera 11.10+ */
  /* background: -ms-linear-gradient(17deg,
            rgba(212, 160, 0, 1) 0%,
            rgba(212, 160, 0, 1) 23%,
            rgba(212, 181, 4, 1) 24%,
            rgba(212, 181, 4, 1) 100%); */
  /* ie10+ */
  /* background: linear-gradient(73deg,
            rgba(212, 160, 0, 1) 0%,
            rgba(212, 160, 0, 1) 23%,
            rgba(212, 181, 4, 1) 24%,
            rgba(212, 181, 4, 1) 100%); */
  /* w3c */
  /* filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d4a000', endColorstr='#D4B504', GradientType=1); */
  /* ie6-9 */
}

.menu-box .card-header {
  border: none;
  border-radius: 0;
  position: relative;
  padding: 0px;
}

.menu-box .card-header,
.inner-submenu li a {
  background: transparent;
  width: 100%;
  /* border-top: 1px solid #161616; */
}

.menu-box i {
  color: #fff;
}

.menu-box.active .side_menu,
.inner-submenu li.active a {
  color: #000;
}

/* .sidebar-menu .card-header .btn-link {
    position: relative;
    padding: 0;
    width: 25px;
    height: 20px;
    float: right;
} */

.sidebar-menu .card-header .btn-link:before {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  font-weight: 600;
  color: #fff;
  right: 0;
  top: 0;
}

.sidebar-menu .card-header .btn-link[aria-expanded="false"]:before {
  content: "\f054";
}

.sidebar-menu .card-header .btn-link[aria-expanded="true"]:before {
  content: "\f078";
}

.side_menu {
  display: block;
  padding: 15px 10px 15px 55px;
  text-decoration: none !important;
  color: #fff;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  height: 48px;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
}

.side_menu:hover,
.side_menu:focus {
  /* color: #26272d; */
  color: #ffffff;
}

/* .side_menu_icon {
    width: 24px;
    position: absolute;
    left: 15px;
    top: 17px;
} */

.menu-box .side_menu span {
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  margin-top: 3px;
}

.menu-box .card-body {
  padding: 0;
}

.inner-submenu {
  margin: 0;
  background: transparent;
}

.inner-submenu li a {
  display: block;
  padding: 13px 10px 13px 40px;
  color: #fff;
  text-decoration: none !important;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

/* .inner-submenu li i {
    margin-right: 7px;
} */

.sidebar-scroller {
  position: relative;
}

.scroll-section {
  min-height: calc(100vh - 112px);
  overflow-y: auto;
  height: 100%;
}

.custom-container {
  padding: 0 30px;
  max-width: 1020px;
}

.table_action_box {
  text-align: right;
  margin-bottom: 15px;
}

/* ===============Dashboard=============== */

.form-control.datepicker {
  background-image: url("../img/cal-icon.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  background-size: 15px auto;
  font-size: 14px;
  padding: 0.375rem 0.75rem;
  height: calc(2.25rem + 2px);
  border-color: #ddd;
  border-radius: 2px;
}

.sno-cell {
  width: 70px;
  text-align: center;
}

.global-table {
  padding: 0px;
  border-radius: 0px;
}

.global-table table {
  background: transparent;
  margin-bottom: 0px;
}

/*.global-table table thead tr th{border-bottom:none;background:#e1e1e1;}*/

/* .global-table table thead tr th,
.global-table table tbody tr td {
    font-size: 20px;
    vertical-align: middle;
    color: #4c4c4c;
    border-top: 1px solid #ddd;
} */

/* td.action_td_btn3 {
    white-space: nowrap;
} */

/* .global-table table tbody tr:nth-child(2n) td{background:#e6e6e6;} */

.action_td_btn {
  width: 237px;
}

table.plant_table {
  width: 2400px;
}

table.plant_table thead tr th + th,
table.plant_table tbody tr td + td {
  text-align: center;
}

.bottom_show_record select {
  width: 70px;
  border-radius: 25px;
  background-color: #dfdfeb !important;
  display: inline-block;
  margin-right: 10px;
  padding: 6px 12px;
}

.pagination_block {
  /* display: inline-block; */
  float: right;
}

.pagination_block .pagination {
  margin: 6px 0 0;
  display: block;
  text-align: right;
}

.pagination_block .pagination li {
  display: inline-block;
}

.pagination_block .page-link {
  color: #6f7072;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  background: none;
  border: none;
  border-radius: 4px;
  padding: 5px 10px;
  box-shadow: none !important;
}

.pagination_block .page-item.active .page-link {
  background: #e0e2e6;
  color: #6f7072;
}

/* ================Farm=========== */

.select_action .dropdown-toggle {
  background: #fff;
  border-color: #ddd;
  min-width: 120px;
  position: relative;
  padding: 6px 20px 6px 12px;
  text-align: left;
}

.select_action .dropdown-toggle:after {
  border-width: 7px;
  position: absolute;
  right: 5px;
  top: 15px;
}

.select_action .dropdown-toggle:before {
  content: "";
  position: absolute;
  right: 24px;
  top: 4px;
  background: #ddd;
  width: 1px;
  height: 30px;
}

.select_action .dropdown-menu {
  padding: 0;
  width: 120px;
  min-width: auto;
}

.select_action .dropdown-menu a {
  padding: 5px;
  font-size: 14px;
}

.add-user-filter-list {
  margin: 0 -15px;
}

.add-user-filter-list li {
  width: 20%;
  float: left;
  padding: 0 15px;
}

.add-user-filter-list li .form-group {
  margin: 0;
}

.add-user-filter {
  padding: 10px;
  border: 1px solid #c1c1c1;
  margin-bottom: 15px;
}

.filter-title {
  margin: 0 0 10px;
  font-size: 20px;
  color: #2e5178;
  font-weight: 600;
}

.search-box {
  position: relative;
}

.search-box .form-control {
  padding-left: 30px;
  padding-right: 40px;
  border-radius: 8px;
  border-color: #cdcdcd;
}

.search-box .search-icon,
.filter-btn {
  position: absolute;
}

.search-box .search-icon {
  color: #ddd;
  top: 16px;
  left: 10px;
}

.filter-btn {
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  width: 40px;
  height: 100%;
  color: #919091;
  padding: 0 6px;
}

.export-filter-box {
  padding-left: 15px;
  margin-bottom: 15px;
}

.page_title_block {
  padding: 24.5px 32px;
  padding-top: 3em;
  /* margin-bottom: 20px; */
}

.page_title {
  color: #fff !important;
  font-size: 20px;
  margin: 0;
  /*text-transform: uppercase;*/
}

/* .btn-success {
    color: #3f3d3d;
    background-color: #fdb92e;
    border-color: #fdb92e;
} */
.page_title2 {
  margin: 0;
  color: #605f5d;
  font-size: 14px;
  font-weight: 600;
  /*text-shadow: 0px 0px 0.1px rgba(74, 74, 74,0.3);*/
}

.global_search_box {
  position: relative;
}

.global_search_box .form-control {
  color: #c1cadd;
  font-size: 14px;
  min-height: 40px;
  border-color: #d7d7d7;
  border-radius: 4px;
}

/*.global_search_box .form-control:-moz-placeholder{color: #c1cadd;}
.global_search_box .form-control::-moz-placeholder{color: #c1cadd;}
.global_search_box .form-control::-webkit-input-placeholder{color: #c1cadd;}*/

.search_btn {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  height: 100%;
}

.search_btn i {
  color: #7f7f7f;
  font-size: 20px;
}

.form-box {
  background: #fff;
  padding: 30px;
  border-radius: 4px;
  min-height: 300px;
  margin: 0 auto;
  box-shadow: 0 4px 20px #ddd;
}

.profile-box-field {
  padding: 1px 15px;
}

.form-box label {
  color: #4c4c4c;
  font-size: 13px;
  font-weight: 600;
  padding-top: 7px;
}

.form-box label.radio-design {
  margin-top: 7px;
}

.form-box .form-control {
  height: 40px;
  min-height: 40px;
  border-radius: 0;
  font-size: 13px;
}

.form-box textarea.form-control {
  min-height: 100px;
  height: 100px;
}

.field_output {
  color: #333346;
  padding: 6px 0;
  font-size: 13px;
}

.center-box {
  margin: 0 auto;
}

.edit-profile .form-control {
  color: #2d5178;
  border-radius: 8px;
}

.edit-profile .profile-box-field {
  border: none;
}

.browse_btn {
  position: relative;
  overflow: hidden;
}

.browse_btn input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  left: 0;
  top: 0;
}

.filename {
  padding: 6px 12px;
}

.table_title {
  font-size: 22px;
  color: #333346;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 15px;
}

.view_box {
  margin: 0 auto 15px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 4px 20px #ddd;
}

.view_box_height {
  min-height: 445px;
}

.view_box_head {
  padding: 0 0 10px;
  color: #4c4c4c;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  text-align: center;
  margin-right: -10px;
  margin-left: -10px;
}

.view_box_image {
  margin-bottom: 15px;
}

.view_box_image img {
  width: 100%;
}

.view_list {
  margin: 0;
}

.view_list li:after,
.view_list li:before {
  content: "";
  clear: both;
  height: 100%;
  display: block;
}

.view_list li span,
.view_list li strong {
  width: 50%;
  float: left;
  margin-bottom: 7px;
  font-size: 13px;
}

.view_list li strong {
  font-weight: 600;
}

/* ===========Dashboard=========== */

/*.graph_box ,.map_box{box-shadow: 0 4px 20px #ddd;}*/

.graph_box,
.map_box {
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
  padding: 20px;
  background: #fff;
}

.graph_header {
  border: 1px solid red;
}

.graph_box img {
  width: 100%;
}

.sec_head h2 {
  margin: 0;

  text-transform: uppercase;

  font-weight: 600;
  color: #5b5b5b;
  font-size: 15px;
  min-height: 54px;
}

.sec_head h2 img {
  margin-right: 10px;
}

.sec_head h2 span,
.sec_head img {
  display: inline-block;
  vertical-align: middle;
}

.trade_box.complete_trade_box {
  padding-top: 30px;
  padding-bottom: 30px;
}

.trade_box {
  padding: 15px;
  text-align: center;
  position: relative;
}

.trade_box + .trade_box {
  margin-top: 15px;
}

.trade_box h4 {
  font-size: 14px;
  color: #fff;
  margin: 0 0 5px;
  line-height: 1;
  font-weight: 600;
}

.trade_box h3 {
  font-size: 50px;
  color: #fff;
  margin: 0;
  line-height: 1;
  font-weight: 600;
}

.bg-green {
  background-color: #302f35 !important;
  /* background-color: #34b397 !important; */
}

.bg-red {
  background-color: #302f35 !important;

  /* background-color: #dd7880 !important; */
}

.bg-blue {
  background-color: #302f35 !important;

  /* background-color: #579bd4 !important; */
}

.bg-purple {
  background-color: #302f35 !important;

  /* background-color: #6874de !important; */
}

.trade_option {
  margin: 23px 0 20px;
  background: #2f9f86;
  padding: 10px;
  border-radius: 4px;
  display: inline-block;
}

.trade_option label.radio-design {
  margin: 0;
  font-size: 11px;
  color: #fff;
  padding-top: 3px !important;
  padding-left: 14px;
}

.trade_option label.radio-design + label.radio-design {
  margin-left: 4px;
}

.trade_option label.radio-design input[type="radio"] ~ span:before {
  left: 0.9px;
  top: 1px;
  width: 7px;
  height: 7px;
}

.ad_trade_box label.radio-design input[type="radio"] ~ span:before {
  background: #5361d9;
}

.trade_option label.radio-design input[type="radio"] ~ span {
  width: 10px;
  height: 10px;
}

.map_box {
  padding: 20px;
  background: #fff;
}

.box_title {
  font-size: 14px;
  color: #34393f;
  margin: 0 0 20px;
  font-weight: 600;
}

.map_box iframe {
  height: 456px;
  width: 100%;
}

.ad_trade_box.trade_box {
  text-align: left;
  padding: 30px 20px;
  background-image: url("../img/active-ad.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: calc(100% - 33px) center;
}

.ad_trade_box .trade_option {
  background: #5361d9;
}

.ad_trade_box h3 {
  position: absolute;
  right: 15px;
  top: 34px;
}

.total_wallet {
  background-color: #e54c73;
  background-image: url("../img/total-wallet-bg.png");
  background-repeat: no-repeat;
  background-size: 170px;
  background-position: left bottom;
}

.total_wallet .row {
  height: 198px;
}

.finance_box img {
  height: 228px;
  max-width: 100%;
}

/*.payment-box1 img{height:296px;}
.payment-box2 img{height: 367px;}*/

.filter_box {
  padding: 15px;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
  background: #fff;
  text-align: center;
}

.filter_box,
.page-action_btn {
  margin-bottom: 25px;
}

.filter_title {
  color: #34393f;
  font-size: 12px;
  padding-left: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  font-weight: 600;
  text-align: left;
  text-shadow: 0px 0px 0.1px rgba(74, 74, 74, 0.3);
}

.filter_search {
  display: inline-block;
  width: 100%;

  margin-right: 20px;
  max-width: 340px;
}

.btn_search_group {
  border: 1px solid #ccc;
  background: #fff;
  padding: 0.4rem 0.9rem;
}

.btn_search_group img {
  width: 16px;
  height: auto;
}

.filter_select {
  display: inline-block;
  min-width: 150px;
}

.filter_select.filter_select_large {
  min-width: 170px;
}

.filter_select + .filter_select {
  margin-left: 10px;
}

.filter_select label {
  margin: 0;
}

.page-action_btn {
  text-align: right;
}

.page-action_btn .btn + .btn {
  margin-left: 10px;
}

.show_record {
  width: 80px;
  display: inline-block;
  margin: 0 7px;
  vertical-align: middle;
  position: relative;
}

.show_record .form-control {
  font-size: 14px;
  padding-right: 25px;
}

.show_record input[type="number"]::-webkit-inner-spin-button,
.show_record input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.show_record input[type="number"] {
  -moz-appearance: textfield;
}

.show_record i {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 48%;
  background: #fff;
  z-index: 9;
  cursor: pointer;
}

.inc-btn {
  top: 2px;
}

.dec-btn {
  bottom: 1px;
}

.tag_status {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  color: #fff !important;
  font-size: 12px;
  padding: 4px 6px;
  min-width: 90px;
}

.tag_status + .tag_status {
  margin-left: 3px;
}

.btn-adduser {
  font-size: 24px;
  width: 90px;
  padding: 3px 0px;
}

.btn-active {
  background: #009e0f;
  width: 90px;
  padding: 3px 8px 2px 8px;
  font-size: 14px;
  border-radius: 2px;
  font-weight: 100;
}

.btn-inactive {
  background: #cf1f1d;
  width: 90px;
  padding: 3px 8px 2px 8px;
  font-size: 14px;
  border-radius: 2px;
  font-weight: 100;
}

.btn-submited {
  background: #ff9900;
  color: #313131;
  width: 90px;
  padding: 3px 8px 2px 8px;
  font-size: 14px;
  border-radius: 2px;
  font-weight: 100;
}

.login-wrapper {
  min-height: 100vh;
  padding-top: 7em;
}

.login-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  max-width: 193px;
  height: auto;
  margin-top: 30px;
  margin-left: 30px;
}

.login-logo img {
  width: 100%;
  height: auto;
}

.remember-text {
  padding: 0px 15px;
}

.google2FA-label {
  color: #a4a4a4;
  font-size: 16px;
}

.validate-style1 {
  position: relative;
}

.validate-style1.has-error .form-control {
  border-color: #e93e2c;
}

.validate-style1 .error {
  padding: 6px 12px;
  color: #fff;
  background: #e93e2c;
  font-size: 13px;
  border-radius: 4px;
  position: absolute;
  left: calc(100% + 15px);
  display: inline-block;
  width: auto;
  top: 8px;
  white-space: nowrap;
}

.validate-style1 .error:before {
  content: "";
  position: absolute;
  left: -9px;
  top: 6px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #e93e2c;
}

.btn-noYes {
  font-weight: 100;
  font-size: 14px;
  width: 110px;
  padding: 10px 0px;
  border-radius: 2px;
}

.btn-noYes:hover {
  color: #fff;
  opacity: 0.8;
}

.tabTable-filter {
  padding: 10px 15px;
}

.tabBox .tab-content,
.global_box {
  display: block;
  width: 100%;
  height: auto;
}

.global-navTabs.nav-tabs {
  border-bottom: 2px solid #223f66;
  padding: 0px 10px;
}

.global-navTabs.nav-tabs .nav-link.active {
  color: #fff;
  background: #223f66;
}

.global-navTabs.nav-tabs .nav-link {
  color: #213f66;
  background: #a9c1e2;
  border-radius: 2px 2px 0px 0px;
  border: none;
  font-size: 14px;
  padding: 10px 12px 8px 12px;
  text-align: center;
}

.global-navTabs .nav-item {
  width: 150px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
}

.collected {
  margin-bottom: 0px;
  color: #33393f;
}

.content-box {
  padding: 15px;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
  background: #fff;
  text-align: center;
  margin-bottom: 0px !important;
}

.content-box,
.page-action_btn {
  margin-bottom: 25px;
}

.content-box-title {
  color: #34393f;
  font-size: 12px;
  padding-left: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  font-weight: 600;
  text-align: left;
  text-shadow: 0px 0px 0.1px rgba(74, 74, 74, 0.3);
}

.administrator-box {
  padding: 50px 0px 0px 100px;
}

.main-form {
  display: block;
}

.main-form .form-group {
  margin-bottom: 10px;
}

.main-form .select-dropdown input.form-control {
  height: 38px;
  border-radius: 0px;
  border: 1px solid #d8d8d8;
  color: #454545;
}

.main-form .input-wrapper {
  position: relative;
}

.main-form .input-wrapper i {
  position: absolute;
  top: 50%;
  left: 15px;
  color: #d8d8d8;
  font-size: 22px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}

.main-form .input-wrapper input.form-control {
  padding-left: 45px;
}

.main-form input.form-control {
  height: 44px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  color: #818181;
  font-size: 14px;
}

.main-form select.form-control.down-arrow {
  background-image: url("../img/down_arrow.png");
  background-size: 13px auto;
  font-size: 14px;
  border: 1px solid #d8d8d8;
  height: 44px;
  border-radius: 4px;
}

.main-form select.form-control:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #d8d8d8;
}

.main-form .custome-label {
  margin-bottom: 0px;
  color: #818181;
  font-size: 14px;
  text-shadow: 0px 0px 0.1px rgba(129, 129, 129, 0.3);
}

.main-form .forgotPass {
  color: #828282;
  font-size: 14px;
  padding: 0 0.75rem;
}

.main-form input.form-control::-webkit-input-placeholder {
  color: #828282;
}

.main-form input.form-control::-moz-placeholder {
  color: #828282;
}

.main-form input.form-control:-ms-input-placeholder {
  color: #828282;
}

.main-form input.form-control:-moz-placeholder {
  color: #828282;
}

.main-form textarea.form-control {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  color: #818181;
  resize: none;
  font-size: 14px;
}

.main-form textarea.form-control::-webkit-input-placeholder {
  color: #828282;
}

.main-form textarea.form-control::-moz-placeholder {
  color: #828282;
}

.main-form textarea.form-control:-ms-input-placeholder {
  color: #828282;
}

.main-form textarea.form-control:-moz-placeholder {
  color: #828282;
}

.btn-common {
  font-weight: 100;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 2px;
}

.btn-common:hover {
  color: #fff;
  opacity: 0.8;
}

.access-list-group {
  margin-top: 30px;
}

.access-list {
  text-align: left;
}

.access-list .checkbox-design {
  font-size: 13px;
  text-align: left;
  width: 100%;
}

.access-list label.checkbox-design input[type="checkbox"] ~ span {
  box-shadow: none;
  top: 0px;
}

.access-list .checkbox-head {
  font-weight: 600;
}

.access-list .access-child {
  padding-left: 25px;
}

.border-right {
  border-right: 1px solid #d8d8d8;
}

.google-authantic-box {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.google-auth-head {
  font-weight: 600;
  font-size: 14px;
  margin: 40px 0px;
}

.qrBox {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 40px auto;
}

.qrBox img {
  width: 100%;
  height: auto;
}

.top-action-box {
  float: right;
  width: auto;
  position: relative;
  top: 20px;
}

.btn-top-action {
  font-size: 14px;
  font-weight: 100;
  border-radius: 2px;
  padding: 2px 12px;
}

.btn-top-action:hover {
  opacity: 0.8;
  color: #fff;
}

.middle-box {
  text-align: left;
  padding: 20px 50px;
}

.detail-list-group .list-group-item {
  border: none;
  padding: 6px 0px;
}

.detail-list-group .list-group-item label.header {
  width: 120px;
  color: #33393f;
  font-weight: 600;
  margin-bottom: 0px;
}

.detail-list-group .list-group-item label.description {
  color: #33393f;
  margin-bottom: 0px;
}

.access-list .checkbox-common {
  display: block;
  color: #33393f;
}

.btn-enable {
  color: #00b200;
  background: transparent;
  font-size: 14px;
  border-radius: 2px;
  border: 1px solid transparent;
  padding: 3px 10px;
}

.btn-enable:hover {
  color: #00b200;
  background: transparent;
  border: 1px solid #00b200;
}

.btn-change {
  font-weight: 500;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 2px;
}

.table-tittle {
  font-size: 14px;
  font-weight: 600;
  color: #33393f;
}

span.ip-box {
  display: inline-block;
  width: 100%;
  max-width: 150px;
  text-align: right;
}

.btn-csv {
  border-radius: 2px;
  font-size: 14px;
  font-weight: 300;
  background: #a2a2a2;
  padding: 3px 12px;
}

.btn-csv:hover {
  opacity: 0.8;
}

.detail-label {
  color: #33393f;
  margin: 0px;
}

.circle-green {
  color: #009e0f;
  font-size: 10px;
  margin-left: 10px;
}

.circle-red {
  color: #cf1f1d;
}

.user-detail-box {
  text-align: left;
  padding: 0px 15px;
}

.user-detail {
  /*  margin-bottom: 0px; */
  color: #33393f;
  font-size: 13px;
  margin-bottom: 5px;
}

.user-detail:first-child {
  text-shadow: 0px 0px 0.1px rgba(0, 0, 0, 0.8);
}

.middle-chatbox {
  text-align: left;
  padding: 0px 30px;
}

.chat-block {
  display: block;
  width: 100%;
  border-radius: 6px;
  background: #e8e8e8;
  padding: 15px;
}

.chatbox {
  display: block;
  padding: 10px;
  width: 100%;
  height: 250px;
  overflow: hidden;
  overflow-y: auto;
}

.chatList {
  display: block;
  width: calc(100% - 50px);
  padding: 6px 12px;
  border-radius: 4px;
  background: #fff;
  margin-left: 50px;
}

.chatList + .chatList {
  margin-top: 10px;
}

.chatList.other {
  background: #b1cbe2;
  margin-left: 0px;
}

.chatList p {
  margin: 0px;
  color: #33393f;
  font-size: 13px;
}

.chatList small {
  margin: 0px;
  color: #33393f;
  font-size: 12px;
  font-style: italic;
}

hr.hrChat {
  border-top: 1px solid #000000;
}

label.checkbox-chat {
  color: #33393f;
  text-shadow: 0px 0px 0.1px rgba(0, 0, 0, 0.5);
  padding-left: 25px;
}

label.checkbox-chat input[type="checkbox"] ~ span {
  top: 1px;
}

.chat-inputBox {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 15px;
}

.chat-input-group input.form-control {
  height: 44px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  color: #818181;
  font-size: 14px;
}

.chat-input-group > .form-control:not(:last-child) {
  border-radius: 4px;
}

.chat-input-group input.form-control:-moz-placeholder {
  color: #000000;
}

.chat-input-group input.form-control::-moz-placeholder {
  color: #000000;
}

.chat-input-group input.form-control:-ms-placeholder {
  color: #000000;
}

.chat-input-group input.form-control::-webkit-input-placeholder {
  color: #000000;
}

.chat-input-group .input-group-append {
  margin-left: 10px;
}

.chat-input-group .btn-sendchat {
  border-radius: 4px;
  background: #2e5589;
  color: #fff;
  font-weight: 100;
  font-size: 14px;
  padding: 6px 30px;
}

.chat-input-group > .input-group-append > .btn {
  border-radius: 4px;
}

.detail-list-group.disputed {
  margin-top: 40px;
}

.detail-list-group.disputed .list-group-item label.header {
  width: 40%;
}

/* ===============Footer=========== */

footer {
  padding-top: 1%;
  padding-bottom: 15px;
  width: 100%;
  text-align: center;
  transition: 0.5s;
  border-top: 1px solid #ececec30;
  background: #161616;
  position: fixed;
  bottom: 0;
}

footer p {
  margin: 0px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
}

/* ===============Amit(27-04-2018)=========== */

.config-label {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
}

.table-add-box {
  padding-left: 8px;
  margin-bottom: 25px;
}

.support-text {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 600;
  min-height: 500px;
  justify-content: center;
}

.block-support {
  height: 100%;
}

/*********part-2***********/

.document-detail-box .detail-list-group .list-group-item label.header {
  width: 150px;
}

.id-cards-img {
  display: inline-block;
  margin: 0 0 20px;
}

.id-cards-img img {
  width: 100%;
}

.text-grey {
  color: #bcbcbc;
  font-weight: bold;
}

.id-cards-img span {
  display: block;
  text-align: center;
  margin: 10px 0 0;
}

.document-detail-box .detail-list-group .list-group-item label.description {
  width: 110px;
}

.datepicker-img {
  background-image: url(../img/icon-calendar.png);
  background-repeat: no-repeat;
  background-position: right 50%;
  background-size: 16px auto;
}

.detail-content-wrap {
  margin: 0 auto;
  max-width: 430px;
}

.detail-content-wrap .detail-list-group .list-group-item label.header {
  width: 320px;
}

.detail-content-wrap .detail-list-group .list-group-item label.description {
  width: calc(100% - 324px);
}

.document-detail-box .detail-list-group .list-group-item label {
  vertical-align: top;
}

.lbc-detail-box .detail-list-group .list-group-item label.header {
  width: 230px;
}

.lbc-detail-box .detail-list-group .list-group-item label.description {
  width: 110px;
}

.btn-light.btn-icon {
  background: #fff;
  color: black;
  border: none;
}

/*********modal************/

.common-modal .modal-content {
  padding: 20px;
  border-radius: 8px;
}

.common-modal .modal-title {
  font-size: 17px;
  color: #4a4a4a;
  font-weight: 600;
}

.common-modal .modal-header {
  border-bottom: 1px solid #4a4a4a;
}

p.modal-para {
  color: #33393f;
  font-size: 15px;
  margin: 0 0 0;
}

.common-modal .modal_flax_height {
  min-height: 250px;
}

.placeholder-txt {
  text-align: center;
  font-size: 14px;
}

.textarea-height {
  min-height: 80px;
}

.custome-label.modal-label {
  color: #000;
}

.display-block label {
  display: block;
}

.common-modal .modal_flax_height2 {
  min-height: 180px;
}

/****************************/

/* ===============End=========== */

/**********Amit(Groceries)*********/

/*.sidebar-scroller {
    background: #C94CC4;
}*/

/* aside.sidebar {
    background: #fff;
   
} */

/* .common_ack a {
    padding: 4px 3px 5px 6px !important;
    text-align: center;
} */

.common_ack .badge.red {
  background-color: #ee6b7b;
}

.imgheight {
  height: 420px;
}

.sec_head {
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ccc;
  padding: 10px 20px 0px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}

/* .sec_head h2 {
    color: #5b5b5b;
    font-size: 15px;
    min-height: 54px;
} */

.main-heading h1 {
  color: #000;
  font-size: 18px;
}

/* .main-heading {
    display: inline-block;
} */

/*************(01-05-2018)****************/

.main-heading {
  display: inline-block;
  padding-left: 20px;
  padding-top: 21px;
  height: 65px;
  vertical-align: middle;
}

/*.btn.btn-toggle {
    display: none;
}*/

/*.header-right-part{background: #f3f3f3;padding-left: 250px;}*/

/* .nav-right-box {
    padding-right: 34px;
} */

.content-section {
  padding: 0px 35px 20px 35px;
}

/*.toggle-wrapper .btn.btn-toggle{position: absolute;top: 0;left: ;right: auto;left: 50px;
    transition: 0.5s;}
.toggle-wrapper .header-right-part {padding-left: 100px;}*/

/* .header-right-part {
    padding-top: 17px;
} */

.aside-footer {
  position: absolute;
  bottom: 0;
  padding: 15px 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #30ef00;
}

.aside-footer .copyright {
  padding-left: 0;
  color: #fff;
  margin: 0;
  font-size: 12px;
}

.side_menu_icon {
  position: absolute;
  width: 30px;
  top: calc(50% - 17px);
  /* background: #e0a354; */
  height: 30px;
  padding: 6px;
  border-radius: 50%;

  left: 15px;
}

.side_menu_icon_head {
  position: absolute;
  width: 45px;
  top: calc(50% - 25px);
  /* background: #e0a354; */
  height: 42px;
  /* padding: 6px; */
  border-radius: 50%;
}

.filter-img {
  float: right;
  padding-left: 20px;
  border-left: 1px solid #777;
  height: 48px;
}

.filter-img img {
  padding-top: 15px;
}

.yellow-bg {
  background: #ffbf00 !important;
}

.blue-bg {
  background: #2693ff !important;
}

.global-table table thead tr th,
.global-table table tbody tr td {
  color: #484848;
  /* font-size: 15px; */
  font-size: 13px !important;
  border-top: 1px solid #660099;
  border: 1px solid #ddd;

  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: left !important;
  vertical-align: middle;
}

.table-search {
  padding: 20px 20px 10px;
  margin-bottom: 0;
  background: #fff;
}

.global-table .table-bordered td,
.global-table .table-bordered th {
  border: 1px solid #ccc;
  /* text-align: center; */
}

form.all-form.ng-valid.ng-dirty.ng-touched {
  width: 100%;
}

.global-table .table-bordered th {
  /* color: #f8f9fa;
    background: #302F35; */
  color: #fff;
  background: linear-gradient(
    93.14deg,
    #ffb000 -20.75%,
    #ff564d 11.84%,
    #ff0098 53.76%,
    #5d00c1 102.96%
  );
  padding: 0.5rem 0.75rem;
  font-size: 14px;
  text-align: center;
}

.filter_search .form-control {
  border: 1px solid #ccc;
  background: #fff;
}

.filter_search .btn_search_group {
  border-left: none;
  background: #fff;
}

/* .filter_search {
    max-width: 340px;
} */

.btn.btn-add {
  background-color: #660099;
  font-size: 14px;
  font-weight: bold;
  min-width: 130px;
  border: 2px solid #d34de2 !important;
  color: #fff !important;
}

.pull-right {
  float: right;
}

.custom-pagination ul.pagination {
  display: inline-flex;
}

.custom-pagination .page-link:hover {
  color: #fff;
  background-color: #2fa0d4;
  border-color: #2fa0d4;
}

.filter_search_group .form-control:focus {
  /* border-right: none !important; */
  /* border: 1px solid #ccc; */
  box-shadow: none;
}

.page-link:focus {
  box-shadow: none !important;
}

/*******************************************/

/* .tag_status {
    padding: 4px 6px;
    min-width: 90px;
} */

.snwidth {
  width: 60px;
}

.global-table label.checkbox-design {
  margin-right: 0;
}

.global-table label.checkbox-design input[type="checkbox"] ~ span {
  top: -5px;
  width: 15px;
  height: 15px;
}

.global-table label.checkbox-design input[type="checkbox"] ~ span:before {
  left: 4px;
  top: 1px;
}

.table-search .filter_select {
  min-width: 340px;
}

.filter_select .form-control {
  background-color: #f2f4f8;
  border-color: #ddd;
}

.datepicker-wrap {
  position: relative;
  padding-left: 40px;
  display: inline-block;
}

.datepicker-wrap span {
  position: absolute;
  top: 8px;
  left: 0;
}

.datepicker-wrap .filter_select {
  min-width: auto;
}

.datepicker-wrap.to {
  padding-left: 25px;
}

.tab-section .nav {
  margin: 0 0 20px;
}

.tab-section .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #79c567;
}

.tab-section .nav-pills .nav-link {
  background-color: #ecf1d1;
  border-radius: 0px;
}

/* .tab-section .nav-pills .nav-link {
    border-radius: 0px;
} */

.tab-section .nav-link {
  padding: 0.8rem 1rem;
}

.tab-section .nav-justified .nav-item {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.tab-section .nav-justified .nav-item:last-child {
  border-right: none;
}

.tab-section .nav-justified .nav-item:first-child {
  border-left: none;
}

.account-box {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 26px 0;
}

.dashboard-main-box {
  margin: 20px auto 30px;
  max-width: 860px;
  text-align: center;
}

.account-box h5 {
  color: #6b6b6b;
  font-weight: normal;
  font-size: 17px;
  margin: 0;
}

.account-box p {
  margin: 0;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  color: #464646;
  font-weight: bold;
}

/* .account-box {
    padding: 26px 0;
}
 */
.table-search.table-search-order .filter_select {
  min-width: 186px;
}

.table-search-order .filter_search {
  max-width: 300px;
}

.orderwidth {
  width: 86px;
}

.menu-box.active .side_menu,
.menu-box:hover .side_menu,
.menu-box:focus .side_menu {
  /* background: #161616;
    color: white; */
  color: #fff;
  background: linear-gradient(
    92.79deg,
    #ffb000 -32.2%,
    #ff564d 5.51%,
    #ff0098 54.01%,
    #5d00c1 110.93%
  );
  /* border-radius: 10px; */
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 10px;
  /* color: #252d47; background:#b9c1ca; */
}

.toggle-wrapper .aside-footer {
  display: none;
}

/* .logo-box .navbar-brand {
    display: flex;
    max-width: 100%;
} */

.sm-logo {
  display: none;
}

.toggle-wrapper .sm-logo {
  display: block;
}

/*profile-icon*/

.user-panel {
  padding: 0;
  padding-top: -1px;
  /*background:#C94CC4;*/
  border-top: 1px solid #ccc;
}

.user-panel .image {
  position: relative;
  width: 60px;
  height: 60px;
}

.user-panel .image img {
  width: 100%;
  height: 100%;
}

.pull-left {
  float: left !important;
}

.user-panel > .info {
  padding: 5px 5px 5px 10px;
  line-height: 1;
  width: calc(100% - 60px);
}

.user-panel > .info > p {
  font-weight: 500;
  margin: 0 0 4px;
  margin-bottom: 9px;
  color: #fff;
}

.online-icon {
  position: absolute;
  bottom: 0px;
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 16px;
  right: -1px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-weight: 600;
}

.user-panel .info h4 {
  color: #26272d;
  font-size: 14px;
  margin: 0 0 4px;
  font-weight: 600;
}

.user-panel .info h5 {
  /* font-size: 14px; */
  margin: 0 0 4px;
  color: #fff;
  font-size: 13px;
  word-break: break-all;
}

.toggle-wrapper .user-panel > .info {
  display: none;
}

.toggle-wrapper .online-icon {
  font-size: 9px;
  height: 13px;
  width: 13px;
  line-height: 12px;
}

.toggle-wrapper .user-panel .image {
  width: 35px;
  height: 35px;
}

/************************************************/

.label-input {
  position: relative;
  padding-left: 82px;
}

.label-input label {
  position: absolute;
  left: 0;
  top: 12px;
}

.action_td_btn3 a {
  padding: 8px;
}

.custom-pagination a.page-link {
  color: #000;
}

.input-icon {
  position: relative;
  padding-right: 34px;
}

.input-icon i {
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 20px;
}

.radio-label label {
  min-width: 80px;
}

h5.table-heading {
  color: #000;
  font-size: 17px;
}

.input-style .form-control2 {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #ccc;
  border-radius: 0 !important;
  padding-left: 0;
  padding-right: 0;
}

.user-image {
  height: 100%;
}

.table-search.table-top .filter_select {
  min-width: 100%;
}

.table-top .filter_select .form-control {
  background-color: #fff;
  border-color: #ccc;
}

.mrgn-0-auto {
  margin: 0 auto;
}

.pro-image img {
  border-radius: 50%;
  width: 100%;
}

.pro-image {
  max-width: 200px;
}

.global-fieldset legend {
  font-size: 16px;
  margin-bottom: 0px;
  border-radius: 4px;
  padding: 0px 8px;
  display: inline-block;
  color: #000;
  width: auto;
  border: none;
}

fieldset.global-fieldset {
  border: 1px solid #ccc;
  margin: 0 0 15px;
  padding: 10px;
  position: relative;
  border-radius: 4px;
  padding-left: 10px;
}

.areatext.form-control2 {
  height: 150px;
  resize: none;
}

.btn.btn-grey.cancel {
  min-width: 130px;
  font-size: 14px !important;
}

.fieldset-content {
  padding: 0 10px;
}

.fieldset-box {
  padding: 20px;
  box-shadow: 0 0 5px #ccc;
  border-radius: 3px;
}

.star-rating a {
  display: inline-block;
  font-size: 15px;
}

.user-name {
  font-size: 16px;
  color: #000;
}

#myProgress {
  width: 100%;
  background-color: #ddd;
}

#myBar {
  width: 60%;
  height: 30px;
  background-color: #ef7eea;
}

#myBar1 {
  width: 50%;
  height: 30px;
  background-color: #ef7eea;
}

.video_play_box {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.video-js video.vjs-tech {
  height: 500px;
}

.video_play_box video {
  width: 100%;
  height: 240px;
  object-fit: cover;
  overflow: hidden;
}

.text {
  font-size: 15px;
  color: #fff;
}

.action_td_btn3 a:hover {
  text-decoration: none;
}

.fa.fa-eye {
  color: #2693ff;
}

.fa.fa-ban,
.fa.fa-trash {
  color: #ee6b7b;
}

.order-summary-block {
  border: 1px solid #ccc;
}

.order-summary-block h5 {
  color: #000;
  border-bottom: 1px solid #ccc;
  padding: 10px 20px;
  font-size: 18px;
}

.order-content {
  padding: 10px 20px;
}

/* pradeep's style */

ul {
  padding: 0;
  list-style: none;
}

.dash_list li {
  width: calc(25.3% - 16px);
  padding: 15px;
  border: 1px solid #cb0fa536;
  margin: 10px 0px;
  border-radius: 5px;
  min-height: 125px;
  background: rgb(22 22 22) !important;
  /* ie6-9 */
}

.dash_list li h3 {
  font-size: 1.2rem;
}

.dash_list li h4 {
  font-size: 2rem;
  margin: 0;
  color: #fff;
}

.sec_head_new_after {
  position: relative;
}

/* .sec_head_new {
  border: 1px solid #f3eeee;
  padding: 30px 20px 10px 20px;
  margin-bottom: 20px;
  border-radius: 4px;
} */

.sec_head_new_after:after {
  position: absolute;
  content: "Filter by";
  top: -14px;
  background: #9d00b1;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  border-radius: 9px;
  padding: 8px 35px;
  font-size: 14px;
}

.dash_icon {
  font-size: 2.8rem;
}

.dash_list li * {
  color: #fff;
}

.filter_fields label {
  line-height: 1;
}

input.datepicker {
  padding-right: 25px !important;
  background-image: url(../img/icon-calendar.png) !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 10px) 50% !important;
  background-size: 16px auto;
}

select.form-control.select_opt {
  background-image: url(../img/down_arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) 50%;
  background-size: 13px auto;
  padding-right: 20px;
  box-shadow: none;
  min-width: 110px;
}

/* .ngx-pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #fdb92e;
    color: #3b3c3c;
    cursor: default;
} */
.btn-info,
.btn-info:hover {
  color: #3b3c38;
  background-color: #e0a354;
  border-color: #e0a354;
}

.btn-info {
  color: #fff;
  background: linear-gradient(
    93.14deg,
    #ffb000 -20.75%,
    #ff564d 11.84%,
    #ff0098 53.76%,
    #5d00c1 102.96%
  );
  border-color: #cb0fa5;
}

/* .btn-theme {
    color: #fff;
    background-color: #000000;
    margin-left: 5px;
} */

.btn-theme,
.btn-theme:hover {
  color: #fff;
  background-color: #333;
}

.no-radius {
  border-radius: 0 !important;
}

.no_wrap_th th {
  white-space: nowrap;
}

.global-table .btn {
  font-size: 13px;
}
.content-section {
  padding-bottom: 4em !important;
}
/* toggle switch */

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  min-width: 75px !important;

  height: 25px;
  margin: 0 5px;
}

.switch input {
  display: none;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch input:checked + .slider {
  background-color: #2196f3;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* end toggle switch */

/* radio button */

/* The radio_style */

.radio_style {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 15px;
}

/* Hide the browser's default radio button */

.radio_style input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */

.radio_style:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.radio_style input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */

.radio_style input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */

.radio_style .checkmark:after {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}

/* end radio button*/

.global-modal .inner_border_area .close:after,
.global-modal .inner_border_area .close:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #616161;
  left: 0;
  right: 0;
}

.global-modal .inner_border_area .close:after {
  transform: rotate(45deg);
}

.global-modal .inner_border_area .close:before {
  transform: rotate(-45deg);
}

.global-modal .inner_border_area .close {
  top: -9px;
  right: -12px;
  z-index: 999;
  font-size: 0;
  width: 25px;
  position: absolute;
  height: 25px;
}

.info * {
  color: #26272d;
  text-decoration: none;
  font-size: 12px;
}

.info a:hover {
  text-decoration: none;
}

.info a p {
  margin: 0 0 5px;
}

/********custom_tabs*********/

.custom_tabs .nav-tabs li.nav-item a {
  border: 0;
}

.custom_tabs .nav-tabs {
  border-bottom: 1px solid #dee2e691;
}

.custom_tabs .nav-tabs .nav-item {
  margin: 0;
  position: relative;
}

.btn.btn-green.f-right {
  font-size: 12px;
}

.custom_tabs .nav-tabs .nav-item .nav-link {
  background: black;
  margin: 0px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0.7rem 1rem;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  margin-right: 20px;
  border-bottom: 2px solid transparent;
  border-radius: 0px;
}

.custom_tabs .nav-tabs .nav-item .nav-link:before {
  /* content: "";
    position: absolute;
    bottom: -2px;
    background: #f0f0f0;
    width: 0;
    height: 2px;
    transition: width 0.5s;
    left: 0; */
}

.custom_tabs .nav-tabs .nav-item .nav-link.active:before {
  width: 100%;
}

.custom_tabs .nav-tabs .nav-item .nav-link.active {
  color: #3f3d3d;
  background: #fdb92e;
  border-color: #fff;
  /* font-weight:  600; */
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.custom_tabs .tab-content {
  margin-top: 15px;
}

/*login-block*/

.login-left-block p {
  text-align: center;
  font-size: 15px;
  margin: 0;
}

.col-md-6.bor-right {
  border-right: 1px solid #ddd;
}

.login-left-block {
  padding: 0px 30px;
  width: 100%;
}

.login-right-block {
  position: relative;
  /* border: solid; */
  width: 100%;
  padding: 5vh 7vh 8vh;
  background: #0c0508;
  border-radius: 1vh;
}

.login-img-block {
  margin: 0 0 30px;
}

.reg-block {
  border: 1px solid #ddd;
  padding: 15px 10px;
  max-width: 321px;
  margin: 40px auto 0;
  border-radius: 27px;
}

.reg-block p a {
  color: #5db84c;
  text-decoration: underline;
}

.login-box-body .col-md-6 {
  min-height: 450px;
  display: flex;
  align-items: center;
}

.forget-pass {
  color: #1b24bf;
  text-decoration: underline;
}

.forget-pass:hover {
  color: #1b24bf;
}

.btn.btn-large.btn-login {
  /* background-color: #000000!important; */
  background-image: linear-gradient(to bottom right, #e9c856, #e9c856);
  text-transform: uppercase;
  font-size: 14px !important;
  border-radius: 10px;
  opacity: 1;
}

.btn.btn-large.btn-login:hover {
  background: linear-gradient(
    93.34deg,
    #ff6f37 6.82%,
    #ff2676 35.9%,
    #b801aa 68.08%,
    #7101bc 101.4%
  );
  color: #fff !important;
}

.height_100vh-s {
  height: 100vh;
}

.icon-s .error-block {
  padding-left: 43px;
}

.error-block {
  color: #e93e2c;
  margin-top: 2px;
  display: inline-block;
  padding-left: 10px;
  font-size: 13px;
}

.login-box {
  /* opacity: 0.8;
    background: rgba(255, 255, 255, 0.03); */
  position: relative;
  z-index: 999;

  background: linear-gradient(
    321.29deg,
    #ffb000 -2.72%,
    #ff564d 23.92%,
    #ff0098 46.65%,
    #5d00c1 63.7%
  ) !important;
  border-radius: 10px;
  padding: 0.5vh !important;
}

/*forgot*/

.forgot-box {
  display: flex;
  align-items: center;
}

.common-form-heading {
  background: #fff;
  font-size: 24px;
  color: #464646;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.forget-inner {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}

.form-control2 {
  height: 45px;
  border: 1px solid #ccc;
  border-radius: 3px !important;
  color: #818181;
  font-size: 14px;
}

.form-control2:focus {
  box-shadow: none;
}

.text-form-s {
  color: #464646;
  font-size: 16px;
}

.btn.modal-button {
  padding: 8px;
  min-width: 100px;
  font-size: 16px;
  font-weight: normal;
}

.forgot-modal .text-form-s {
  color: #5b5b5b;
  font-size: 15px;
}

.modal-center {
  top: 33%;
}

.validate-style1.has-error {
  text-align: left;
}

.regesrtation-form {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

.form-control.select-form {
  height: 55px !important;
  border: 1px solid #9f9c9c;
  border-radius: 6px !important;
}

.common-textarea {
  height: 110px;
  width: 100%;
  resize: none;
  border: 1px solid #d8d8d8;
  border-radius: 6px !important;
}

.btn-grey {
  background: #302f35;
  border-radius: 3px !important;
  font-size: 17px !important;
}

.ml5 {
  margin-left: 172px;
}

/*Iner-page-css*/

.inner-top-heading {
  color: #d246cb;
  font-size: 15px;
  margin-bottom: 20px;
}

button.add-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

td.amount-td {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 66px !important;
}

.inneer-border-block {
  padding: 30px 10px;
  min-height: 550px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px #ccc;
  background: #fff;
}

.main-block-innner {
  width: 100%;
}

.store-mangment-block {
  max-width: 600px;
  margin: 0 auto;
}

.common-view-block {
  border-bottom: 1px solid #9f9f9f;
  padding: 0 75px 16px;
  font-size: 15px;
  margin-bottom: 25px;
}

.common-view-block span {
  width: calc(50% - 3px);
  display: inline-block;
  color: #9f9f9f;
}

.common-view-block:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
}

li.nav-item.flex-fill.hot-li {
  width: 50%;
}

p.col-md-6 {
  word-break: break-all;
}

form.all-form.ng-untouched.ng-pristine.ng-valid {
  width: 100%;
}

/*.btn-large {border-radius: 3px!important;font-size: 19px!important;padding:12px!important;}*/

.add-store-block {
  max-width: 500px;
  margin: 0 auto;
}

.w-100.wallet-type-div {
  margin: 0 100px;
}

.padd_6.padd_7 {
  width: 50%;
  margin: 0 auto;
}

td.faq-ques {
  max-width: 350px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

button.btn.btn-info.mr-2 {
  background-color: #302f35 !important;
  border-color: #302f35 !important;
}

/* .max-WT-800 {
    height: auto;
} */
button.btn.btn-danger {
  background-color: #302f35 !important;
  border: 1px solid #302f35 !important;
}

ul.dash_list.d-flex.w-100.flex-wrap.text-center.justify-content-between {
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  border-radius: 4px;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  margin-top: 30px;
}

a.btn.btn-blue.btn-noYes {
  background-color: #302f35 !important;
}

.add-storeman-text {
  padding-left: 10px;
}

.btn-add-storeform {
  min-width: 80px;
  font-weight: 400;
  font-size: 14px;
  padding: 3px 10px;
}

.add-storeman-text span {
  color: #9f9f9f;
  margin-right: 20px;
}

.btn-add-storeform.btn-red {
  background: #ff4d4d;
}

.btn-add-storeform.btn-blue {
  background: #2693ff;
}

.add-store-link {
  display: block;
  width: 100%;
  text-align: right;
  color: #2693ff;
  font-size: 15px;
  text-decoration: underline;
}

.order-view {
  padding: 20px;
  /* background: #fff; */
  /* box-shadow: 0 0 10px #ccc; */
  /* box-shadow: 0 0.5rem 1rem; */
  border-radius: 4px;
  /* padding: 15px; 
    /* overflow: hidden; */
  box-shadow: none;
  border-radius: 10px;
  background-color: rgb(22 22 22);
}

.order-view .store-mangment-block {
  margin: 0 0 0 50px;
  max-width: 400px;
}

.order-view .common-view-block {
  padding: 0 25px 5px;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 600;
}

.order-view .common-view-block span:last-child {
  font-weight: 500;
}

.table-pop-block .filter_search {
  float: left;
}

.table-pop-block .table-search {
  background: #f2f4f8;
}

.table-pop-block .filter_search .form-control {
  background: #fff;
}

.table-pop-block .filter_search .btn_search_group {
  background: #fff;
}

.table-pop-block .fa-times-circle {
  color: #f74848;
}

.table-pop-block .close {
  opacity: unset;
}

.common-modal .table-pop-block .modal-title {
  font-size: 17px;
  color: #7c7c7c;
  font-weight: normal;
}

.common-modal .table-pop-block .modal-header {
  border-bottom: 1px solid #ccc;
  padding: 0 10px 10px;
  margin-bottom: 10px;
}

/* 
.global-table {
    padding: 0;
} */

/*shubham-new*/

.sigintext-block {
  margin-top: 30px;
}

.sigintext-block h2 {
  color: #1b24bf;
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: bold;
  margin: 0 0 10px;
}

.sigintext-block p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.sigintext-block a {
  color: #1b24bf;
  text-decoration: underline;
  font-weight: 500;
}

.login-heading {
  /* border-bottom: 1px solid #191b24; */
  margin-bottom: 5vh
}

.login-heading h4 {
  margin: 0.5vh 0 0px;
  color: #fff;
  font-size: 3.8vh;
  width: 100%;
  text-align: center;
  font-weight: 900;
}

.common-label {
  font-size: 15px;
  font-weight: 500;
}

.common-label.blue {
  color: #013c57;
  padding-left: 10px;
}

.login_box_outer input.form-control {
  height: 6.525vh;

  border-radius: 0.452vh;
}

.login_box_outer input.form-control:focus {
  outline: none;
  border-color: #ced4da;
  box-shadow: none;
}

.login_box_outer input.form-control::placeholder {
  color: #c9c9c9;
  font-weight: normal;
  font-size: 14px;
}

.login_box_outer input.form-control:-ms-input-placeholder {
  color: #c9c9c9;
  font-weight: normal;
  font-size: 14px;
}

.login_box_outer input.form-control::-ms-input-placeholder {
  color: #c9c9c9;
  font-weight: normal;
  font-size: 14px;
}

.container-common {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

footer.before-login {
  padding-right: 0px !important;
  padding-bottom: 70px;
  background: #fff;
}

footer.before-login p {
  margin: 0px;
  color: #5d5d5d;
  font-size: 14px;
  text-align: center;
}

.select-custome {
  padding: 0px 10px;
  color: #818181;
  border: 1px solid #d8d8d8;
  background: transparent url(../img/arrow-icon.png) no-repeat scroll
    calc(100% - 10px) 50%/15px auto;
  width: 100px;
  border-right: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.login-box-body .bday-block label {
  padding: 0px 10px;
  color: #818181;
  border: 1px solid #d8d8d8;
  width: 100px;
  margin: 0px;
  vertical-align: middle;
  line-height: 48px;
  border-right: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.login-box-body .input-group input.form-control {
  border-left: 0px;
}

.login-box-body .input-group .input-group-prepend {
  border-left: 0px;
  position: relative;
  /* border-top-left-radius: 4px; */
  /* overflow: hidden; */
}

.login-box-body .input-group .input-group-prepend:before {
  content: "";
  position: absolute;
  right: 0px;
  width: 2px;
  height: 38px;
  background: #ddd;
  top: 6px;
}

.inlineblock.checkbox-main {
  display: inline-block;
}

.search-form-block .btn {
  border-right: 0px;
  border-color: #999;
  border-radius: 5px;
}

.search-form-block .form-control {
  border-right: 0px;
  border-color: #ddd;
  height: 57px;
  border-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.search-form-block .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.header-right-part {
  display: inline-flex;
  max-width: 400px;
  width: 100%;
  margin-left: 14px;
  padding-top: 15px;
}

.header-right-part form {
  width: 100%;
}

.search-form-block .input-group-append .btn {
  color: #b0b0b0;
  border-color: #ddd;
  border-left: 0px;
  background: #fff;
  border-right: 1px solid #ddd;
}

.search-form-block .input-group-append .btn:active,
.search-form-block .input-group-append .btn:focus {
  background: transparent;
  box-shadow: none;
  outline: 0px;
}

.input-group-append {
  margin-left: -6px;
}

.common-bredcrumb .breadcrumb {
  padding: 0px;
  background: transparent;
}

.common-bredcrumb li {
  font-size: 14px;
  color: #5d5d5d;
  font-weight: 600;
}

.common-bredcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

table.no-border {
  border: 0px;
}

.afterlogin .wrapper {
  background-color: #fff;
}

.btn-mobsearch {
  display: none;
}

.table-responsive {
  display: block;
  width: 100%;
}

.resent-link {
  color: #1b24bf;
  text-decoration: underline;
  display: block;
}

.middle-form {
  max-width: 600px;
  background: #fff;
  padding: 30px;
  border-radius: 4px;
  min-height: 300px;
  margin: 0 auto;
  box-shadow: 0 4px 20px #ddd;
}

input.form-control:focus {
  box-shadow: none;
}

.menu-box:last-child {
  border-bottom: 0px;
}

.button-box-right a {
  margin-right: 6px;
  margin-bottom: 8px;
}

.table-stripped tr {
  background: #fff;
}

.table-stripped tr:nth-child(2n + 1) {
  background: #f5f5f5;
}

.red-dot {
  width: 18px;
  height: 18px;
  background: #cf2a28;
  display: inline-block;
  border-radius: 50%;
}

.summary-inner-block p {
  margin: 0 0 5px;
  font-size: 16px;
}

.summary-right-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;

  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  background: #97d9f7;
  line-height: 51px;
  color: #fff;
}

.summary-right-icon:hover {
  color: #fff;
}

.summary-right-icon i {
  margin-right: -5px;
}

.summary-inner-block {
  position: relative;
}

.global-table td.blue-text {
  color: #1e6f95;
  font-weight: 600;
}

.global-table td.red-text {
  color: #cf2a28;
  font-weight: 600;
}

.global-table td.green-text {
  color: green;
  font-weight: 600;
}

.user-profile .image-box {
  width: 150px;
  height: 150px;
  margin: 0 auto 10px;
  position: relative;
  border-radius: 50%;
  z-index: 9;
  /*  margin-top: -41%;
    margin-left: -43%; */
}

.side-bar-name a p {
  margin: -1%;
}

.side-bar-name {
  text-align: center;
}

.user-profile .image-box img {
  width: 82%;
  height: 82%;
  border-radius: 50%;
  padding: 2px;
  background: #161616;
  padding: 9px;
  border-radius: 50%;
  margin-top: 14px;
  border: 2px dotted #ff0098;
}

.user-profile .image-box .upload-label {
  position: absolute;
  right: 22px;
  bottom: 36px;
  width: 35px;
  height: 35px;
  background: #fff;
  text-align: center;
  margin: 0px;
  line-height: 28px;
  font-size: 17px;
  border-radius: 50%;
  padding: 3px;
  /* box-shadow: 0 0 10px #999; */
  color: #212529;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-profile .image-box .upload-label input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 24px;
  opacity: 0;
  cursor: pointer;
}

input.form-control.error {
  border: 1px solid #e31212;
}

.add-store-block label a.blue-text {
  color: #2fa0d4;
}

.add-store-block label .btn.pd3 {
  padding: 3px;
}

/*login-logo*/

.login-logo1 {
  max-width: 150px;
  margin: 0 auto 10px;
}

.autotabbed input {
  border: 1px solid #ccc;
  width: 15%;
  height: 45px;
  border-radius: 4px;
  padding: 5px;
  text-align: center;
}

.sidebar-menu .card-header .btn-link {
  position: relative;
  padding: 0;
  width: 25px;
  height: 20px;
  float: right;
  line-height: 54px;
}

.menu-box + .menu-box,
.inner-submenu li {
  border-top: 0px solid rgba(255, 255, 255, 0.3);
}

.toggle-menu .side_menu {
  float: left;
  width: calc(100% - 30px);
}

.menu-box.toggle-menu {
  padding-right: 10px;
}

.inner-submenu li i {
  font-size: 12px;
  margin-right: 7px;
}

.filter_search.width100 {
  max-width: 100%;
}

.table-modal-body .global-table {
  max-width: 100%;
}

.rule-common-block {
  margin: 0 0 15px;
}

.rule-common-block h5 {
  color: #1b24bf;
}

.rule-common-block h5 span {
  color: #6c757d;
  font-size: 18px;
}

.label-block {
  display: block;
}

.blance-details {
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 20px;
}

.blance-details label {
  margin: 0px;
  font-weight: 600;
}

.inline-block-radio {
  display: inline-block;
  margin: 0 0 5px;
  margin-right: 15px;
}

/* .inline-block-radio {
    margin-right: 15px;
}
 */
.upload-input-block {
  position: relative;
  margin: 0px;
  width: 100%;
}

.upload-input-block .upload-input {
  position: absolute;
  top: 0px;
  height: 44px;
  width: 100%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}

.upload-input-block .fa-paperclip {
  position: absolute;
  right: 5px;
  bottom: 10px;
  font-size: 20px;
}

.add-store-block label {
  margin: 0;
  color: #fff;
}

.global-table tr td {
  min-height: 30px;
  padding: 0.4rem 0.75rem;
}

.dash_icon img {
  width: 50px;
}

.toggle-wrapper .sidebar-menu .card-header .btn-link {
  display: none;
}

input[type="color"] {
  background: green;
}

/*mobile*/

.table-anchor a {
  color: #1b24bf;
  margin-right: 3px;
  text-decoration: underline;
}

.time-picker .input-group-text {
  background: transparent;
  border: 0px;
}

.time-picker .select_opt {
  min-width: 60px !important;
  width: auto;
}

.group-text-s {
  font-size: 14px;
  margin-left: 3px;
}

.dash-pan-list span {
  font-size: 18px;
  width: calc(50% - 4px);
  float: left;
  margin: 0 0 5px;
}

.dash-pan-list span i {
  font-size: 16px;
  margin-right: 5px;
}

.dashboard-table table {
  min-width: initial;
  margin: 0px;
}

.dashboard-table table th,
.dashboard-table table td {
  font-size: 12px;
  padding: 5px 5px;
}

.view-all-dashboard a {
  font-weight: 600;
  text-decoration: underline;
}

.graph-box {
  margin: 0 0 40px;
}

/*.bottom-dash-list{flex:1;flex-basis:30%;}
.bottom-dash-list.middle{margin: 10px 20px;}*/

span.error {
  color: red;
}

.common-paragrph {
  font-size: 16px;
}

/* .reset-link {
    display: block;
} */

.dash_list li h2 {
  font-size: 16px;
  margin: 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.close {
  position: relative;
  z-index: 99;
}

.view-link {
  color: #e1575f;
}

.main-block-innner .form-group label.col-md-4 {
  font-weight: 600;
}

.detail-attachment {
  font-size: 40px;
}

.attachment-upload {
  position: relative;
}

.attachment-upload input.file {
  opacity: 0;
  width: 140px;
  z-index: 9;
  position: relative;
}

.attachment-upload i {
  position: absolute;
  top: 0px;
  left: 0;
}

.attachment-upload .btn {
  position: absolute;
  top: 0px;
  left: 50px;
}

.attachment-upload .btn.attachleft {
  left: 0px;
}

label.common-label {
  font-weight: 600;
  font-weight: 17px;
}

.images-block-news img {
  width: 100%;
}

.add-store-block label.col-md-5 {
  font-weight: 600;
}

.setting-page ul li {
  margin: 0 0 20px;
  padding: 0 10px 5px;
  border-bottom: 1px solid #ccc;
}

.setting-page ul li a {
  display: inline-block;
  width: 25px;
  height: 25px;
  font-size: 15px;
  text-align: center;
  background: #919eac;
  color: #fff;
  padding: 2px;
  border-radius: 50%;
  margin-top: -3px;
}

.setting-page ul li h5 {
  color: #333;
  font-size: 17px;
}

.setting-page ul li:last-child {
  border-bottom: 0px;
  margin: 0px;
}

.setting-page ul {
  margin: 0px;
}

.upload-block-input {
  position: relative;
  padding-right: 120px;
}

.upload-label-input {
  position: absolute;
  right: 0;
  top: 16px;
}

.upload-label-input input {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  opacity: 0;
}

/********end custom_tabs*********/

/* end pradeep's style */

.table-scroll {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

.table-wrap {
  width: 100%;
  overflow: auto;
}
.no-recordin {
  text-align: center;
}
.table-scroll table {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}
.table-bordered td,
.table-bordered th {
  text-align: center;
}

.table-scroll th,
.table-scroll td {
  /* padding: 5px 10px; */
  border: 1px solid #000;
  background: #fff;
  /* white-space: nowrap; */
  align-items: center;
  padding-top: 0px;
  color: #343232 !important;
  vertical-align: middle;
  text-align: center;
  padding-bottom: 0px;
}

.table-scroll thead,
.table-scroll tfoot {
  background: #f9f9f9;
}

.clone {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

/* .clone th,
.clone td {
    visibility: hidden;
} */

.clone td,
.clone th {
  border-color: transparent;
}

.clone tbody th {
  visibility: visible;
  color: red;
}

.clone .fixed-side {
  border: 1px solid #000;
  background: #eee;
  visibility: visible;
}

.clone thead,
.clone tfoot {
  background: transparent;
}

/********************Amit********************/

.sec_head_new {
  border: 1px solid #f3eeee;
  padding: 15px 20px 10px 30px !important;
  margin-bottom: 20px;
  border-radius: 4px;
  margin-top: 20px;
  /* padding: 30px 15px; */
}

.btn-theme:hover {
  color: #fff;
  background-color: #333;
}

.btn-theme {
  background-color: #161616;
  color: #fff;

  font-size: 15px !important;
  min-width: 100px;
  border-radius: 4px;

  margin-left: 5px;
}

/* .head_flt_select {
    margin-right: 10px;
    margin-bottom: 10px;
} */

.input-label {
  position: relative;
}

.input-label span {
  /* position: absolute;
    left: 5px;
    top: 8px; */
  height: 100%;
}

.show {
  font-size: 13px;
}

.show-txt select.form-control {
  width: 48px;
  display: inline-block;
  min-width: auto;
  height: 32px !important;
}

.min-wt-130 {
  min-width: 130px !important;
}

.min-wt-180 {
  min-width: 180px !important;
}

.add-txt a {
  font-size: 15px;
  color: #252d47;
}

.add-txt a i {
  font-size: 18px;
}

.add-txt a:hover {
  text-decoration: none;
}

/* .input-label.input-label1 {
    padding-left: 80px;
} */

.btn-sm {
  min-width: 70px;
}

.modal-content p {
  font-size: 16px !important;
}

.custom_tabs.common-tabs .nav-tabs .nav-item .nav-link.active {
  color: white;
  border: 10px solid;
  background: linear-gradient(
    48.78deg,
    #ffb000 -3.61%,
    #ff564d 20.77%,
    #ff0098 52.14%,
    #5d00c1 88.94%
  );
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-width: 2px;
  border-radius: 0px;
  background-clip: text;
  border-image-slice: 1;
  border-image-source: linear-gradient(
    48.78deg,
    #ffb000 -3.61%,
    #ff564d 20.77%,
    #ff0098 52.14%,
    #5d00c1 88.94%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.custom_tabs.common-tabs .nav-tabs .nav-item .nav-link:before {
  background: #f0f0f0;
}

/* .btc-block {
    background: #ccc;
    border: 1px solid #ddd;
    font-size: 26px;
    padding: 10px;
} */

.btc-block {
  background: #f8f8f8;
  border: 1px solid #ddd;
  font-size: 18px;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  min-height: 80px;
  line-height: 55px;
  color: #000;
}

/*****/

.attachment-label {
  text-align: center;
  margin-right: 10px !important;
}

.document-sec {
  padding: 0 0 0 20px;
  margin: 0 0 10px;
}

.checkblock {
  margin: 0 0 5px;
}

label.col-md-6 {
  font-weight: 600;
}

.toggle-wrapper a.side_menu {
  padding: 15px 10px 15px 45px;
  text-align: left;
  width: 100%;
}

.toggle-wrapper .side_menu_icon {
  /* left: 20px; */
  left: 7px;
}

.toggle-wrapper .side_menu_icon_head {
  /* left: 20px; */
  left: 6px;
}

.theme-text-color {
  color: #26272d;
}

.logo-box .navbar-brand img {
  max-width: 58px;
  margin: 0 auto;
}

/* sonam css 21-10-2019 */
.button-div {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.button-div1 {
  margin-top: 20px;
}

table.table.table-bordered {
  border: 1px solid #ddd;
}

p.rap {
  width: 100%;
  max-width: 300px;
  overflow: hidden;
  word-break: break-all;
  /* text-overflow: ellipsis; */
}

p.rap2 {
  width: 100%;
  max-width: 300px;
  overflow: hidden;
  word-break: break-all;
  /* text-overflow: ellipsis; */
}

.search-div {
  display: flex;
  width: 100%;
  align-items: flex-end;
  height: 100%;
}

button.btn.btn-go {
  background-color: #000000;
  height: 40px;
  width: 100%;
  font-size: 18px;
  color: #fff;
}

button.btn.btn-go:hover {
  background: #fdb92e;
  color: #3b3c3c !important;
}

.col-md-1.go-btn {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.transaction {
  margin: 20px 0px;
}

a.id-table {
  color: red;
  text-decoration: underline;
}

.trade-details {
  width: 100%;
  max-width: 500px;
}

.headinds {
  font-size: 18px;
  font-weight: 900;
  color: #3a3838;
}

.trafe-row {
  margin: 0px;
}

button.btn.btn-seller {
  background-color: #198fd4;
  margin-right: 5px;
}

button.btn.btn-buyer {
  background-color: #b90000;
  margin-left: 5px;
}

.modal-btn {
  display: flex;
  justify-content: center;
}

.chat-box-main {
  border: 1px solid #f3eeee;
  margin-bottom: 20px;
  border-radius: 4px;
  margin-top: 20px;
  padding: 15px;
}

.chat-head {
  height: 70px;
  display: flex;
  align-items: center;
  background-color: #ff4d49;
  padding: 10px;
}

.chat-div {
  height: auto;
  min-height: 350px;
  background-color: #b9b0b0;
  overflow-y: scroll;
  padding: 20px;
  display: block;
  max-height: 350px;
}

.chat {
  /* height: 50px; */
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 400px;
  border-radius: 6px;
  padding: 10px 20px;
  justify-content: flex-start;
}

.chat2 {
  /* height: 50px; */
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 400px;
  border-radius: 6px;
  padding: 10px 20px;
  justify-content: flex-end;
}

.chat p {
  margin: 0;
  font-size: 16px;
}

.chat2 p {
  margin: 0;
  font-size: 16px;
}

.left-chat {
  float: left;
  clear: both;
  width: 100%;
  max-width: 360px;
  text-align: left;
}

.right-chat {
  float: right;
  clear: both;
  max-width: 360px;
  width: 100%;
  text-align: right;
}

.chat-head h4 {
  color: #fff;
  padding-left: 30px;
}

.chat-head img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

button.view-all-btn {
  height: 30px;
  width: 100px;
  border-radius: 3px;
  background-color: #337ab7;
  color: #fff;
  border: 1px solid #337ab7;
}

button.take-action {
  height: 40px;
  width: 100px;
  border-radius: 3px;
  background-color: #337ab7;
  color: #fff;
  border: 1px solid #337ab7;
}

/*
.sidebar-menu li:hover .submenu {
    display: block;
    max-height: 200px;
  }
  .submenu {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.5s ease-out;
  }
  .submenu a:hover {
    background-color: #666;
  }

.submenu a {
    background-color: #999;
  }
  .sidebar-menu a:hover {
    background-color: #C5C5C5;
}
.sidebar-menu a {
    display: block;
    background-color: #CCC;
    text-decoration: none;
    padding: 10px;
    color: #000;
  }
  .sidebar-menu, .submenu {
    list-style: none;
    padding: 0;
    margin: 0;
  } */

.ngx-pagination .current {
  padding: 0.1875rem 0.625rem;
  background: linear-gradient(
    93.14deg,
    #ffb000 -20.75%,
    #ff564d 11.84%,
    #ff0098 53.76%,
    #5d00c1 102.96%
  ) !important;
  color: #ffffff !important;
  cursor: default;
}

td.action_td_btn3 {
  text-align: left !important;
  white-space: nowrap;
}

ul.dash_list li {
  margin: 4px;
}

.btn-success {
  color: #fff;
  background: linear-gradient(
    93.14deg,
    #ffb000 -20.75%,
    #ff564d 11.84%,
    #ff0098 53.76%,
    #5d00c1 102.96%
  );
  border-color: #191b24;
}

.btn-success:hover {
  color: #3f3d3d;
  background: black;
  border-color: #cb0fa5;
}

.btn-warning {
  color: #fff;
  background: linear-gradient(
    93.14deg,
    #ffb000 -20.75%,
    #ff564d 11.84%,
    #ff0098 53.76%,
    #5d00c1 102.96%
  );
  border-color: #cb0fa5;
}

.btn-warning:hover {
  color: #fff;
  background: linear-gradient(
    93.14deg,
    #ffb000 -20.75%,
    #ff564d 11.84%,
    #ff0098 53.76%,
    #5d00c1 102.96%
  );
  border-color: #cb0fa5;
}

tr.no_wrap_th {
  /* background: linear-gradient(93.14deg, #FFB000 -20.75%, #FF564D 11.84%, #FF0098 53.76%, #5D00C1 102.96%);
    border: 1px solid #cb0fa5; */
  text-align: center;
  color: #fff;
  background: #9d00b1;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e642;
  color: #fff;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 0px;
}

.registration-col {
  display: flex;
  align-items: flex-end;
  margin-bottom: 7px;
}

.filter_search.width100.registration-search {
  margin-right: 0;
}

.registration-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.registration-div {
  width: 60%;
}

.registration-div2 {
  display: flex;
  width: 40%;
}

@media (max-width: 1280px) {
  .registration-div {
    width: 100%;
  }

  .registration-row {
    display: block;
  }
}

.btn-danger {
  color: #fff !important;
  background-color: #191b24 !important;
  border-color: #191b24 !important;
}

.btn-danger:hover {
  color: #3b3c38 !important;
  background-color: #e0a354 !important;
  border-color: #e0a354 !important;
}

.btn.btn-blue {
  background: #2fa0d4;
  color: #fff !important;
  background-color: #191b24 !important;
  border-color: #191b24 !important;
  min-width: 88px;
  font-size: 14px;
}

.btn.btn-blue:hover {
  color: #fff !important;
  background-color: #e9c856 !important;
  border-color: #e9c856 !important;
}

/* .btn.btn-red {
    color: #fff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
} */

.btn.btn-red {
  color: #fff !important;
  background-color: #e9c856 !important;
  border-color: #e9c856 !important;
}

main.middle-content .content-section {
  min-height: calc(100vh - 115px);
  /* overflow-y: auto !important; */
}

body.body-class.toggle-wrapper main.middle-content {
  padding-left: 70px !important;
}

.di-action {
  width: 100%;
  max-width: 107px;
  text-align: center;
}

.usermanage-table {
  width: 100%;
}

.usermanage-table tr td {
  width: 50%;
  float: left;
  text-align: left;
}

.usermanage-table tr td:first-child {
  width: 100%;
  max-width: 135px;
  text-align: left;
}

.sec_head_new button.btn.btn-theme {
  background: linear-gradient(
    93.14deg,
    #ffb000 -20.75%,
    #ff564d 11.84%,
    #ff0098 53.76%,
    #5d00c1 102.96%
  );
  opacity: 1;
  border-radius: 7px;
  min-width: 149px;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  height: 40px;
}
/* @media(max-width:1216){
    .new-hgt-tab .new-hgt .form-control{
      
        width: 140px !important;
      }
      .table_filter_top .form-control, td .form-control {
     
        width: 140px !important;
    }
  } */
@media (max-width: 1024px) {
  .toggle-wrapper a.side_menu {
    padding: 15px 10px 15px 57px;
  }

  .middle-content {
    padding-left: 0px !important;
  }
  .middle-content {
    margin-top: 80px;
  }
}

.button-divs {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-left: 25px;
}

label.reg-lab {
  white-space: nowrap;
  margin-top: 30px;
}

@media (max-width: 1440px) {
  .registration-div {
    width: 50%;
  }

  .registration-div2 {
    display: flex;
    width: 49% !important;
  }

  .btn-theme {
    /* min-width: 82px; */
    min-width: 65px;
    margin-left: 0px;
    font-size: 13px;
  }
}

@media (max-width: 1280px) {
  .registration-div {
    width: 100%;
  }

  .registration-div2 {
    display: block;
    width: 100%;
  }
}

button.btn.btn-info.cus-mr {
  margin-right: 8px;
}

.two-btnline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

button.btn.btn-theme.cus-mr {
  margin-right: 10px;
}

/***************** shahbaz CSS **********************/
/* label.reg-lab {
    margin-top: 30px;
} */
.user-frmbtn {
  margin-top: 20px;
  text-align: center;
}

/* .two-btnline {
    justify-content: flex-start;
} */
.user-form2 {
  margin-top: 20px;
}

.serch-boxuser {
  width: 100%;
  max-width: 340px;
}

.user-pl {
  padding-left: 0;
}

.tras-threebtn {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 20px;
}

.trassction-mainbox {
  border: 1px solid #f3eeee;
  margin: 20px 0px;
  padding: 20px 0px;
}

.date-padding {
  padding-right: 0px;
}

@media (max-width: 1440px) {
  .serch-boxuser {
    max-width: 100%;
  }
}

@media (max-width: 1280px) {
  .btn-theme {
    min-width: 74px;
    margin-left: 0px;
    font-size: 13px !important;
  }

  .user-main-head {
    border: 1px solid #f3eeee;
    padding: 15px 6px 15px 6px !important;
    border-radius: 4px;
    margin: 20px 0px;
  }

  .user-pl {
    padding-left: 0px;
  }

  .serch-boxuser {
    width: 100%;
    /* max-width: 200px; */
  }

  .user-lst {
    padding-right: 4px;
  }
}

@media (max-width: 1024px) {
  main.middle-content .content-section {
    min-height: calc(100vh - 226px);
  }
}

@media (max-width: 768px) {
  .date-padding {
    padding-right: 15px;
  }

  .tras-threebtn {
    justify-content: flex-end;
  }

  .comman-btn {
    margin-left: 15px;
  }

  .serch-boxuser {
    width: 100%;
    /* max-width: 55%; */
  }
}

.user-main-head {
  border: 1px solid #f3eeee;
  padding: 15px 20px 10px 30px !important;
  margin: 20px 0px;
  border-radius: 4px;
}

.btn:disabled {
  opacity: 1;
}

button.btn.btn-login.btn-small.width100.font-100 {
  /* background: #191b24; */
  background-image: linear-gradient(to bottom right, #302f35, #302f35);
}

button.btn.btn-login.btn-small.width100.font-100:hover {
  background: #e9c856 !important;
  color: #3b3c3c !important;
}

.reset-link {
  text-decoration: underline !important;
  cursor: pointer;
  display: block;
}

label.user-eml {
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.form-group {
  margin-bottom: 1rem;
  margin-top: 5.895vh;

}
button.btn.btn-login.btn-small.width100.font-100 {
  /* background: #191b24; */
  background-image: linear-gradient(to bottom right, #302f35, #302f35);
  color: #fff;
  filter: drop-shadow(0px 13px 27px rgba(0, 0, 0, 0.25));
  padding: 10px 35px;
  font-size: 14px;
  background: linear-gradient(
    93.34deg,
    #ff6f37 6.82%,
    #ff2676 35.9%,
    #b801aa 68.08%,
    #7101bc 101.4%
  );
  font-weight: 500;
  line-height: 21px;
  border-radius: 50px;
  background-color: #898989;
}
button.btn.btn-login.btn-small.width100.font-100:hover {
  background: linear-gradient(
    93.34deg,
    #ff6f37 6.82%,
    #ff2676 35.9%,
    #b801aa 68.08%,
    #7101bc 101.4%
  ) !important;
  color: #fff !important;
}

.orangeshadeBox1 {
  right: auto;
  right: auto;
  border-radius: 1000px;
  z-index: 99;
  position: absolute;
  z-index: 99;
  position: absolute;
  left: 10%;
  width: 600px;
  opacity: 0.6;
  filter: blur(177px);
  height: 200px;
  top: 29%;
  transform: rotate(132deg);
  background-image: radial-gradient(
    36.67% 9.68% at 67.26% 8.27%,
    #ff0098 0,
    #ff0098 95.78%
  );
}

.form-control:focus {
  color: #fff;
  background-color: #1d1d1d;
  border-color: #ff0098;
  outline: 0;
  font-size: 14px;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.ngx-pagination a,
.ngx-pagination button {
  color: #0a0a0a;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  /* background: linear-gradient(93.14deg, #FFB000 -20.75%, #FF564D 11.84%, #FF0098 53.76%, #5D00C1 102.96%) !important; */
  color: #ffffff !important;
  background: #141414;
  margin-left: 4px;
}
.ngx-pagination a:hover,
.ngx-pagination button:hover {
  background: #141414 !important;
  text-decoration: none;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 12px);
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  color: #fff;
  border-radius: 5px !important;
  background-color: rgba(255, 255, 255, 0.03);
  background-clip: padding-box;
  border: 1px solid #ced4da54;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
