:root {
    --main-color:#008fda;
    --page-bg-color:#f0f0f0;
}
body{
    font-family:'poppinsregular';
    color: #000;
    font-weight: 500;
    --table-width: 100%;
    position: relative;
    background-color:#f1f6fc;
}
.page-container {
    overflow-x: hidden;
}
button:focus,
:focus{
    outline: none;
}
.fsz10{font-size: 10px;}
.fsz11{font-size: 11px;}
.fsz12{font-size: 12px;}
.fsz13{font-size: 13px;}
.fsz14{font-size: 14px;}
.fsz15{font-size: 15px;}
.fsz16{font-size: 16px;}
.fsz17{font-size: 17px;}
.fsz18{font-size: 18px;}
.fsz19{font-size: 19px;}
.fsz20{font-size: 20px;}
.fsz21{font-size: 21px;}
.fsz22{font-size: 22px;}
.fsz23{font-size: 23px;}
.fsz24{font-size: 24px;}
.fsz25{font-size: 25px;}
.fsz26{font-size: 26px;}
.fsz27{font-size: 27px;}
.fsz28{font-size: 28px;}
.fsz29{font-size: 29px;}
.fsz30{font-size: 30px;}
.fsz31{font-size: 31px;}
.fsz32{font-size: 32px;}
.fsz33{font-size: 33px;}
.fsz34{font-size: 34px;}
.fsz35{font-size: 35px;}
.fsz36{font-size: 36px;}
.fsz37{font-size: 37px;}
.fsz38{font-size: 38px;}
.fsz39{font-size: 39px;}
.fsz40{font-size: 40px;}
.fsz41{font-size: 41px;}
.fsz42{font-size: 42px;}
.fsz43{font-size: 43px;}
.fsz44{font-size: 44px;}
.fsz45{font-size: 45px;}
.fsz46{font-size: 46px;}
.fsz47{font-size: 47px;}
.fsz48{font-size: 48px;}
.fsz49{font-size: 49px;}
.fsz50{font-size: 50px;}

.base-color{
    color: var(--main-color);
}

/** Login css start **/
.login-page {
   background-image: url(../img/login-bg.png);
   background-repeat: no-repeat;
   background-position: 100%;
   background-size: cover;
   padding: 40px;
   margin-top: 80px;
   border-radius: 10px;
}
.login-slide #quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    text-align:center;
  }
  .login-slide .carousel.slide .carousel-indicators {
    top: auto;
    bottom: -30px;
  }
  /* indicator color */
  .login-slide .carousel.slide .carousel-indicators li {
    background-color: #ffffff;
    border:none;
    height:12px;
    width:12px;
    border-radius: 12px;
  }
  /* active indicator */
  .login-slide .carousel.slide .carousel-indicators li.active {
    background: #ffffff;
    border:none;
    margin-bottom:1px;
  }
  .login-slide .carousel-item p {
    color: #ffffff;
    font-size: 14px;
    padding-top: 30px;
    font-weight: 300;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .login-form {
      background-color: #ffffff;
      border-radius: 20px;
      padding: 20px 30px;
  }
  .login-form  h2  {
      font-size: 25px;
      text-align: center;
      text-transform: uppercase;
      color: #010101;
      width: 100%;
      margin-bottom: 25px;
  }
  .login-form input {
      border: 1px solid #dfdfdf;
      color: #010101;
      padding: 0px 10px;
      box-shadow: none;
      font-size: 15px;
      height: 40px;
      border-radius: 5px;
  }
  .login-form input:hover,
  .login-form input:active,
  .login-form input:focus {
    box-shadow: none;
  }
  .login-form input::placeholder {
      color: #808080;
  }
  .login-checkbox input[type=checkbox] + label {
    cursor: pointer;
    color: #010101;
    font-size: 15px;
    font-weight: 500;
  }
  
  .login-checkbox input[type=checkbox] {
    display: none;
  }
  
  .login-checkbox input[type=checkbox] + label:before {
    content: "\2714";
    border: 0.08em solid #cccccc;
    background-color: #cccccc;
    border-radius: 0.2em;
    display: inline-block;
    width: 22px;
    height: 22px;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-right: 5px;
    margin-bottom: 2px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
  }
  
  .login-checkbox input[type=checkbox] + label:active:before {
    transform: scale(0);
  }
  
  .login-checkbox input[type=checkbox]:checked + label:before {
    background-color: #268b0b;
    border-color: #268b0b;
    color: #ffffff;
  }
  
  .login-checkbox input[type=checkbox]:disabled + label:before {
    transform: scale(1);
    border-color: #aaa;
  }
  
  .login-checkbox input[type=checkbox]:checked:disabled + label:before {
    transform: scale(1);
    background-color: #cccccc;
    border-color: #cccccc;
  }
  .btn-login {
    background-color: #008fda;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    padding: 6px 20px;
    margin-top: 30px;
  }
  .btn-login:hover,
  .btn-login:active,
  .btn-login:focus {
    box-shadow: none;
    background-color: #008fda;
    color: #ffffff;
  }
  .forgot-link a {
      text-align: center;
      color: #010101;
      font-size: 15px;
      text-decoration: underline;

  }
  .forgot-link a:hover {
      color:#008fda ;
  }

/** // Login css start **/



.wrapper {
    display: flex;
    align-items: stretch;
    margin-top: 63px;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
}

#sidebar.active {
    margin-left: -250px;
}
#sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
}
#sidebar a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

#sidebar .dropdown-toggle::after {
    display: inline-block;
    margin-left: 6px;
    vertical-align: 6px;
    content: "";
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
} 


#sidebar {
    /* don't forget to add all the previously mentioned styles here too */
    background: #3c1c78;
    color: #fff;
    transition: all 0.3s;
    position: fixed;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 12px 10px;
    font-size: 15px;
    display: block;
    color: #ffffff;
    font-weight: 500;
    border-bottom: 1px solid hsla(261, 54%, 69%, 0.42);
    transition: all 0.5s;
}
#sidebar ul li:last-child a {
    border-bottom: none;
}
#sidebar ul li a:hover {
    color: #ffffff;
    background-color: #008fda96;
    text-decoration: none;
}

#sidebar ul li.active > a {
    color: #fff;
    background: #008fda;
}
#sidebar ul ul a {
    font-size: 14px !important;
    padding-left: 20px !important;
    background: #280c5d;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 400 !important;
}
.top-bar {
    background-color: #ffffff;
    padding: 10px 15px;
    box-shadow: 0px 0px 20px rgba(60, 28, 120, 0.1);
    position: fixed;
    width: 100%;
    z-index: 9;

}
.top-bar ul.logo-setting {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.top-bar ul.logo-setting li {
    list-style-type: none;
    display: inline-block;
}
.top-bar ul.logo-setting li:first-child {
    min-width: 240px;
}


 /* sidebar user */
 .user_panel {
    padding: 0;
    position: relative;
    top: 10px;
    float: right;
    margin-right: 5px;
}

.user_panel .user_img {
    width: 42px;
    height: 42px;
    overflow: hidden;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -10px 10px 0px 0px;
    float: left;
}

.user_panel .user_img img {
    height: 100%;
}

.user_details {
    text-align: right;
    float: left;
}

.user_name {
    position: relative;
    float: right;
    cursor: pointer;
}
.user_name h6{
    color: #202020;
    font-size: 15px;
}
.user_name h6 span i {
    color: #202020;
    font-size: 18px;
    top: 1px;
    left: 2px;
    position: relative;
}
.user_actions {
    position: absolute;
    top:23px;
    right: 0;
    width: 200px;
    background:#ffffff;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0px 0px 15px #e3e3e3;
    padding: 15px 0;
    z-index: 9;
    display: none;
    
}

.user_name:hover .user_actions {
    display: block;
}

.user_actions::before {
    content: '\f0d8';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -17px;
    right: 18px;
    color: #fff;
    font-size: 20px;
}

.user_actions ul li a {
    color: #585858;
    font-weight: 500;
    padding:7px 10px 7px 35px;
    font-size: 15px;
    display: block;
}

.user_actions ul li:not(:last-child) a {
    border-bottom: 1px solid #e6ecf5;
}

.user_actions ul li a:hover {
    color: var(--primary-color);
    text-decoration: none;
    color: #008fda;
}
.user_actions ul li:first-child {
    border-bottom: 1px solid #e6ecf5;
}
.user-der h6 {
    color: #202020;
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
    margin-bottom: 0px;
}
.user-der p {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    margin-bottom: 10px;
}
.user_actions ul li:nth-child(2) a::before {
    content: "";
    background-image: url(../img/lock-inactive.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    width: 14px;
    height: 20px;
    margin-top: 1px;
}
.user_actions ul li:hover:nth-child(2) a::before {
    content: "";
    background-image: url(../img/lock-active.png);
}
.user_actions ul li:nth-child(3) a::before {
    content: "";
    background-image: url(../img/logout-inactive.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    width: 18px;
    height: 20px;
    margin-top: 4px;
}
.user_actions ul li:hover:nth-child(3) a::before {
    content: "";
    background-image: url(../img/logout-active.png);
}
ul.view-title {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.view-title li {
    list-style-type: none;
    display: inline-block;
}
ul.view-title li a {
    color: #202020;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    padding-left: 20px;
}
ul.view-title li a:hover {
    color: #202020;
    text-decoration: none;
}
#content {
    width: calc(100% - 250px);
    padding: 15px;
    margin-left: 250px;
    transition: all 0.3s;
}
#content.active{
    margin-left: 0px;
}
.title-bar {
    width: 100%;
    margin-top: 10px;
}
ul.view-title li a::before {
    content: "";
    background-image: url(../img/double-angle.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    width: 16px;
    height: 16px;
    margin-top: 7px;
}
.add-employee {
    color: #ffffff;
    background-color: #008fda;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 5px 5px 18px rgba(0, 143, 218, 0.4);
}
.add-employee:hover,
.add-employee:focus,
.add-employee:active {
    color: #ffffff;
    box-shadow:5px 5px 18px rgba(0, 143, 218, 0.5);
}
.add-employee img {
    width: 20px;
    margin-right: 5px;
    margin-top: -4px;
}
.tabel-detail {
    background-color: #ffffff;
    padding: 10px 0;
    margin-top: 30px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(60, 28, 120, 0.04);
}
ul.export-btns {
    list-style-type: none;
    margin: 0 15px 0 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
ul.export-btns li {
    list-style-type: none;
    display: inline-block;
    margin-left: 5px;
}
ul.export-btns li:not(last-child){
    padding: 0 10px;
}
.search-input {
    width: 230px;
    position: relative;
}
.search-input input {
  height: 38px;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  color: #202020;
  font-size: 15px;
  font-weight: 500;
  padding-left: 10px;
}
.search-input input::placeholder {
    color: #c1c1c1;
}
.search-input i {
    color: #808080;
    font-size: 15px;
    position: absolute;
    right: 16px;
    top: 11px;
}
.export-file {
    background-color: #00ad65;
    color: #ffffff;
    border-radius: 6px;
    padding:7px 16px;
}
.export-file img {
    padding-left: 3px;
    margin-top: -3px;
}
.export-file:hover,
.export-file:focus,
.export-file:active {
    color: #ffffff;
    box-shadow: none;
    background-color: #268b0b;
}
.filter-btn button {
    width: 100px;
    color: #ffffff;
    box-shadow: none;
    font-size: 16px;
    margin-left: 8px;
}
.filter-btn button:hover,
.filter-btn button:focus,
.filter-btn button:active {
    color: #ffffff;
    box-shadow: none !important;
}
.numberin-set {
    padding-left: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.numberin-set span {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
}
.numberin-set .dropdown-menu.show {
    min-width: 67px !important;
}
.numberin-set select {
    border: 1px solid #dfdfdf;
    font-size: 14px;
    font-weight: 500;
    color: #202020;
    margin: 0 5px;
    height: 32px;
    border-radius: 5px;
    width: 50px;
    padding-left: 5px;
}

.table-responsive.new-tabel-data table thead tr th {
    font-size: 14px;
    color: #202020;
    font-weight: 600;
    text-align: center;
    border-top:1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    white-space: nowrap;
}
.table-responsive.new-tabel-data table tbody tr td {
    font-size: 14px;
    color: #606060;
    font-weight: 400;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;

    /* white-space: nowrap; */
}
/* .table-responsive.new-tabel-data table tbody tr:last-child td {
    border-bottom: none;
} */
.documnent-file {
    background-color: #4c4c4c;
    border-radius: 6px;
    padding:2px 7px;
}
.documnent-file img {
    width: 14px;
}
.documnent-file:hover,
.documnent-file:focus,
.documnent-file:active {
    box-shadow: none;
    background-color: #333232;
}
ul.actions-btn {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.actions-btn li {
    list-style-type: none;
    display: inline-block;
}
ul.actions-btn li:first-child {
    margin-right: 5px;
}
.edit-btn {
    background-color: #00ad31;
    border-radius: 6px;
    padding:3.5px 6px;
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
}
.edit-btn:hover,
.edit-btn:focus,
.edit-btn:active {
    background-color: #007d23;
    box-shadow: none;
    color: #ffffff;
}
.edit-btn img {
    margin-right: 2px;
    margin-top: -2px;
}
.edit-delete {
    background-color: #ea2802;
    border-radius: 6px;
    padding:3.5px 5px;
}
.table td, .table th {
    padding: .50rem .75rem;
}
.edit-delete:hover,
.edit-delete:focus,
.edit-delete:active {
    background-color: #c82100;
    box-shadow: none;
}
.open-page-counter h3 {
   font-size: 15px;
   font-weight: 500;
   color: #9ca1b9;
   margin: 0;
   padding: 10px 0px 10px 15px;
}
ul.pagination-setting {
    list-style-type: none;
    margin: 0 0 0px 0;
    padding: 0 15px 0px 0;
    text-align: right;
}
ul.pagination-setting li {
    list-style-type: none;
    display: inline-block;
    padding-left: 1px;
}
ul.pagination-setting li a {
    text-decoration: none;
    color: #808080;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #c1c1c1;
    padding: 3px 11px;
    border-radius: 4px;
    background-color: #ffffff;
    transition: all 0.1s ease-in-out;
}
ul.pagination-setting li a:hover,
ul.pagination-setting li.active a {
    background-color: #008fda;
    color: #ffffff;
    border: 1px solid #008fda;
}
ul.pagination-setting li a i {
    font-size: 20px;
}
ul.pagination-setting li:first-child a,
ul.pagination-setting li:last-child a {
    background-color: #c1c1c1;
    color: #ffffff;
    border: none;
}
.copy-right h5 {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
}

.add-employees label {
    font-size: 15px;
    color: #202020;
    font-weight: 500;
}
.add-employees input {
    border: 1px solid #dadada;
    color: #010101;
    padding: 0px 10px;
    box-shadow: none;
    font-size: 15px;
    height: 44px;
    border-radius: 6px;
}
.add-employees input::placeholder {
    color: #afafaf;
}
.add-employees input:hover,
.add-employees input:active,
.add-employees input:focus {
    box-shadow: none;
}
.btn-cancel {
    color: #757575;
    background-color: #d2d2d2;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 5px 5px 18px rgba(208, 208, 208, 0.82);
    border: none;
    transition: all 0.3s ease-in-out;
    border-radius: 100px;
    margin-right: 15px;
}
.btn-save-emploee {
    color: #ffffff !important;
    background-color: #f3b722 !important;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 10px;
    box-shadow: 5px 5px 18px rgba(243, 183, 34, 0.52);
    border: none;
    border-radius: 100px;
}
.btn-cancel:hover,
.btn-cancel:focus,
.btn-cancel:active {
   background-color: #757575;
   color: #ffffff;
   box-shadow: 5px 5px 18px rgba(208, 208, 208, 0.82);
}
.btn-save-emploee:hover,
.btn-save-emploee:active,
.btn-save-emploee:focus {
    background-color: #d78900 !important;
    box-shadow: 5px 5px 18px rgba(243, 183, 34, 0.52);
    color: #ffffff;
}

.table-responsive.new-tabel-data table tbody tr td a {
    color: #008fda;
    text-decoration: none;
}
.table-responsive.new-tabel-data table tbody tr td a:hover {
    color: #3c1c78;
    text-decoration: none;
}

.view-toolkit .dropdown-toggle {
    background: transparent;
    color: #202020;
    border: 0;
    padding: 0 30px 0 0;
}
.view-toolkit .dropdown-toggle:hover,
.view-toolkit .dropdown-toggle:focus,
.view-toolkit .dropdown-toggle:active,
.view-toolkit.show .dropdown-toggle:hover,
.view-toolkit.show .dropdown-toggle:focus,
.view-toolkit.show .dropdown-toggle:active {
    background: transparent;
    color: #202020;
    box-shadow: none;
    border: none;
}
.view-toolkit.show>.dropdown-toggle {
    background: transparent;
    color: #202020;
    box-shadow: none;
    border: none;
}
ul.toolkit-dropdown {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.toolkit-dropdown li {
    list-style-type: none;
    display: block;
    padding: 8px 15px;
    font-size: 15px;
    color: #202020;
    border-bottom: 1px solid #cccccc;
}
ul.toolkit-dropdown li strong {
    padding-right: 5px;
}
ul.toolkit-dropdown li a {
    text-align: right;
    color: #008fda;
    font-size: 14px;
}
ul.toolkit-dropdown li:first-child {
    text-align: right;
}
ul.toolkit-dropdown li:last-child {
     border-bottom: none;
}
.view-toolkit .dropdown-menu.show{
    padding: 0;
    min-width: 170px;
}
.feedback-popup .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}
.feedback-popup .modal-body {
    padding-top: 0;
}
.feedback-popup .modal-body h6 {
    color: #00c25f;
    font-size: 16px;
    font-weight: 600;
    padding-top: 5px;
}
.feedback-popup .modal-body h5 {
    color: #202020;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 5px;
}
.feedback-popup .modal-body p {
    color: #909090;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 20px;
    line-height:25px;
}

.onoff-toggel {
    padding: 40px 0 100px 0;
}
.onoff-toggel h3 {
    color: #303030;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.onoff-toggel p {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.onoff-toggel .checkbox.switcher label,
.onoff-toggel .radio.switcher label {
padding: 0;
}
.onoff-toggel .checkbox.switcher label *,
.onoff-toggel .radio.switcher label * {
vertical-align: middle;
font-size: 14px;
}
.onoff-toggel .checkbox.switcher label input,
.onoff-toggel .radio.switcher label input {
display: none;
}
.onoff-toggel .checkbox.switcher label input + span,
.onoff-toggel .radio.switcher label input + span {
position: relative;
display: inline-block;
margin: 0 10px;
width: 56px;
height: 28px;
background: #dadada;
border: 1px solid #dadada;
border-radius: 50px;
transition: all 0.3s ease-in-out;
}
.onoff-toggel .checkbox.switcher label input + span small,
.onoff-toggel .radio.switcher label input + span small {
position: absolute;
display: block;
width: 50%;
height: 100%;
background: #fff;
border-radius: 50%;
transition: all 0.3s ease-in-out;
left: 0;
}
.onoff-toggel .checkbox.switcher label input:checked + span,
.onoff-toggel .radio.switcher label input:checked + span {
  background: #f3b722;
  border-color: #f3b722;
}
.onoff-toggel .checkbox.switcher label input:checked + span small,
.onoff-toggel .radio.switcher label input:checked + span small {
left: 50%;
}
.new-btn-submit {
    background-color: #f3b722;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 100px;
    padding: 12px 50px;
    margin-top: 20px;
    box-shadow: 7px 4px 15px rgba(243, 183, 34, 0.39);
    margin-left: 15px;
}
.new-btn-submit:hover,
.new-btn-submit:focus,
.new-btn-submit:active {
  background-color: #f49002;
  color: #ffffff;
  box-shadow: 7px 4px 15px rgba(243, 183, 34, 0.39);
}




  .change-password input {
    border: 1px solid #dadada;
    color: #010101;
    padding: 0px 10px;
    box-shadow: none;
    font-size: 15px;
    height: 44px;
    border-radius: 6px;
  }
  .change-password  label {
    font-size: 15px;
    color: #202020;
    font-weight: 500;
  }
  .change-password input::placeholder {
    color: #afafaf;
}
.change-password  input:hover,
.change-password  input:active,
.change-password  input:focus {
    box-shadow: none;
}

 .timeset input {
    border: 1px solid #dadada;
    color: #010101;
    padding: 0px 10px;
    box-shadow: none;
    font-size: 15px;
    height: 44px;
    border-radius: 6px;
  }
    .timeset label {
    font-size: 15px;
    color: #202020;
    font-weight: 500;
  }
  .timeset input::placeholder {
    color: #afafaf;
}
 .timeset input:hover,
 .timeset input:active,
 .timeset input:focus {
    box-shadow: none;
}
.user-id {
    font-size: 13px;
    color: #008fda;
    padding-left: 20px;
    cursor: pointer;
}

/** Account Profesoinal css start **/
.admin-user h6 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
.admin-user p {
    font-size: 13px;
    font-weight: 500;
    color: #808080;
    margin: 0;
}
.copyright-bottom {
    margin-top: 200px;
}
.dashboard-box {
    background-color: #ffffff;
    border-radius:8px 8px 0 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}
.dashboard-box .dash-titile {
     padding: 12px 20px;
     border-bottom: 1px solid #cccccc;
}
.dashboard-box .dash-titile h6 {
    margin: 0;
    font-size: 16px;
    color: #000000;
    font-size: 15px;
}
.dashboard-box ul.user-counter {
     list-style-type: none;
     padding: 28px 20px;
     margin: 0;
     width: 100%;
}
.dashboard-box ul.user-counter li {
    list-style-type: none;
    display: inline-block;
    width: 48%;
}
.dashboard-box ul.user-counter li h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    color: #000;
}
.dashboard-box ul.user-counter li img {
    width: 30px;
}
.dashboard-box ul.user-counter li:first-child {
     text-align: left;
}
.dashboard-box ul.user-counter li:last-child {
    text-align: right;
}
.btn-readmore a {
    width: 100%;
    background-color: #3c1c78;
    float: left;
    padding: 8px 20px;
    color: #dbc8ff;
    font-size: 13px;
    text-align: right;
    font-weight: 400;
    border-radius: 0 0 8px 8px;
    text-decoration: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
}
.btn-readmore a i {
    padding-left:10px;
}
.dashboard-box:hover  .btn-readmore a {
    background-color: #5429a5;
    color: #ffffff;
}
.all-box .col-md-4 {
    padding: 8px;
}
.all-box {
    padding: 15px;
}
.edit-delete,
.edit-delete:hover {
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
}

ul.nav-tabs.tabs-panel-design {
    background-color: #008fda;
    color: #ffffff;
    border:none;
}
ul.nav-tabs.tabs-panel-design li.nav-item {
    margin-bottom: -2px;
}
ul.nav-tabs.tabs-panel-design li a {
    border-right: 1px solid #a9dcf7;
    color: #ffffff;
}
ul.nav-tabs.tabs-panel-design li a.active {
    border: none;
    border-radius: 0;
    color: #008fda;
}
.tabel-detail.request-tabs {
    padding-top: 0;
    border-top: 2px solid #008fda;
}
ul.nav-tabs.tabs-panel-design li:hover {
    box-shadow: none;
    border: none;
} 
ul.btn-docu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.btn-docu li {
    list-style-type: none;
    display: inline-block;
    padding: 0 1px;
}

.select-status select {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    color: #606060;
}
a.view-content {
    color: #606060 !important;
    line-height: 20px;
    max-width: 200px;
}
a.view-content:hover {
    color: #008fda !important;
}
.content-view-popup .modal-header h5 {
    color: #202020;
    font-size: 18px;
    font-weight: 600;
}
.content-view-popup .modal-body p  {
    font-size: 14px;
    color: #808080;
    line-height: 25px;
    font-weight: 400;
    padding: 7px 0;
}
.nav-tabs .nav-link:hover {
    border-color: transparent;
    border-right: 1px solid #a9dcf7;
}

/** Account Profesoinal css end **/

.custom_dropdown .dropdown-toggle::after{
    position: initial;
    transform: initial;
    display: inline-block
}

.custom_dropdown{
    position: relative;
}

.custom_dropdown .dropdown-menu{
    position: absolute;
    top: 38px !important;
    transform: initial !important;
}
.btn-reply {
    
    border-radius: 6px;
    padding:3.5px 5px;
}
.btn-reply, .btn-reply:hover {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
}
.modal.fade .modal-dialog.modal-dialog-zoom {-webkit-transform: translate(0,0)scale(.5);transform: translate(0,0)scale(.5);}
.modal.show .modal-dialog.modal-dialog-zoom {-webkit-transform: translate(0,0)scale(1);transform: translate(0,0)scale(1);}
.word-wrap{
    word-wrap: break-word;
    min-width: 200px;
    max-width: 200px;
}
.col_selector.shadow {
    min-height: 170px;
        border: 1px solid #ccc;

}

.image-source-link {
    color: #98C3D1;
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 28px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6C757D;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #008FDA;
}

input:focus + .slider {
  box-shadow: 0 0 1px #008FDA;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Accordian*/
.blue.lighten-3 {
    background-color: #008FDA !important;
}
.blue.lighten-3 a{
    color: #fff;
}
.mb-0>a {
    position: relative;
    display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    padding-left: 40px;
    min-height: 30px;
    color: #2a2e43;
    transition: all 0.5s;
    display: flex;
    justify-content: start;
    align-items: center;
}
.mb-0>a[aria-expanded="true"]:after {
    content: "\f106";
    transition: all 0.5s;
}
.mb-0>a:after {
    position: absolute;
    font-family: fontAwesome;
    font-weight: 900;
    content: "\f107";
    left: 0;
    background: #008FDA;
    color: #ffffff;
    width: 30px;
    height: 100%;
    text-align: center;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}
.filter-btn .btn-secondary{
  background-color: #59698D !important;
  text-align: left;
  min-width: 120px;
}
.filter-btn .btn-secondary:hover{
    color: #fff !important; 
    background-color: #5a6268 !important;
    border-color: #545b62 !important;
}
.numberin-set .show_dropdown {
    background-color: #ffffff !important;
    color: #000 !important;
    border: 1px solid #ccc !important;
    width: 72px;
    text-align: left;
    margin:0 7px;
}
/* Popup*/

.mfp-wrap{
    z-index: 1900;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
        opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
        opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.avatar_img {
    background: #eee;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #ccc;
    height: 91%;
        display: flex;
    align-items: center;
}
.user_photo {
    width: 165px;
    height: 165px;
    background: #ccc;
    border-radius: 100px;
    overflow: hidden;
        display: flex;
    justify-content: center;
    align-items: center;
}
.photo_lable{
    width: 46%;
    text-align: center;
}
.photo_lable label{
        margin-left: 15px;
    background: #3C1C78;
    width: 100%;
    display: block;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 30px;
}
.cursor-pointer{
    cursor: pointer;
}

.category_btn .delete.icon{
    display: none;
}

/* .dropdown-menu{
    max-height: 200px;
    overflow-y: auto;
} */