@font-face {
  font-family: "Segoe UI";
  font-weight: 200;
  src: local("Segoe UI Light");
}

@font-face {
  font-family: "Segoe UI";
  font-weight: 300;
  src: local("Segoe UI Semilight");
}

@font-face {
  font-family: "Segoe UI";
  font-weight: 400;
  src: local("Segoe UI");
}

@font-face {
  font-family: "Segoe UI";
  font-weight: 600;
  src: local("Segoe UI Semibold");
}

@font-face {
  font-family: "Segoe UI";
  font-weight: 700;
  src: local("Segoe UI Bold");
}

@font-face {
  font-family: "Segoe UI";
  font-style: italic;
  font-weight: 400;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.row {
  margin-right: -15px !important;
  margin-left: -15px !important;
}

div [class*="col"],
.row>* {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

* {
  padding: 0;
  margin: 0;
}

body {
  background-color: #fafafb;
  font-family: "Segoe UI" !important;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
}

.white-bg {
  background-color: #fff;
}

.confirm-message {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 25px;

}

.confirm-message span {
  color: #0f57d6;
}

p {
  margin-bottom: 0px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.content-title {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  line-height: 30px;
}

.content-title span {
  font-size: 13px;
  font-weight: 400;
}

.sub-title {
  font-size: 14px;
  font-weight: 400;
}

.pos-btn {
  padding: 20px;
  background-color: transparent;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  top: auto;
  bottom: -80px;
  right: 0;
  opacity: 0;
  z-index: 10;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  -moz-transition: bottom .3s ease-in-out;
  -webkit-transition: bottom .3s ease-in-out;
  -ms-transition: bottom .3s ease-in-out;
  -o-transition: bottom .3s ease-in-out;
  transition: bottom .3s ease-in-out;
}

.pos-btn .btn {
  height: 34px;
  width: 34px;
  border-radius: 4px;
}

/* .question-box:hover .pos-btn {
  bottom: 0;
  opacity: 1;
} */

.btn {
  height: 30px;
  padding: 10px 15px;
  line-height: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn:hover,
.btn:focus {
  box-shadow: none;
  outline: none;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn i {
  font-size: 16px;
  margin-right: 10px;
}

.btn-min {
  min-width: 110px;
}


.btn-gradient {
  /* width: 145px; */
  border: none;
  border-radius: 30px;
  /* font-size: 12px; */
  color: #fff;
  background-image: linear-gradient(to right, #1058d6, #4bafa7);
}



.btn-gradient:hover,
.btn-gradient:focus {
  box-shadow: none !important;
  outline: none !important;
  color: #fff;
  background-image: linear-gradient(to right, #1058d6, #4bafa7);
}

.btn-primary {

  background-image: linear-gradient(to right, #cfdef6, #dbeeee);
  border-radius: 22px;
  border-color: transparent;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  border: none;
  /* transition: all 300ms ease-in-out; */
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn-primary:hover,
.btn-primary:focus {
  background-image: linear-gradient(to right, #1058d6, #4bafa7);
  color: #fff;
  box-shadow: none;
  outline: none;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  /* transition: all 300ms ease-in-out; */

}

.not-assigned {
  padding: 4px 8px;
  background-color: #f3f3f3;
  border-radius: 17px;
}

.pending {
  padding: 4px 8px;
  background-color: #fff5c2;
  border-radius: 17px;
  font-size: 12px;
    font-weight: 600;
}

.ongoing {
  padding: 4px 8px;
  background-color: #ffdc97;
  border-radius: 17px;
  font-size: 12px;
    font-weight: 600;
}

.completed {
  padding: 4px 8px;
  background-color: #d2fdbb;
  border-radius: 17px;
  font-size: 12px;
    font-weight: 600;
}

.icon-toggle i {
  font-size: 24px;
  color: #000;
}
.btn:focus{
    box-shadow:none!important;
    outline:none!important;
    
}

.page-wrapper .page-content {
  overflow-x: hidden;
}

.page-wrapper .page-heading {
  background-color: #ffffff;
  padding: 10px 0 10px 0;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 1000;
  padding-left: 0px;
  transition: all 0.3s ease;
  top :0px;
}

.page-wrapper .page-heading h2 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  line-height: 43px;
  margin-bottom: 0px;
}

.page-wrapper .page-heading .btn-dark {
  background-color: transparent;
  border-color: transparent;
  float: left;
  /* padding-left: 0px; */
  transition: all 0.3s ease;
  padding: 0px;
  /*margin-left: 25px;*/
}

.page-wrapper .page-heading .btn-dark:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.page-wrapper .page-heading .btn-dark:focus {
  box-shadow: none !important;
  outline: none;
}

.page-wrapper .page-heading .dropdown {
  width: 170px;
}

.page-wrapper .page-heading .dropdown .dropdown-toggle {
  background-color: transparent !important;
  border-color: transparent !important;
  padding: 0;
  color: #000;
}

.page-wrapper .page-heading .dropdown .dropdown-toggle i {
  font-size: 27px;
  color: #7b7bb0;
  /*margin-left: 15px;*/
  margin:0px;
}

.page-wrapper .page-heading .dropdown .dropdown-toggle::after {
  display: none;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  float: right;
  top: 50%;
  position: absolute;
  right: 13px;
}

.page-wrapper .page-heading .dropdown .user-pic {
  float: left;
  width: 38px;
  height: 38px;
  padding: 2px;
  font-size: 15px;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 25px;
  background-color: #0c53d8;
  color: #FFF;
}

.page-wrapper .page-heading .dropdown .user-pic img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 4px;
}

.page-wrapper .page-heading .dropdown .user-info span {
  display: block;
  line-height: 20px;
}

.page-wrapper .page-heading .dropdown .user-info{
      margin-right:10px;
}
.page-wrapper .page-heading .dropdown .user-info span.user-name {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95px;
   text-align:right;
}

.page-wrapper .page-heading .dropdown .user-info span.user-role {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 120px;
}

.page-heading .btn-dark:not(:disabled):not(.disabled).active,
.page-heading .btn-dark:not(:disabled):not(.disabled):active,
.page-heading .show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #149ccc;
  border-color: #149ccc;
}

.page-heading .dropdown-toggle:focus,
.page-heading .btn-secondary:not(:disabled):not(.disabled).active,
.page-heading .btn-secondary:not(:disabled):not(.disabled):active,
.page-heading .show>.btn-secondary.dropdown-toggle {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.page-heading .user-info>.page-heading .user-info .page-heading .user-info footer {
  padding: 10px 0;
  background-color: #041b29;
}

.page-wrapper.chiller-theme.toggled .navbar-brand {
  width: 200px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease!important;
}
.page-wrapper .navbar-brand img {width: 166px !important; height: auto !important;}

.page-wrapper.chiller-theme .navbar-brand {
  /*width: 110px !important;*/
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease!important;
}


/*.page-wrapper.chiller-theme .max-logo {*/
  /*display: none;*/
/*  -webkit-transition: all 0.3s ease;*/
/*  -moz-transition: all 0.3s ease;*/
/*  -ms-transition: all 0.3s ease;*/
/*  -o-transition: all 0.3s ease;*/
/*  transition: all 0.3s ease;*/
/*}*/


/*.page-wrapper.chiller-theme.toggled .max-logo {*/
/*  display: block;*/
/*  margin: 0 auto;*/
/*  -webkit-transition: all 0.3s ease;*/
/*  -moz-transition: all 0.3s ease;*/
/*  -ms-transition: all 0.3s ease;*/
/*  -o-transition: all 0.3s ease;*/
/*  transition: all 0.3s ease;*/
/*}*/

.navbar-brand {
  /* width: 225px !important; */
  display: block;
  margin: 0;
  text-align: center;
   transition: all 0.3s ease!important;
}

.search-list {
  border: 1px solid #e6ebf1;
  border-radius: 10px;
  padding: 25px;
}

.search-list .form-control.white {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0px;
  font-size: 12px;
  padding: 5px 0px;
}

.search-list label {
  margin-bottom: 0px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

.search-list .test-box {
  border: 1px solid #e6ebf1;
  border-radius: 10px;
  padding: 10px;
}

.search-list .test-box .form-check-input {
  margin-top: 15px;
}

.form-check .form-check-label {
  font-size: 13px;
}

/* Select2 plugin */
.custom-dropdown {
  margin-bottom: 30px;
}
select2-container--classic .select2-selection--single:focus{
     box-shadow:none!important;
    outline:none!important;
    border:none!important;
}
.select2-container--classic .select2-selection--multiple:focus{ box-shadow:none!important;
    outline:none!important;
    border:none!important;}
.select2-container--default .select2-search--dropdown .select2-search__field:focus{
    box-shadow:none!important;
    outline:none!important;
}
.select2-dropdown .select2-results__option {
  position: relative !important;
}

.select2-container {
  width: 100% !important;
  /* margin-bottom: 3px; */
}

.select2-container--default .select2-selection--single {
  border: none !important;
  border-bottom: 1px solid #cccccc !important;
  background-color: transparent !important;
  border-radius: 0px;
  height: 34px;
}

.select2-selection__rendered {
  padding-left: 0px !important;
  font-size: 12px;
}

.select2-results__option {
  font-size: 13px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #30427e;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #2c62d9 transparent transparent;
}

.select2-selection__arrow .la-angle-down {
  color: #0d53d6;
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 4px !important;
}

.main-wrapper {
  /* margin-top: 20px; */
  padding: 30px 3px;
}

.table {
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.table thead {
  background-color: #cfddf7;
  font-size: 14px;
}

.table td {
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
  vertical-align: middle;
}

.table .user-photo img {
  border: 2px solid #4fb3a5;
  border-radius: 3px;
  height: 30px;
  width: 30px;
}

.table .action-icon {
  font-size: 22px;
  cursor: pointer;
}

.table> :not(:first-child) {
  border-top: 2px solid transparent;
}

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

.modal-title {
  font-size: 18px;
}

.modal .modal-content {
  border: none !important;
}

.modal .modal-header {
  padding: 15px 20px;
  color: #fff;
  background-image: linear-gradient(to right, #0f57d6, #50b2a4) !important;
}

.modal .modal-header .btn-close {
  background: transparent url(../images/close-btn.png) center/1em auto no-repeat;
  opacity: 10;
}

.modal .modal-header .btn-close:focus {
  box-shadow: none;
  outline: none;
}

.modal .modal-body .add-user-form label {
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
  font-weight: 600;
}

.modal .modal-body .add-user-form .form-group,
.modal .modal-body .add-user-form .input-group {
  margin-bottom: 12px;
}

.modal .modal-body .add-user-form .form-control,
.modal .modal-body .add-user-form .input-group-append,
.profile-holder .form-holder .input-group-append {
  border: none;
  border-bottom: 1px solid #cccccc;
  padding-left: 0px;
  border-radius: 0px;
  background-color: transparent;
  font-size: 13px;
  padding-top: 0px;
}


.profile-holder .form-holder .file-upload-wrapper {
  border: none;
  border-bottom: 1px solid #cccccc;

}

.profile-holder .form-holder .input-group .form-control {
  border-bottom: 1px solid #cccccc;
}

.modal .modal-body .add-user-form .input-group-text,
.profile-holder .form-holder .input-group-text {
  border: none;
  background-color: transparent;
  font-size: 16px;
}

.modal .modal-body .add-user-form .input-group-text i,
.profile-holder .form-holder .input-group-text i {
  font-size: 16px;
  cursor: pointer;
}

.profile-holder .form-holder .flatpickr-input::placeholder {
  color: #999;
}

.modal .modal-body .add-user-form .form-control::-moz-placeholder {
  font-size: 12px;
}

.modal .modal-body .add-user-form .form-control:-ms-input-placeholder {
  font-size: 12px;
}

.modal .modal-body .add-user-form .form-control::placeholder {
  font-size: 12px;
}

.modal .modal-body .add-user-form .form-control:focus {
  box-shadow: none;
  outline: none;
}

.modal .modal-body .data-label {
  font-size: 12px !important;
  font-weight: 600 !important;
}

.modal .modal-footer {
  border-top: transparent;
}

.modal .modal-footer .btn {
  padding: 10px 30px;
}

.modal .modal-footer .btn:focus {
  box-shadow: none;
  outline: none;
}

.plans {
  border: 1px solid #e6ebf1 !important;
  border-radius: 10px !important;
  overflow: hidden;
  min-height: 285px;
}

.plans .plan-header {
  padding: 10px;
  background-image: linear-gradient(to right, #6e99e7, #95d1c9);
}

.plans .plan-header h5 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 600;
}

.plans .plan-header p {
  font-size: 14px;
  color: #fff;
}

.plans .plan-body {
  padding: 25px 20px;
}

.plans .plan-body .plan-price {
  font-size: 24px;
  color: #535353;
  font-weight: 600;
  margin-bottom: 30px;
}

.plans .plan-body p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
}

/* data table pagination */
table.dataTable.stripe>tbody>tr.odd>*, table.dataTable.display>tbody>tr.odd>* {
   box-shadow:none!important;
}
    table.dataTable.hover>tbody>tr:hover>*, table.dataTable.display>tbody>tr:hover>* {
    box-shadow:none!important;
}
.dataTables_wrapper .dataTables_filter input:focus {
  box-shadow: none;
  outline: none;
}

.dataTables_length,
.dataTables_filter,
.dataTables_info,
.paginate_button .previous,
.dataTables_wrapper .dataTables_paginate {
  font-size: 14px;
}

.totalUser_filter input {
  margin-left: 6px;
}

.dataTables_length label select {
  outline: none;
  margin: 0px 4px;
}

table.dataTable.no-footer {
  /*border-radius: 10px;*/
  margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid #ececec !important;
  border-radius: 8px;
  padding: 6px 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid #ececec !important;
  background-image: linear-gradient(to right, #6d98e5, #92ccc9) !important;
  color: #fff !important;
}
 .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    color:#fff!important;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: left !important;
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
  border: 1px solid #9db2d9 !important;
  top: 24px !important;
}

table.dataTable thead th,
table.dataTable thead td {
  border-bottom: none !important;
}

.dataTable.no-footer {
  border-bottom: 1px solid #e5e5e5 !important;
}

table.dataTable tbody tr.selected>* {
  box-shadow: none !important;
  color: #000 !important;
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  text-shadow: none !important;
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  text-shadow: none !important;
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  margin-top: -9px;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none;
}

.browse-file {
  border: 1px solid #e2e2fb;
  border-radius: 4px;
  color: #666666;
  cursor: pointer;
  display: block;
  margin: 1em 0;
  padding: 3em;
  text-align: center;
}

.browse-file input[type=file]::-webkit-file-upload-button {
  border: none;
  font-size: 13px;
  padding: 8px 12px;
  border-radius: 22px;
  background-image: linear-gradient(to right, #cfdef6, #dbeeee);
  color: #000;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.browse-file input[type=file]::file-selector-button {
  border: none;
  font-size: 13px;
  padding: 8px 12px;
  border-radius: 22px;
  background-image: linear-gradient(to right, #cfdef6, #dbeeee);
  color: #000;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.browse-file input[type=file]::-webkit-file-upload-button:hover {
  background-image: linear-gradient(to right, #1058d6, #4bafa7);
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.browse-file input[type=file]::file-selector-button:hover {
  background-image: linear-gradient(to right, #1058d6, #4bafa7);
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.browse-file ::-moz-placeholder {
  font-size: 12px !important;
}

.browse-file :-ms-input-placeholder {
  font-size: 12px !important;
}

.browse-file ::placeholder {
  font-size: 12px !important;
}

.question-bank .question-box {
  background-color: #fff;
  padding: 15px;
  box-shadow: 0px 0px 32px 0px rgba(18, 19, 23, 0.13);
  border-radius: 10px;
  position: relative;
  transition: all 300ms ease-in-out;
  overflow: hidden;
}

.question-bank .ques-no {
  background-color: #52ba9b;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  height: 25px;
  width: 25px;
  border-radius: 4px;
  position: absolute;
  top: -12px;
  z-index: 50;
  left: 30px;
}

.question-bank .question-box .question p {
  font-weight: 600;
  font-size: 15px;
  text-align: justify;
  line-height: 20px;
}

.question-bank .question .question-text {
  font-weight: 600;
}

/* .question-bank .question-box .answer-box .form-check {
  margin-bottom: 10px;
} */

.question-bank .question-box .answer-box .form-check .form-check-input {
  cursor: pointer;
}

.question-bank .question-box .answer-box .form-check .form-check-label {
  font-size: 14px;
  font-weight: 500;
}

.answer-box .form-check-input:hover,
.answer-box .form-check-input:focus {
  box-shadow: none;
  outline: none;
}

.question-bank .question-margin {
  margin-top: 40px;
  position: relative;
}

.content-overlay {
  visibility: hidden;
  color: #fff;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: auto;
  right: 15px;
  top: 15px;
  bottom: auto;
  /* left: 20px;
  right: 20px;
  bottom: 10px; */
  transition: all 0.3s ease-in-out 0s;
}

.question-margin:hover .content-overlay {
  visibility: visible;
  transition: all 0.3s ease-in-out 0s;
}

.tab-section .nav-tabs .nav-link {
  background-color: #fff;
  border: 1px solid #e6ebf1 !important;
  border-radius: 10px 10px 0px 0px;
  margin-right: 10px;
  color: #000;
  transition: all 300ms ease-in-out;
}

.tab-section .nav-tabs .nav-link:hover,
.tab-section .nav-tabs .nav-link.active {
  background-image: linear-gradient(to right, #1058d6, #4bafa7);
  color: #ffffff;
}

.tab-section .tab-content {
  background-color: #fff;
  border: 1px solid #e6ebf1;
  border-radius: 4px;
  padding: 15px;
}

.tab-section .tab-content .form-label {
  font-weight: 600;
  font-size: 14px;
}

.tab-section .tab-content .form-control {
  border: none;
  border-bottom: 1px solid #e6ebf1;
  font-size: 13px;
  margin-bottom: 30px;
  padding-left: 0px;
}

.tab-section .tab-content .form-control:focus {
  box-shadow: none;
  outline: none;
}

.tab-section .tab-content .form-control::-moz-placeholder {
  font-size: 12px !important;
}

.tab-section .tab-content .form-control:-ms-input-placeholder {
  font-size: 12px !important;
}

.tab-section .tab-content .form-control::placeholder {
  font-size: 12px !important;
}

@media only screen and (max-width: 1024px) {
  .page-wrapper.toggled .page-content {
    padding-left: 0;
  }
}

.count-box {
  border: 1px solid #e6ebf1;
  box-shadow: 0px 0px 18px 0px rgba(151, 151, 151, 0.15);
  border-radius: 10px;
  padding: 10px 15px;
}

.count-box .count {
  color: #535353;
  font-size: 24px;
  font-weight: 700;
}

.count-box .count-title {
  font-size: 14px;
  color: #535353;
  font-weight: 600;
}

.count-box .icon-box {
  border-radius: 34px;
  height: 65px;
  width: 65px;
}

.count-box .icon-box.blue-gradient {
  background-image: linear-gradient(#50b2d5, #9fe2ce);
}

.count-box .icon-box.red-gradient {
  background-image: linear-gradient(#fe98a3, #f8c7b1);
}

.count-box .icon-box.purple-gradient {
  background-image: linear-gradient(#ae93ec, #f0c8ee);
}

.count-box .icon-box.mix-gradient {
  background-image: linear-gradient(#adb0e3, #85d8f9);
}

.count-box .icon-box.light-blue-gradient {
  background-image: linear-gradient(#98a9cf, #dee9e7);
}

.count-box .icon-box.purple-yellow-gradient {
  background-image: linear-gradient(#8791c7, #ebd6b3);
}

.count-box .icon-box.blue-green-gradient {
  background-image: linear-gradient(#6db8ee, #bae09d);
}

.count-box .icon-box.purple-red-gradient {
  background-image: linear-gradient(#a192d5, #daa6a8);
}

.count-box .icon-box i {
  font-size: 36px;
  color: #fff;
}

.card {
  border-radius: 20px;
  background-color: transparent;
}

.graph .card-body {
  min-height: 460px;
  border-radius: 10px;
  padding: 10px 15px;
  border: 1px solid #e6ebf1;
  box-shadow: 0px 0px 18px 0px rgba(151, 151, 151, 0.15);
}

.card .card-body {
  border-radius: 10px;
}

.details h5 {
  color: #535353;
  font-size: 14px;
  margin-bottom: 20px;
}

.details .user-details {
  margin-bottom: 30px;
}

.details .user-details:last-child {
  margin-bottom: 0px;
}

.details .user-details .test-user-pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #4fb3a5;
  border-radius: 5px;
  height: 50px;
  width: 50px;
  margin-right: 20px;
}

.details .user-details .user-name {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-right: 20px;
  line-height: 25px;
}

.details .user-details .user-name span {
  font-size: 14px;
  font-weight: 500;
}

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #FFF;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 5PX;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #dcdcdc;
}

/* end media query 1024 */
@media only screen and (max-width: 1024px) {
  /* .page-wrapper.toggled #show-sidebar {
    padding-left: 130px !important;
  } */
  .page-wrapper .page-heading .dropdown {width: auto; float: right;}
}

@media only screen and (max-width: 991px) {
  /*.page-wrapper.toggled #show-sidebar {*/
  /*  padding-left: 135px !important;*/
  /*}*/
.main-wrapper {
    padding: 30px 0 30px 0;
}
.box-margin{
    margin-bottom:10px;
}
.graph{
    margin-bottom:10px;
}
  .count-box {
    margin-bottom: 10px;
  }

  .btn-primary {
    padding: 8px 14px !important;
  }

  .plans .plan-header h5 {
    font-size: 20px !important;
  }

  .plans .plan-header p {
    font-size: 12px !important;
  }
}

/* end media query 991px */
@media only screen and (max-width: 767px) {
  .page-wrapper.toggled #show-sidebar {
    padding-left: 85px !important;
  }

  .page-heading h2 {
    font-size: 16px;
    line-height: 30px;
  }

  .page-heading .dropdown-toggle {
    width: 50px;
  }

  .page-heading .user-pic {
    width: 30px;
    height: 30px;
  }

  .page-heading .user-info {
    display: none;
  }

  .page-heading .dropdown-toggle::after {
    right: 0;
  }

  .page-wrapper.toggled #show-sidebar {
    left: -40px;
    margin-top: 0px;
  }

  .page-wrapper.chiller-theme.toggled .page-heading h2 {
    display: none;
  }

  .content-holder {
    padding-top: 15px;
  }

  .count-box {
    margin-bottom: 10px;
  }

  .btn-primary {
    padding: 8px 14px !important;
    font-size: 11px !important;
  }
  .page-wrapper .page-heading .dropdown .user-pic {padding: 18px;}
  .page-wrapper.toggled #show-sidebar {padding-left: 10px !important;}
  .main-wrapper {padding: 0;}
}

/* end media query 767px */
@media screen and (max-width: 550px) {
	.page-wrapper.chiller-theme.toggled .navbar-brand {width: 170px !important;}
}

/* end media query 550px */
@media screen and (max-width: 480px) {
	.page-wrapper.chiller-theme .navbar-brand {width: 32px !important; overflow: hidden;}
	.page-wrapper.chiller-theme.toggled .navbar-brand {width: 35px !important;}
}
/* end media query 480px */

.content-holder {height: unset !important;}

.loading-data {
	position: fixed;
	width: 1000%;
    height: 100%;
	background: rgba(0,0,0,0.35);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    z-index: 10000;
}
.loading-data div {
    top: 46%;
    position: absolute;
    left: 5%;
}
.loading-data .msg-text {
	position: fixed;
    top: 53%;
    left: 48%;
    color: #FFFFFF;
}

.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 40px;
  border: 1px solid #e6ebf1;
}

.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  color: #999 !important;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
  font-size: 12px;
}

.file-upload-wrapper:before {
  content: "Browse";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-image: linear-gradient(to right, #cfdef6, #dbeeee);
  color: #000;
  font-weight: 700;
  z-index: 25;
  font-size: 12px;
  line-height: 38px;
  padding: 0 15px;
  transition: all 300ms ease-in-out;
}

.file-upload-wrapper:hover:before {
  background-image: linear-gradient(to right, #1058d6, #4bafa7);
  color: #fff;
  transition: all 300ms ease-in-out;
}

.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

.error,
.myerror {
  color: #ff0000;
  margin-top: 3px;
  font-size: 13px;
}

.time-span {
  font-size: 15px;
  font-weight: 600;
}

/* CHECKBOX */

input[type=checkbox] {
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
  outline: none;
}

input[type=checkbox]:before {
  content: "";
  display: block;
  /* position: absolute; */
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  border: 2px solid #9db2d9;
  border-radius: 1px;
  background-color: transparent;
}

input[type=checkbox]:checked:focus {
  box-shadow: none;
  outline: none;
}

input[type=checkbox]:checked:before {
  border: 2px solid #9db2d9;
  background-color: transparent;
}

input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  border: 2px solid #9db2d9;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 5px;
}

.form-check-input:checked {
  background-color: transparent;
  border-color: transparent;
}

.test-box {
  /* height: 600px; */
  padding: 15px;
  border: 1px solid #e6ebf1;
  box-shadow: 0px 0px 18px 0px rgb(151 151 151 / 15%);
  border-radius: 10px;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none !important;
  -webkit-appearance: none !important;
}

/* .calender {
  position: relative;
}

.calender::before {
  font-family: "FontAwesome";
  content: "\f017";
  position: absolute;
  left: 15px;
  color: #149dcd !important;
  font-size: 16px;
} */

/* RADIO BUTTON */

input[type="radio"] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 17px;
  height: 17px;
  padding: 2px !important;
  /* background-color only for content */
  background-clip: content-box;
  border: 2px solid #b2b2b2;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: none !important;
  outline: none !important;
}


/* appearance for checked radiobutton */
.form-check-input:checked[type=radio] {
  background-image: none;
}

input[type="radio"]:checked {
  appearance: none;
  display: inline-block;
  width: 17px;
  height: 17px;
  padding: 2px !important;
  background-clip: content-box;
  border: 2px solid #0141e6;
  background-color: #0141e6;
  box-shadow: none !important;
  outline: none !important;
}

.Myloading .loading-text {
  font-size: 15px;
  color: #6f93f1;

}

.Myloading .spinner-border {
  color: #6f93f1;

}

.loader-overlay i {
  font-size: 65px;

}

.loader-overlay {
  /* background-color: rgba(2, 72, 232); */
  /* background-color: #3995b7; */
  display: none !important;
  background-image: linear-gradient(#0248e8, #4fb4a3);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  color: #fff;
  font-size: 14px;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
  {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.select2-container--open{
z-index: 4444;
}
/*# sourceMappingURL=main.css.map */