body {
  font-family: "Roboto", sans-serif !important;
  margin: 0;
  padding: 0;
  background: #f5f6fa !important;
  overflow-x: hidden;
}
input:focus {
  outline: none;
  box-shadow: none;
}
.bg_2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  z-index: -9;
}
.container {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.container .content {
  position: absolute;
  top: 76px;
  left: 268px;
  right: 40px;
  transition: 0.3s;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.gap_top {
  margin-top: 10px;
}
.gap_bottom {
  margin-bottom: 10px;
}
.gap_left {
  margin-left: 10px;
}
.gap_right {
  margin-right: 10px;
}
a {
  text-decoration: none;
  color: #333594;
}
a:hover {
  color: #4043ba;
}
.action_buttons {
  display: inline-block;
  border-radius: 3px;
  width: 20px;
  height: 24px;
  margin: 5px 2px 0 0;
}
.input {
  display: inline-block;
  width: 200px;
  height: 30px;
  padding: 1px 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font: 16px;
  color: #56584b;
  font-size: 14px;
}
button {
  cursor: pointer;
  border-radius: 5px;
}
.button {
  background: #333594;
  border: 1px solid #333594;
  color: #fff;
  font-size: 18px;
  text-shadow: 0 1px 0 #000;
}
.send,
.draft {
  font-size: 13px;
  text-shadow: 0 1px 0 #000;
  color: #fff;
}
.send {
  background: #5d8a3e;
  border: 1px solid #5d8a3e;
}
.send:hover {
  background: #75ad4e;
}
.draft {
  margin-left: 5px;
  background: #666;
  border: 1px solid #666;
}
.draft:hover {
  background: #999;
}
.browse_button {
  background: #808080;
  border: 1px solid #666;
  cursor: pointer;
}
.browse_button:hover {
  background: #999;
}
.submit {
  background: #5d8a3e;
  border: 1px solid #5d8a3e;
  cursor: pointer;
  color: #fff;
}
.submit:hover {
  background: #75ad4e;
}
.reset {
  background: #333;
  border: 1px solid #333;
  cursor: pointer;
  color: #fff;
}
.reset:hover {
  background: #600;
}
.search_button {
  border: 1px solid #333594;
  background: #333594 url(../images/searcher.png) left top no-repeat;
  background-size: contain;
  padding: 3px 10px 3px 20px;
  cursor: pointer;
  color: #fff;
}
.search_button:hover {
  border: 1px solid #afb0e4;
  background: #afb0e4 url(../images/searcher_2.png) left top no-repeat;
  background-size: contain;
  color: #333594;
}
.no-radius-left {
  border-radius: 5px 0 0 5px;
}
.no-radius-right {
  border-radius: 0 5px 5px 0;
}
.hidden {
  display: none;
}
.container .login {
  width: 100%;
  margin: 5em auto;
}
.login-page {
  background-color: #ffeff6;
}
.login-banner {
  width: 70%;
}
.login-box {
  position: relative;
  background-color: #ffffff;
  width: 30%;
}
.login-box h4 a {
  background-color: rgba(36, 43, 59, 1);
  padding: 12px 0px;
  text-align: center;
  width: 100%;
  color: #ffffff;
  border-radius: 4px;
  display: block;
}
.login-box h4 a:hover {
  color: #ffffff;
}
.login-page {
  position: relative;
  z-index: 999;
  margin: auto;
}
.login-page h1 {
  font-size: 35px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  color: rgba(15, 22, 36, 1);
  padding: 15px 30px;
  display: table;
  margin: auto;
  margin-bottom: 10px;
}
.login-page h4 a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-decoration: none;
}
.container .login .input {
  display: block;
  width: 80%;
  height: auto;
  padding: 10px 15px;
  background-color: transparent;
  border: 0.5px solid #ffffff;
  color: #ffffff;
  border-radius: 0;
  padding-left: 20px;
}
.container .login .input::placeholder {
  color: #ffffff;
}
.login-left {
  padding: 30px;
  height: 400px;
}
.login-box form label {
  background-color: white;
  color: rgba(174, 174, 174, 1);
  font-size: 13px;
  position: absolute;
  left: 11px;
  top: -8px;
  padding: 0px 10px;
}
.login-box form .btn-primary {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 20.43px;
}
.login-box form .toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  cursor: pointer;
  font-weight: 500;
}
.container .login .error {
  box-shadow: 0 0 1px #f00;
  border: 1px solid #f00;
}
.container .login .button {
  display: block;
  width: 150px;
  height: 43px;
  border-radius: 0;
  background: #d12053;
  border: 1px solid #9f0449;
  color: #fff;
  font-size: 18px;
  text-shadow: 0 1px 0 #000;
  margin-top: 20px;
  cursor: pointer;
}
.container .login .button:hover {
  background: #9f0449;
}
.container .login span {
  display: block;
  margin: 10px 0 0 10px;
  font: 14px;
  color: #f70808;
}
.container .login span strong {
  color: #000;
}
.container .login span strong a {
  text-decoration: none;
  color: inherit;
}
.container .login span strong a:hover {
  color: #4043ba;
}
.container .logo_primary {
  width: 329px;
  height: 62px;
  background: url(../images/smc_logo.png);
  position: absolute;
  top: 20px;
  left: 20px;
}
.container .primary_menu {
  width: 240px;
  height: 100vh;
  padding: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(33, 33, 33, 1);
  overflow-y: scroll;
  z-index: 99999;
  transition: 0.3s;
}
.container .primary_menu::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.container .primary_menu {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.container .primary_menu .smcMenu {
  margin: 0;
  padding: 0;
}
.container .primary_menu .smcMenu a {
  color: #fff;
}
.container .primary_menu .smcMenu .smcMenuPanel {
  margin: 1px;
  padding: 0;
}
.container .primary_menu .smcMenu .smcMenuPanel .smcMenuPanelTab {
  margin: 0;
  padding-bottom: 1em;
  padding-left: 45px;
  padding-top: 1em;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
.container .primary_menu .smcMenu .smcMenuPanel .smcMenuPanelTab .icon {
  position: absolute;
  top: 16px;
  left: 5px;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  overflow: hidden;
  text-align: center;
}
.container .primary_menu .smcMenu .smcMenuPanel .smcMenuPanelTab .icon img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200%;
}
.container .primary_menu .smcMenu .smcMenuPanel .smcMenuPanelTab .flag {
  position: absolute;
  top: 13px;
  right: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/flag_1.png);
}

.container .primary_menu .smcMenu .smcMenuPanel .smcMenuPanelTab:hover a {
  color: #333594;
}
.container
  .primary_menu
  .smcMenu
  .smcMenuPanel
  .smcMenuPanelTab:hover
  .icon
  img {
  position: absolute;
  top: -35px;
  width: 100%;
  height: 200%;
}
.container .primary_menu .smcMenu .smcMenuPanel .smcMenuPanelTab:hover .flag {
  float: right;
  width: 20px;
  height: 20px;
  background: url(../images/flag_2.png);
}
.container
  .primary_menu
  .smcMenu
  .smcMenuPanel
  .smcMenuPanelTab:hover
  .flag:hover {
  background: url(../images/flag_3.png);
}

.container .primary_menu .smcMenu .smcMenuPanel .smcMenuPanelTabChild {
  background: #61afd5;
  margin: 0;
  padding: 17.5px 10px 17.5px 45px;
  width: 180px;
  color: #fff;
  font-size: 14px;
  text-shadow: 0 1px 0 #000;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #333594;
  position: relative;
}
.container .primary_menu .smcMenu .smcMenuPanel .smcMenuPanelTabChild .icon {
  position: absolute;
  top: 8px;
  left: 5px;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  overflow: hidden;
}
.container
  .primary_menu
  .smcMenu
  .smcMenuPanel
  .smcMenuPanelTabChild
  .icon
  img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200%;
}
.container .primary_menu .smcMenu .smcMenuPanel .smcMenuPanelTabChild .flag {
  position: absolute;
  top: 13px;
  right: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/flag_1.png);
}
.container .primary_menu .smcMenu .smcMenuPanel .smcMenuPanelTabChild:hover {
  color: #333594;
  text-shadow: 0 1px 0 #e7e7e7;
  background: #d5d6f1;
  border: 1px solid #afb0e4;
}
.container .primary_menu .smcMenu .smcMenuPanel .smcMenuPanelTabChild:hover a {
  color: #333594;
}
.container
  .primary_menu
  .smcMenu
  .smcMenuPanel
  .smcMenuPanelTabChild:hover
  .icon
  img {
  position: absolute;
  top: -35px;
  width: 100%;
  height: 200%;
}
.container
  .primary_menu
  .smcMenu
  .smcMenuPanel
  .smcMenuPanelTabChild:hover
  .flag {
  float: right;
  width: 20px;
  height: 20px;
  background: url(../images/flag_2.png);
}
.container
  .primary_menu
  .smcMenu
  .smcMenuPanel
  .smcMenuPanelTabChild:hover
  .flag:hover {
  background: url(../images/flag_3.png);
}

.container .primary_menu .smcMenu .smcMenuPanel .setting {
  background: #252662;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  border: 1px solid #252662;
}
.container .primary_menu .smcMenu .smcMenuPanel .setting:hover {
  background: #a8a9de;
  color: #252662;
  text-shadow: 0 1px 0 #e7e7e7;
}
.container .primary_menu .smcMenu .smcMenuPanel .logout {
  color: #fff;
}
.container .primary_menu .smcMenu .smcMenuPanel .logout:hover {
}
.container .primary_menu .smcMenu .smcMenuPanel .active-menu {
  text-shadow: 0 1px 0 #e7e7e7;
  background: #d5d6f1;
  border-top: 1px solid #afb0e4;
  border-left: 1px solid #afb0e4;
  border-right: 1px solid #afb0e4;
  border-bottom: 1px solid #afb0e4;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 5px #b0b3a6;
  color: #333594;
}
.container .primary_menu .smcMenu .smcMenuPanel .active-menu .icon img {
  position: absolute;
  top: -35px;
  width: 100%;
  height: 200%;
}
.container .primary_menu .smcMenu .smcMenuPanel .active-menu .flag {
  float: right;
  width: 20px;
  height: 20px;
  background: url(../images/flag_2.png);
}

.container .primary_menu .smcMenu .smcMenuPanel .active-menu .flag:hover {
  background: url(../images/flag_3.png);
}
.container .primary_menu .smcMenu .smcMenuPanel .smcMenuPanelContent {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background: #efefff;
  box-shadow: 0 0 3px #b0b3a6;
}
.container .primary_menu .smcMenu .smcMenuPanel .smcMenuPanelContent a li {
  padding: 10px 0 0 35px;
  height: 30px;
  color: #333594;
  font-size: 13px;
  text-shadow: 0 1px 0 #e7e7e7;
  border-bottom: 1px dotted #d5d6f1;
  position: relative;
}
.container
  .primary_menu
  .smcMenu
  .smcMenuPanel
  .smcMenuPanelContent
  a
  li
  .icon {
  position: absolute;
  top: 9px;
  left: 14px;
  width: 16px;
  height: 16px;
}
.container
  .primary_menu
  .smcMenu
  .smcMenuPanel
  .smcMenuPanelContent
  a
  li
  .icon
  img {
  width: 100%;
  height: 100%;
}
.container
  .primary_menu
  .smcMenu
  .smcMenuPanel
  .smcMenuPanelContent
  a:hover
  li {
  background: #e7e8f8;
  color: #333594;
  text-shadow: none;
}
.container
  .primary_menu
  .smcMenu
  .smcMenuPanel
  .smcMenuPanelContent
  .active-sub-menu {
  background: #dfdff6;
  color: #333594;
  text-shadow: none;
}

.container
  .primary_menu
  .smcMenu
  .smcMenuPanel
  .smcMenuPanelContent
  .smcMenuPanelContentChild {
  margin-left: 10px;
  padding: 0;
  width: 96%;
  height: auto;
  background: #efefff;
  box-shadow: 0 0 3px #b0b3a6;
}
.container
  .primary_menu
  .smcMenu
  .smcMenuPanel
  .smcMenuPanelContent
  .smcMenuPanelContentChild
  a
  li {
  padding: 10px 0 0 35px;
  height: 30px;
  color: #333594;
  font-size: 13px;
  text-shadow: 0 1px 0 #e7e7e7;
  border-bottom: 1px dotted #d5d6f1;
  position: relative;
}
.container
  .primary_menu
  .smcMenu
  .smcMenuPanel
  .smcMenuPanelContent
  .smcMenuPanelContentChild
  a
  li
  .icon {
  position: absolute;
  top: 9px;
  left: 14px;
  width: 16px;
  height: 16px;
}
.container
  .primary_menu
  .smcMenu
  .smcMenuPanel
  .smcMenuPanelContent
  .smcMenuPanelContentChild
  a
  li
  .icon
  img {
  width: 100%;
  height: 100%;
}
.container
  .primary_menu
  .smcMenu
  .smcMenuPanel
  .smcMenuPanelContent
  .smcMenuPanelContentChild
  a:hover
  li {
  background: #e7e8f8;
  color: #333594;
  text-shadow: none;
}
.container
  .primary_menu
  .smcMenu
  .smcMenuPanel
  .smcMenuPanelContent
  .smcMenuPanelContentChild
  .active-sub-menu {
  background: #dfdff6;
  color: #333594;
  text-shadow: none;
}

.container .primary_menu .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.container .primary_menu .bg img {
  width: 100%;
  height: 100%;
}
.container .content .top_section {
  width: 100%;
  height: 50px;
  background: #f2f2f2;
  margin-left: 0;
  margin-bottom: 2px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  display: none;
}
.container .content .top_section .sub_section {
  float: left;
  max-width: 100%;
  padding: 17px;
  font: 14px;
  color: #333594;
  text-shadow: 0 1px 0 #e7e7e7;
  background: url(../images/border.png) top left no-repeat;
}
.container .content .top_section .sub_section:hover {
  color: #333594;
  text-shadow: 0 1px 0 #e7e7e7;
  cursor: pointer;
  background: #d5d6f1;
}
.container .content .top_section .active {
  color: #fff;
  text-shadow: 0 1px 0 #000;
  cursor: pointer;
  background: #333594;
  box-shadow: 0 0 3px #b0b3a6;
}
.container .content .top_section .active:hover {
  color: #fff;
  text-shadow: 0 1px 0 #000;
  cursor: pointer;
  background: #333594;
  box-shadow: 0 0 3px #b0b3a6;
}
.container .content .notice_board {
  min-height: 400px;
  background: url(../images/notice_board_bg.png) no-repeat 50% 50%;
}
.container .content .messege {
  min-height: 400px;
  border: none;
  background: url(../images/messege_bg.png) no-repeat 50% 50%;
}
.container .content .messege textarea {
  padding: 10px 10px;
  width: 97.8%;
  height: 230px;
  margin: 3px 0 8px 0;
  box-shadow: 0 0 5px #b0b3a6;
  font: 12px;
  color: #333594;
}
.container .content .messege textarea:hover {
  box-shadow: 0 0 5px #5d8a3e;
}
.container .content .messege .send {
  width: 100px;
  height: 32px;
}
.container .content .messege .draft {
  width: 150px;
  height: 32px;
}
.container .content .messege table td {
  text-align: left;
}
.container .content .messege table .table_date {
  width: 80px;
}
.container .content .messege table .table_operation {
  width: 90px;
  text-align: center;
}

.container .content .profile .user_photo {
  width: 100px;
  height: 111px;
  border: 1px solid #d0d1c9;
  box-shadow: 0 0 2px #c5c7bc;
}
.container .content .profile .user_photo img {
  width: 100%;
  height: 100%;
}
.container .content .profile .user_photo .browse_button {
  width: 100px;
  height: 30px;
  margin-top: 5px;
}
.container .content .profile .user_detail form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.container .content .profile .user_detail .data1 {
  width: 30%;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  border-radius: 4px;
  margin-bottom: 20px;
  float: none !important;
}
.container .content .profile .user_detail .data2 {
  width: 70%;
  position: relative;
  float: none !important;
}
.list-filter-box img {
  position: absolute;
  right: 30px;
  top: 15px;
}
.list-filter-box select,
.list-filter-box input {
  width: 100% !important;
  background-color: #f0f1f6;
  padding: 10px;
  margin-bottom: 25px;
  border: none;
}
.list-filter-box .select2-selection__rendered {
  width: 100% !important;
  background-color: #f0f1f6;
  padding: 10px;
  margin-bottom: 25px;
  border: none;
  line-height: inherit !important;
}
.list-filter-box .select2-container--default .select2-selection--single {
  border: none;
  height: auto;
}
.container .content .profile .user_detail .data2 input,
.container .content .profile .user_detail .data2 select,
.container .content .profile .user_detail .data2 textarea {
  width: 100% !important;
  background-color: #f0f1f6;
  padding: 10px;
  margin-bottom: 25px;
  border: none;
}
.container .content .profile .user_detail .error {
  font-size: 14px;
  margin-top: -20px;
  display: block;
  bottom: 0;
  margin-bottom: 20px;
}

.container .content .circular {
  min-height: 400px;
  background: url(../images/circular_bg.png) no-repeat 50% 50%;
}
.container .content .meeting_room {
  min-height: 380px;
  background: url(../images/meeting_room_bg.png) no-repeat 50% 50%;
  padding: 20px 0 0 20px;
}
.container .content .meeting_room span {
  font-size: 13px;
  color: #494b41;
}
.container .content .meeting_room input {
  margin-top: 5px;
  width: 200px;
  height: 16px;
  font-size: 13px;
  padding-left: 10px;
  color: #545649;
}
.container .content .meeting_room .search_button {
  margin-top: 5px;
  margin-left: 2px;
  height: 26px;
}
.container .content .meeting_room hr {
  border: none;
  height: 1px;
  background: #d1d2ca;
  margin: 15px 0;
}
.container .content .meeting_room .meetings {
  width: 23%;
  min-height: 80px;
  padding-bottom: 10px;
  margin-right: 3%;
  float: left;
  border-radius: 2.5px;
  box-shadow: 0 0 3px #b0b3a6;
  background: #fff;
}
.container .content .meeting_room .meetings h3 {
  background: #e6e6e6;
  color: #333594;
  font-size: 13px;
  padding: 6px 10px 6px 10px;
}
.container .content .meeting_room .meetings .meeting_content {
  padding: 3px 10px;
  font-size: 13px;
  color: #57594d;
}
.error {
  font-size: 10px;
  color: red;
}
.container .content .dash_board {
  min-height: 400px;
  background: url(../images/dash_board_bg.png) no-repeat 50% 50%;
}
.sub_cont {
  right: 0;
  position: fixed;
  top: 0;
  z-index: 999;
  background: #ffffff;
  padding: 13px 20px;
  left: 240px;
  transition: 0.3s;
}
.sub_cont p {
  color: rgba(135, 138, 153, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  margin-bottom: 0;
  text-align: left;
  margin-bottom: 0px;
}
.sub_cont h5 {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  margin-bottom: 0;
}
.sub_pic {
  background-image: url(../images/subpic2.jpg);
  height: 62px;
  width: 45px;
  border: #000000 solid 1px;
  background-repeat: no-repeat;
  float: right;
}
.sub_h {
  font-size: 13px;
  float: right;
  padding-left: 10px;
  line-height: 15px;
  padding-right: 20px;
  word-spacing: 0.25px;
}
.lgo {
  float: right;
  background-image: url(../images/lbd1.jpg);
  color: #ffffff;
  width: 50px;
  height: 20px;
  font-size: 10px;
  text-align: center;
  margin-right: -50px;
  border: #333399 solid 1px;
  margin-top: 69px;
  background-repeat: no-repeat;
  line-height: 12px;
  text-align: center;
  text-shadow: #cccccc;
}
.container .login .logo_login {
  height: 200px;
  background: url(../images/bkash.svg);
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 25%;
}
.container .logo_primary {
  width: 140px;
  height: 82px;
  background: url(../images/bkash.svg);
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: 10px;
  background-size: 100% 100%;
}
.bkash-icon {
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  top: -18%;
  opacity: 0.3;
}
.bkash-icon img {
}
.input-single input {
  padding-left: 30px !important;
  padding: 5px 30px;
  background-color: transparent;
  border: 1px solid rgba(215, 216, 221, 1);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
  height: 45px;
}
.input-single input:-internal-autofill-selected {
  background-color: transparent !important;
}
.input-single {
  position: relative;
  margin-bottom: 20px;
}
.input-single i {
  position: absolute;
  top: 1px;
  left: 1px;
  color: #ffffff;
  border-right: 1px solid #ffffff;
  padding-right: 8px;
  font-size: 12px;
  height: 40.5px;
  line-height: 40px;
  background: rgba(197, 55, 119, 0.5);
  width: 40px;
  padding-left: 10px;
  text-align: center;
}
.dashboard-page {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  background-color: rgba(245, 246, 250, 1);
}
@media screen and (max-width: 2400px) and (min-width: 1900px) {
  .container .login {
    margin-top: 15em;
  }
  .bkash-icon {
    top: 5% !important;
  }
}
.dashboard-logo {
  background-color: rgb(233 30 107);
  height: 80px;
  width: 240px;
  display: flex;
}
.dashboard-logo img {
  width: 103px;
  margin: auto;
  display: table;
  margin-top: 0px;
  margin: auto;
}
.panel {
  margin-bottom: 20px;
  background-color: transparent !important;
  border: none !important;
  border-radius: 4px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.revenue-content {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  min-height: 230px;
}
.revenue-content .form-control {
  color: #232323 !important;
  padding: 0 5px;
  font-size: 12px;
  border: 1px solid #a5a5a5;
  box-shadow: none;
  margin-bottom: 15px;
  height: 30px;
}
.revenue-content i {
  font-size: 20px !important;
  background-color: #ea2179;
  color: #ffffff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}
.well {
  background-image: none !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
  border: 1px solid #eeeeee !important;
  border-radius: 5px !important;
}
.well label {
  margin-top: 8px;
  margin-right: 15px;
}
.well .form-control {
  margin-right: 15px;
}
.well .btn-primary {
  background-color: #ea2179;
  background-image: none !important;
  color: #ffffff;
}
.well .btn-primary:hover {
  background-color: #d70863;
  background-image: none !important;
}
table thead {
  background-color: #feeaee;
}
table thead td,
table thead th {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 18.2px;
  text-align: left;
  border-bottom: 1px solid #fdd7df !important;
}
table thead tr {
  background-image: none !important;
  height: auto !important;
}
table tbody tr td {
  color: #181a17;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  text-align: left;
  border: none !important;
  border-bottom: 1px solid #e0e0e0 !important;
  background-color: transparent !important;
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: transparent !important;
}
.popup-btn {
  box-shadow: inset 0px 1px 0px 0px #f7c5c0;
  background: linear-gradient(to bottom, #fc8d83 5%, #e4685d 100%);
  background-color: #fc8d83;
  border-radius: 6px;
  border: 1px solid #d83526;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #b23e35;
  margin-top: 30px;
}
.popup-btn:hover {
  background: linear-gradient(to bottom, #e4685d 5%, #fc8d83 100%);
  background-color: #e4685d;
}
.popup-btn:active {
  position: relative;
  top: 1px;
}
.modal-body hr:last-child {
  display: none;
}
.modal {
  background-color: #21252980 !important;
  padding: 50px !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}
.modal-content {
  position: relative;
  z-index: 999;
}
.modal-content h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  line-height: 25px;
}
.modal .bkash-icon {
  opacity: 0.3 !important;
}

@media screen and (max-width: 900px) and (min-width: 0px) {
  .login-box {
    border-radius: 0;
  }
  .login-left {
    height: 230px;
  }
  .login-box form {
    border-radius: 0;
    text-align: center;
    padding: 50px 20px;
    height: auto;
  }
  .container .login .input {
    width: 100%;
  }
  .container .login .button {
    margin: auto;
  }
  .container .login .logo_login {
    top: 10%;
  }
  .container .login {
    margin: 2em 0 0 0;
  }
}
.loginpage {
  background-color: rgba(255, 255, 255, 1);
}
.btn-primary {
  background-color: rgba(226, 19, 110, 1) !important;
  border: 1px solid rgba(226, 19, 110, 1) !important;
  padding: 15px 0px !important;
  text-align: center !important;
  border-radius: 6px !important;
  color: #ffffff !important;
}

.accordion {
  padding: 30px 15px;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-button {
  background: #007bff;
  color: #fff;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
}

.accordion-button:hover {
  background: #0056b3;
}

.accordion-content {
  background: #f4f4f4;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
}

.accordion-content p {
  padding: 15px 0;
  margin: 0;
}

.arrow {
  transition: transform 0.3s ease;
}

.accordion-button[aria-expanded="true"] .arrow {
  transform: rotate(180deg);
}

.accordion-button[aria-expanded="true"] {
  background: #0056b3;
}

.submenu .accordion-button {
  background: #0069d9;
}

.submenu .accordion-button:hover {
  background: #004a9f;
}

.submenu .accordion-content {
  background: #e9ecef;
}
.smcMenuPanel p {
  margin-bottom: 0px;
}
.smcMenuPanel p a {
  background-color: rgba(226, 19, 110, 1);
  padding: 12px 20px;
  color: white;
  font-size: 17px;
  font-weight: 400;
  line-height: 19.92px;
  display: block;
}
.smcMenuPanel p a i {
  padding-right: 5px;
}
.dropdown-toggle::after {
  display: none !important;
}
.user-info .fa-angle-down {
  position: absolute;
  top: 10px;
  right: -3px;
  font-weight: 400;
  color: rgba(61, 74, 111, 1);
}
.notification-bar {
  position: relative;
}
.notification-bar i {
  color: rgba(76, 78, 100, 1);
}
.notification-bar .dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(255, 77, 73, 1);
}
#vertical-menu-btn {
  cursor: pointer;
}
.card-box {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 6px;
  padding: 20px 30px 30px 30px;
  margin-bottom: 25px;
}
.card-box-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 25.78px;
  margin-bottom: 5px;
}
.card-box-des {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  margin-bottom: 0px;
}
.filter-box {
  background-color: rgba(240, 241, 246, 1);
  border-radius: 5px;
}
.filter-box select {
  border: none;
  background-color: transparent;
  padding: 15px;
  font-size: 14px;
}
select {
  cursor: pointer;
}
.form-select:focus {
  box-shadow: none !important;
}
.dashboard-box {
  background-color: rgba(241, 240, 248, 1);
  padding: 20px;
  border-radius: 4px;
}
.dashboard-box h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 18px;
  color: rgba(66, 66, 66, 1);
}
.dashboard-box h3 {
  color: rgba(15, 22, 36, 1);
  font-family: Roboto;
  font-size: 35px;
  font-weight: 800;
  line-height: 41.02px;
  margin-bottom: 20px;
}
.dashboard-box a {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: rgba(135, 138, 153, 1);
  text-decoration: underline;
  padding: 0;
}
.dashboard-box .icon-box {
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 2px;
  color: white;
}
.dashboard-box .icon-box i {
  line-height: 40px;
}
.dashboard-box1 {
  background-color: rgba(241, 240, 248, 1);
}
.dashboard-box1 .icon-box {
  background-color: #7a70ba;
}
.dashboard-box2 {
  background-color: #ecf6fb;
}
.dashboard-box2 .icon-box {
  background-color: #48a3d7;
}
.dashboard-box3 {
  background-color: #fbf1ec;
}
.dashboard-box3 .icon-box {
  background-color: #d77748;
}
.dashboard-box .btn {
  background-color: #e2136e;
  padding: 5px 8px;
  border-radius: 3px;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  line-height: 12px;
}
.dashboard-box h4 {
  color: #bbbcc4;
  font-size: 20px;
  font-weight: 400;
}
.w-20 {
  width: 20%;
}
.shortcut-item {
  text-align: center;
  width: 20%;
}
.shortcut-item img {
  height: 30px;
  margin-bottom: 10px;
}
.shortcut-item p {
  font-size: 14px;
}
.shortcut-item a {
  display: block;
  color: #64748b;
}
.checkinbox {
  margin-top: -30px;
}
.checkinbox h5 {
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  margin-bottom: 12px;
  color: #64748b;
}
.checkinbox h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  color: #0f1624;
  margin-bottom: 0px;
}
.checkinbox i {
  font-size: 20px;
  font-weight: 900;
}
.checkinbox > div {
  width: 33.33%;
}
.checkinbox > div:nth-child(2) {
  border-right: 1px solid #e4ebee;
  border-left: 1px solid #e4ebee;
  padding-right: 3px;
  padding-left: 3px;
}
.checkinbox > div:last-child {
  border: none;
}
.checkinbox .fa-compress-alt {
  transform: rotate(-45deg);
  font-size: 18px;
}
.latest-activity p {
  font-size: 15px;
}
.activity-item {
  border-top: 1px solid #f1f2f4;
  padding: 15px;
}
.container .content .profile .user_detail input[type="radio"],
.container .content .profile .user_detail input[type="checkbox"] {
  width: auto !important;
}
.btn-outline-primary {
  border: none !important;
  background-color: #ffeff6 !important;
  color: #e2136e !important;
}
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.list-filter-box .select2-selection__rendered {
  background-color: #f0f1f6;
  padding: 10px;
  width: 100%;
}
.list-filter-box
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  border-radius: 5px;
}
.list-filter-box
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 7px !important;
  right: 7px !important;
  width: 20px;
}
.list-filter-box .select2-container {
  width: 100% !important;
}
.list-filter-box .select2-container--default .select2-selection--single {
  border: none !important;
}
.user_detail .select2-container {
  width: 100% !important;
}
.user_detail .select2-container--default .select2-selection--single {
  width: 100% !important;
  background-color: #f0f1f6 !important;
  padding: 10px !important;
  margin-bottom: 25px !important;
  border: none !important;
  height: auto;
}
.user_detail
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 7px !important;
  right: 7px !important;
  width: 20px;
}
th {
  white-space: nowrap !important;
}
.sticky-menu1 {
  position: sticky !important;
  top: 8% !important;
  background: #f0f1f6;
  padding-top: 8px;
  padding-bottom: 10px;
}

.sticky-menu2 {
  position: sticky !important;
  top: 11% !important;
  background: #f0f1f6;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sticky-menu3 {
  position: sticky !important;
  top: 11% !important;
  background: #f0f1f6;
  padding-top: 10px;
  padding-bottom: 10px;
}

.update_btn {
  text-align: center;
}
.change_log_div {
  padding-left: 0 !important;
}
/*Left navigation menu responsive style*/
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .container .sub_cont {
    left: 0;
  }
  .container .primary_menu {
    left: -100%;
  }
  .container .content {
    left: 0;
  }
}
