@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
  --theme-clr: #F2582E;
}

*,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #111111;
}


/*loader css start*/

#preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  overflow: hidden;
  background: #fff;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
}

.lds-ripple div {
  position: absolute;
  border: 4px solid var(--theme-clr);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -1s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}


/*loader css end*/


/*links css start*/

.body-link {
  font-size: 12px;
  color: #111111;
  line-height: 15px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

.body-link.theme-clr .theme-clr {
  color: #C4D82E;
}

.radius-15 {
  border-radius: 15px;
}

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

.radius-6 {
  border-radius: 6px;
}

.radius-5 {
  border-radius: 5px
}

.radius-4 {
  border-radius: 4px
}

.border {
  border: 1px solid #DDDDDD;
}

.border-end {
  border-right: 1px solid #DDDDDD !important;
}

.border-red {
  border: 2px solid #f5efe1;
  border-radius: 4.62px;
  padding: 13px 27px 13px 20px !important;
}


/*global css start*/

html,
body {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #111111;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  overflow-x: hidden;
}

.landing {
  background-image: url(../img/img_landing_bg.png);
  background-repeat: no-repeat;
  background-position: center;
}

main {
  background-color: #f6f6f6;
  min-height: calc(calc(var(--vh, 1vh) * 100) - 60px);
}


main,
footer {
  margin: 0 auto;
}

svg {
  color: inherit;
  fill: currentColor;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:active,
a:focus {
  outline: none;
  box-shadow: none;
  color: inherit;
  color: #111111;
}

.link-hover:hover {
  color: #C4D82E;
}

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

.section-padding {
  padding: 50px 0;
}

.section-title {
  font-size: 60px;
  letter-spacing: 0;
  line-height: 62px;
}


/*bootstrap grid css*/

.container,
.container-fluid {
  --bs-gutter-x: 15px;
}

.row {
  --bs-gutter-x: 30px;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/*.col-lg-9 {     width: 78%; }*/

/*bootstrap grid css end*/

.ic {
  width: 24px;
  min-width: 24px;
  height: 24px;
}

label {
  font-size: 15px;
  line-height: 20px;
  color: #111111;
}

.form-control::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 20px;
  color: #DDDDDD;
}

.form-control::-moz-placeholder {
  font-size: 15px;
  line-height: 20px;
  color: #DDDDDD;
}

.form-control:-ms-input-placeholder {
  font-size: 15px;
  line-height: 20px;
  color: #DDDDDD;
}

.form-control:-moz-placeholder {
  font-size: 15px;
  line-height: 20px;
  color: #DDDDDD;
}

.form-control {
  color: #080808;
  padding: 11px 15px !important;
  min-height: 50px;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  background-color: #FFFFFF;
  height: 50px !important;

}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #DDDDDD;
}

.form-group {
  margin-bottom: 20px;
}

.input-border {
  border: 0;
  box-shadow: inset 0 -1px 0 0 #DDDDDD;
  border-radius: 0
}

.input-border:focus {
  box-shadow: inset 0 -1px 0 0 #C4D82E
}

.search-input {
  /* background: #fff url(../img/ic_search.svg) no-repeat left 10px center; */
  padding-left: 44px;
}

.date-input {
  background: #fff url(../img/ic_date.svg) no-repeat right 11px center;
  width: 234px;
  border: 0;
  outline-color: transparent;
}

.input-group {
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  background-color: #FFFFFF;

}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #ff5851;
}

.black-dot {
  height: 10px;
  width: 10px;
  background-color: #111111;
  border-radius: 50%;
}

.form-label {
  margin-bottom: 10px;
}

.editname input {
  background-image: url(../img/ic_edit.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  height: 41px;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  background-color: #FFFFFF;
}

.upldimg input[type="file"] {
  display: none;
}

.upldimg .custom-file-upload {
  display: inline-block;
  cursor: pointer;
}

.loadimg {
  width: 130px;
  height: 113px;
  border-radius: 6px;
}



.form-select,
.form-select:active,
.form-select:hover,
.form-select:focus {
  box-shadow: none;
  color: #111111;
  padding: 11px 15px;
  min-height: 50px;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  background-color: #FFFFFF;
  height: 50px;
}

.headerform-select,
.headerform-select:active,
.headerform-select:hover,
.headerform-select:focus {
  border: 1px solid #868686;
  border-radius: 14px;
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 18px;
  height: 30px;
  padding: 0px 35px 0 15px;
}

.form-select:disabled {
  background-color: #F9F9F9;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #F9F9F9;
}

.variablecolor {
  border-radius: 6px;
  background-color: #F2F2F2;
}


/*css for custom radio start*/

.form-check-input:checked[type=radio] {
  background-image: url(../img/ic_select_circle.svg);
  background-repeat: no-repeat;
  color: #080808;
  box-shadow: none;
  }
  .form-check-input[type=radio] { 
  background-repeat: no-repeat;
  background-size: 20px;
  color: #656565;
  cursor: pointer;
  line-height: 22px;
  box-shadow: none;box-shadow: none;
  border: 1.5px solid #B2B2B2; }
  
.form-check {
  min-height: 0;
}

.form-check,
.custom-checkbox {
  padding: 0;
}

.form-check .form-check-input {
  height: 20px;
  width: 20px;
  z-index: 1;
  cursor: pointer;
}
.radio-grp {
  padding-left: 1.4rem;
}
label.form-check-label {
  line-height: 2;
  padding-left: 2px;
}
.assessments .form-check {
  padding: 12px 0;
}

.form-check-input:checked[type=checkbox] {
  background: url(../img/ic_checkbox_on.svg);
  border: none;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.form-check-input[type=checkbox] {
  background: url(../img/ic_unchecked_black.svg);
  border: none;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  margin-right: 2px;
  margin-top: 0;
}

.form-check-input:focus {
  box-shadow: none;
}

.form-switch .form-check-input:focus {
  background-image: url(../img/On.svg);
}

.form-switch .form-check-input {
  width: 3em;
  margin-left: -2.5em;
  background-image: url(../img/On.svg);
  background-position: left center;
  border-radius: 2em;
  border: 0;
  background-color: #ffffff;
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url(../img/ic_switch_off.svg);
}

hr {
  background-color: #DDDDDD;
  opacity: 1;
  margin-bottom: 20px;
}


/*css for custom radio end*/



/*accordion css start*/

.collapse-row.collapsed+tr {
  display: none;
}

.accordion-button:not(.collapsed) {
  background-color: #5D5D9B;
  color: #FFFFFF;
}


/*accordion css end*/


/* tooltip css start */

.tooltip-inner {
  background-color: #B8B8B8;
  padding: 10px;
  max-width: 202px;
  color: #000000;
  text-align: left;
}

.tooltip {
  font-size: 15px;
  line-height: 17px;
}

.tooltip.show {
  opacity: 1;
}

.tooltip .arrow::after {
  content: " ";
  position: absolute;
  top: 93%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #B8B8B8 transparent transparent transparent;
}

.tooltip .tooltip-arrow::before {
  border-top-color: #B8B8B8;
  border-bottom-color: #B8B8B8;
}


/* tooltip css end */

.overflowauto {
  height: 100px;
  overflow: scroll;
}


/*button css start*/

button:focus {
  outline: none;
}

.btn,
.btn:hover,
.btn:active,
.btn:focus {
  padding: 9px 20px;
  font-size: 15px;
  font-weight: 600;

  line-height: 20px;
  box-shadow: none;
  border-radius: 6px;
  background-color: #272162;
  color: #FFFFFF;

}

.btn-orange,
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
  background-color: #F2582E;
  padding: 14px 0;

}


.btn:hover {
  opacity: 0.9;
}

.btn-white,
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  padding: 4px 18px;
  border: 1px solid #B8B8B8;
  border-radius: 6px;
  background-color: #FFFFFF;
  color: #000000;
}

.btn-sm,
.btn-sm:hover,
.btn-sm:focus,
.btn-sm:active {
  padding: 3px 6px;
  border-radius: 13px;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;

}

.btn-green,
.btn-green:hover,
.btn-green:focus,
.btn-green:active {
  background-color: #7FC924;
}

.btn-red,
.btn-red:hover,
.btn-red:focus,
.btn-red:active {
  background-color: #F2582E;
}


.btn-xs,
.btn-xs:hover,
.btn-xs:focus,
.btn-xs:active {
  color: #272162;
  border: 1px solid #272162;
  border-radius: 6px;
  background-color: #FFFFFF;

}

.btn-xxs,
.btn-xxs:hover,
.btn-xxs:focus,
.btn-xxs:active {
  padding: 10px 19px !important;
}

.btn-xl,
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active {
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  background-color: #FFFFFF;
  font-weight: 400;
  color: #111111;
  padding: 7px 15px;

}

.btn-grey,
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active {
  background-color: #F2F4F6;
  padding: 10px 35px;
  color: #292749;
}

.btn-theme,
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active {
  color: #fff;
  background-color: #C4D82E;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active {
  color: #C4D82E;
  background: transparent;
  border-color: #C4D82E;
  opacity: 1
}

.btnwidth {
  width: 160px;
}

.btnheight,
.btnheight:hover,
.btnheight:focus,
.btnheight:active {
  padding: 11px 20px;
}

.btn-transparent,
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
  background-color: transparent;
  color: #111111;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  padding: 0;
}


.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #F2582E;
  border: 1px solid #F2582E;
  box-shadow: none;
}


.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  border: 1px solid #F2582E;
  color: #111111;
  background-color: #FFFFFF;
  box-shadow: none;
  padding: 12px 20px;
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: none;
}

/*button css end*/





/*pagination css start*/

.page-item .page-link {
  border-radius: 50%;
  margin-left: 10px;
  border-color: #6A6A6D;
  padding: 0 7px;
  height: 46px;
  width: 46px;
  text-align: center;
  line-height: 46px;
  color: #6A6A6D;
  font-size: 16px;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border: 0;
  background: transparent;
}

.page-item:not(:first-child) .page-link {
  margin-left: 14px;
}

.page-link:hover,
.page-link:focus {
  background-color: #fff;
  border-color: #C4D82E;
  color: #C4D82E;
  box-shadow: none;
}

.page-item.disabled {
  opacity: 0.4;
}


/*pagination css end*/


/*scrollbar css start*/

* {
  scrollbar-color: #DCE0E7 #f8fafc;
  scrollbar-width: thin;
  scrollbar-height: thin;
}

*::-webkit-scrollbar {
  width: 4px;
  height: 5px;
  -moz-appearance: none !important;
}

*::-webkit-scrollbar-track,
*::-webkit-scrollbar-track-piece {
  background-color: #f8fafc;
  -moz-appearance: none !important;
  border: none !important;
  box-shadow: none;
}

*::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb:vertical,
*::-webkit-scrollbar-thumb:horizontal {
  background-color: #DCE0E7;
  outline: none;
  border-radius: 4px;
  -moz-appearance: none !important;
}




/*card css start*/

.card-header {
  padding: 0px;
  border-bottom: 0;
}

.card-header:first-child {
  border-radius: 0;
}

.card-body,
.card-footer {
  padding: 20px;
}

.card-footer:last-child {
  border-radius: 0 0 6px 6px;
}

.card {
  border: 0;
}


/*card css end*/

.chart-container {
  position: relative;
  width: 100%;
}

.chart {
  position: relative;
  display: block;
  width: 100%;
}

.has-fixed-height {
  height: 400px;
}


/* table css start */

.table {
  border-collapse: separate;
  border-spacing: 0px 0px;
}

.table tr th {

  padding: 13px 20px;
  color: #666666;
  font-size: 15px;
  font-weight: 600;

  line-height: 20px;
  background-color: #FFFFFF;
  box-shadow: inset 0 -1px 0 0 #DDDDDD;
  white-space: nowrap;
}

.table tr td {
  color: #111111;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 20px;
  border-bottom-width: 0px;
  white-space: nowrap;
}

.table tr td span {
  color: #111111;
  font-size: 12px;
  line-height: 17px;
}

.table tbody tr {

  background-color: #FFFFFF;
  box-shadow: inset 0 -1px 0 0 #DDDDDD;

}

.table>:not(caption)>*>* {}

.table-hover>tbody>tr:hover {
  background-color: #F9F9F9;

}

.table>:not(:last-child)>:last-child>* {
  border-bottom: none;
}

/*.table-hover>tbody>tr:hover>td {
  color: #FFFFFF;
}

.table-nohover>tbody>tr:hover>td {
  color: #868686;
}*/


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



.select2-container {
  /* z-index: 100000; */
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #868686;
  border-radius: 14px;
  background-color: #FFFFFF;
  min-height: 30px;
  width: 200px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #DDDDDD;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #dddddd;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 0px;
  color: #111111;
  font-weight: 400;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #868686;
  border-radius: 14px;
  background-color: #FFFFFF;
}

.select2-selection__choice__display {
  font-size: 15px;
}

.labeldisplay {
  display: block;
}


/* table css end */


/*scrollbar css end*/


/*modal css start*/

.modal-body {
  padding: 20px;
}

.modal-content {
  border: 0;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgb(8 8 8 / 30%);
}



/*modal css satrt*/
@media (min-width: 576px) {
  .modal-sm.modal-dialog {
    max-width: 400px;
  }

  .FeedbackModal.right .modal-dialog {
    max-width: 520px;
  }
}

.modal-header {
  background-color: #fff;
  box-shadow: none;
  border-bottom: 1px solid var(--border-color);
}

.modal.right .modal-header {
  background-color: var(--light-clr);
  padding: 16px 20px;
  min-height: 50px;
}

.modal-header .close {

  margin: 0;
  text-shadow: none;
  font-weight: 400;
  font-size: 22px;
}

.modal-title {
  font-size: var(--detail-heading-font);
  font-weight: 500;
}

.modal.right .modal-content.header-lg {
  min-height: 100%;
}

.modal.right {
  display: block !important;
  right: -100%;
  -webkit-transition: right 0.5s ease-out;
  -moz-transition: right 0.5s ease-out;
  -o-transition: right 0.5s ease-out;
  transition: right 0.5s ease-out;
  left: auto;
}

.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border: none;
  border-radius: 0;
  box-shadow: 0 10px 4px 0 rgba(215, 220, 227, 0.25);
  padding-top: 60px;
}

.modal.right .modal-content.header-lg {
  padding-top: 71px;
}

.header-lg .modal-header {
  padding: 10px 20px;
}

.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  right: -100%;
  -webkit-transition: right 0.5s ease-out;
  -moz-transition: right 0.5s ease-out;
  -o-transition: right 0.5s ease-out;
  transition: right 0.5s ease-out;
}

.modal.right.show .modal-dialog {
  right: 0;
}

.modal-header {
  background-color: var(--light-clr);
  padding: 13px 20px;
  box-shadow: inset 0 -1px 0 0 var(--border-color);
}

.modal.right .modal-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
}

.modal-title {
  font-size: var(--small-font);
  line-height: var(--small-line-height);
  font-family: var(--bold-font);
}

.modal-header .close {
  padding: 0;
  margin: 0;
}

.modal-xl.modal-dialog {
  max-width: 90%;
}

.modal-lg.modal-dialog {
  max-width: 60%;
}

/*.modal-md.modal-dialog { max-width: 35%; }*/
.modal-sm.modal-dialog {
  max-width: 30%;
}

.modal.right .modal-xl .modal-body {
  padding: 0 15px;
}

.modal.right .modal-body {
  overflow: auto;
}

.modal.right .modal-header .close {}

.modal.right .modal-title {
  font-weight: 600;
  font-size: var(--small-font);
  line-height: var(--small-line-height);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 27px;
  color: #272162;
}

.chips li {
  padding: 3px 10px 3px 3px;
}

.modal.right .pro-icon {
  height: 26px;
  min-width: 26px;
  width: 26px;
  line-height: 26px;
}

.modal.right .chips li {
  margin: 0 4px 10px 0;
  min-height: 32px;
  line-height: 24px;
}

/*modal css end*/



/*modal css end*/

.close {
  border: 0px;
  background-color: transparent;

  padding: 0;

}

.pointer {
  cursor: pointer;
}

.modal-header {
  background-color: #FFFFFF;
  box-shadow: inset 0 -1px 0 0 #dddddd;
  font-size: 20px;
}

/*accrodian css start*/
.modal.right .accordion>div {
  border-bottom-color: rgba(0, 0, 0, .1) !important
}

.modal.right .accordion .card-header {
  cursor: pointer;
  padding: 12px 0 12px 20px;
  background-image: url(../img/ic_dropdown.svg);
  background-repeat: no-repeat;
  background-position: right 0 center;
  padding-right: 35px !important;
  margin-bottom: -1px;
  border-bottom: 1px solid #ddd;
  background-size: 18px;
}

.modal.right .accordion .card-header[aria-expanded="true"] {
  background-image: url(../img/ic_dropup.svg);
}

/*accordian css end*/




/*breadcrumb css start*/

.breadcrumb {
  padding: 30px 0;
}

.breadcrumb-item+.breadcrumb-item {
  position: relative;
  padding-left: 40px;
}

.breadcrumb-item a,
.breadcrumb-item.active {
  text-decoration: none;
  color: #111111;
  display: inline-block;
}

.breadcrumb-item a:hover {
  color: #C4D82E;
}

.breadcrumb-item+.breadcrumb-item::before {
  background: url(../img/arrow_right.svg);
  background-size: 11px;
  background-repeat: no-repeat;
  content: '';
  width: 26px;
  height: 12px;
  top: 6px;
  float: none;
  background-position: center;
  padding-right: 0;
  display: inline-block;
  position: absolute;
  left: 8px;
  text-align: center;
}


/*breadcrumb css end*/


/*header css start*/

header {
  /*height: 70px;*/
  /*background: #fff;*/
}

.planhead {
  height: 80px;
  background: #fff;
}

.section-top {
  background-color: #0A5666;
  padding-top: 3px;
  padding-bottom: 3px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-left: 0px;
  /*line-height: 70px;*/
  color: #111111;
}

.navbar-expand-lg {
  height: 60px;
  /*background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(221,221,221,0.5);*/
}

.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link,
.navbar-expand-lg .navbar-nav .nav-item:focus .nav-link,
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  color: #0A5666;
}

.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  color: #7F00FF;
}

header .nav-link {
  /*padding: 26px 20px;*/
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  color: #1A1729;
}

header .nav-link:hover,
.nav-link:focus {
  color: #C4D82E;
}

header .nav-item.active .nav-link {
  color: #C4D82E;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  border: 0;
  border-radius: 0;
}

.nav-logo {
  display: none;
}

.btn-transparent.dropdown-toggle {
  background: transparent url(../img/ic_arrow_down.svg);
  background-repeat: no-repeat;
  background-position: right 7px center;
  padding-right: 35px !important;
  height: auto;
  font-weight: 400;
}

.btn-transparent.dropdown-toggle:after {
  content: none !important;
}

.dropdown-item {
  font-size: 16px;
  line-height: 20px;
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
}

.dropdown-item:last-child {
  border: 0;
}


/*.navbar-toggler {padding: 0;font-size: 20px;position: fixed;height: 35px;width: 35px;margin-right: auto;-webkit-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.navbar-toggler .navbar-toggler-icon {-webkit-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.navbar-toggler[aria-expanded = "true"] .navbar-toggler-icon {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
.navbar-toggler:focus {outline: none;}
.navbar-toggler span.icon-bar {-webkit-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;background: #263249;width: 30px;height: 2px;display: block;margin-bottom: 7px;text-align: left;margin-right: auto;opacity: 1;}
.navbar-toggler .icon-bar.top-bar {width: 15px;}
.navbar-toggler .icon-bar.middle-bar {width: 22px;}
.navbar-toggler span.icon-bar.bottom-bar {margin-bottom: 0px;}
.navbar-toggler[aria-expanded = "true"] .icon-bar {-webkit-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.navbar-toggler[aria-expanded = "true"] .top-bar {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);position: absolute;top: 12px;width: 30px}
.navbar-toggler[aria-expanded = "true"] .middle-bar {opacity: 0;}
.navbar-toggler[aria-expanded = "true"] .bottom-bar {-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);width: 30px !important;position: absolute;top: 13px;}
*/


/*header css start*/

header {}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #FFFFFF;
  box-shadow: inset 0 -1px 0 0 #DDDDDD;
}

.navbar-light .navbar-nav .nav-link {
  color: #FFFFFF;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: #FFFFFF;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 15px;
  padding-right: 14px;
  color: #111111;
  line-height: 34px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active {
  color: #FFFFFF;
  background-color: #262e71;
}

.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  color: #7F00FF;
}

header .nav-link {
  /*padding: 26px 20px;*/
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  color: #111111;
}

.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  color: #111111;
  background-color: #dddddd;
}

.dropdown-toggle::after {
  content: none;
}

.dropdown-menu {
  padding: 0;
  min-width: 6rem;
}

.dropdown-menu li:last-child>a {
  border-radius: 0 0 4px 4px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  border: 0;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
  margin-top: 0;
}

.caret.dropdown-toggle {
  padding: 14px 16px;
  position: absolute;
  right: 0;
  top: 0;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 2;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-logo {
  display: none;
}

.btn-transparent.dropdown-toggle {
  background: transparent url(../img/ic_down_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 7px center;
  padding-right: 35px !important;
  height: auto;
  font-weight: 400;
}

.btn-transparent.dropdown-toggle:after {
  content: none !important;
}

.dropdown-item {
  font-size: 15px;
  line-height: 23px;
  padding: 4px 20px;
  color: #111111;
}

.dropdown-item:last-child {
  border: 0;
}

.navbar-toggler {
  padding: 0;
  font-size: 20px;
  position: relative;
  height: 27px;
  width: 30px;
  margin-left: auto;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 6px 0;
}

.navbar-toggler .navbar-toggler-icon {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler.cross .navbar-toggler-icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler span.icon-bar {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  background: #000;
  width: 30px;
  height: 2px;
  display: block;
  text-align: right;
  margin-left: auto;
  opacity: 0.8;
}

.navbar-toggler span.icon-bar.bottom-bar {
  margin-bottom: 0px;
}

.navbar-toggler[aria-expanded="true"] .icon-bar {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler[aria-expanded="true"] .top-bar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
}

.navbar-toggler[aria-expanded="true"] .middle-bar {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 30px !important;
  position: absolute;
  top: 13px;
}


/*header css end*/

.disablechip {
  border-radius: 17px;
  background-color: #f9fafb;
  font-size: 14px;
  line-height: 22px;
  padding: 8px 16px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #9897a8;
}

.chip {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 22px;
  color: #292749;
  border-radius: 17px;
  background-color: #F2F4F6;
  margin-right: 10px;
  margin-bottom: 10px;
}

.top-nav {
  background-color: #FFFFFF;
  padding-top: 5px;
  padding-bottom: 5px;
}


/*common class start*/

.ms-2px {
  margin-left: 2px;
}

.me-05 {
  margin-right: 5px;
}

.me-20 {
  margin-right: 20px;
}

.me-10 {
  margin-right: 10px;
}

.ms-20 {
  margin-left: 20px;
}

.me-40 {
  margin-right: 40px;
}

.me-30 {
  margin-right: 30px;
}

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

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

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-10 {
  margin-top: 10px;
}

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

.p-30 {
  padding: 30px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}


/*font size class start*/

.body-font {
  font-size: 15px;
  line-height: 20px;
}

.sm-font {
  font-size: 12px;
  line-height: 17px;
}

.md-font {
  font-size: 20px;
  line-height: 27px;
}

.xl-font {
  font-size: 36px;
  line-height: 49px;
}


/*font size class end*/


/*font weight*/

.fw-300 {
  font-weight: 300
}

.font-regular,
.fw-400 {
  font-weight: 400
}

.font-medium,
.fw-500 {
  font-weight: 500
}

.font-semibold,
.fw-600 {
  font-weight: 600
}

.font-bold,
.fw-700 {
  font-weight: 700
}


/*color css start*/

.body-clr {
  color: #111111;
}

.blue-clr {
  color: #089CE0;
}

.red-clr {
  color: #F2582E;
}

.ltblue-clr {
  color: #272162;
}

.black-clr {
  color: #000000;
}

.white-clr {
  color: #ffffff;
}

.grey-clr {
  color: #868686;
}



.disable-clr {
  color: #606060;
}



/*color css end*/


/*backgrounds*/

.clr-black {
  color: #292749;
}

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

.bg-grey {
  background-color: #f6f6f6;
}

.bg-light {
  background-color: #f2f4f6 !important;
}

.bg-black {
  background-color: #111111;
}

.bg-blue {
  background-color: #060269;
}


/*links css end*/

.fullheight {
  min-height: calc(calc(var(--vh, 1vh) * 100));
}


/* login css start */

.loginbackground {
  background-image: url(../img/img_login_bg.png);
  background-repeat: no-repeat;
  background-position: center;
}

.loginform {
  min-height: 100vh;
}

.eyeicon {
  position: relative;
}



.eyeicon .toggle-password.img-eye {

  position: absolute;
  right: 0;
  top: 36px;
  height: 37px;
  background-image: url(../img/ic_hide.svg);
  background-position: right 25px center;
  background-repeat: no-repeat;
  padding-right: 51px;
  cursor: pointer;
  z-index: 11;



}

/* login css end */

/* dashboard css start */

.two-col {
  display: inline-block;
  width: 100%;
}

.rightsec {
  width: calc(100% - 300px);
  padding: 0 30px;
  float: right;
}

.doctorshah {
  display: none;
}

.headlogo {
  width: 285px;
  box-shadow: inset -1px -1px 0 0 #dddddd;

  height: 60px;
}

.sidebarcolor {
  background: #FFFFFF;
  position: fixed;
  top: 60px;
  width: 300px;
  border-right: 1px solid #DDDDDD;
  padding: 0px 0px 8px 0px;

  min-height: calc(100vh - 60px);
  height: calc(100vh - 60px);
  max-height: calc(100vh - 60px);
}

.patientsbox {
  box-shadow: inset -1px -1px 0 0 #DDDDDD;
  padding-top: 10px;
  padding-bottom: 15px;
}

.doctorbox {
  box-shadow: inset 0 -1px 0 0 #DDDDDD;
  padding-top: 10px;
  padding-bottom: 15px;
}


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

.signbox {
  height: 174px;
  width: 344px;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  background-color: #F6F6F6;
}


/* dashboard css end */

/*footer css start*/

footer {
  padding: 40px 0px;
  font-size: 16px;
  color: #DDDDDD;
  line-height: 26px;
  background-color: #FAFAFA;
}

footer p {
  color: #1A1729;
}

footer .nav {
  padding: 30px 0;
}

footer .nav .nav-item .nav-link {
  color: #DDDDDD;
}

footer .nav .nav-item .nav-link:hover {
  color: #C4D82E;
}


/*footer css end*/


/*design page end*/

.list-group {
  border-radius: 6px;
}

.mt-pro {
  margin-top: 60px;
}

.list-group-item {
  border: 0px;
  padding: 0;
  margin-bottom: 1px;
}

.list-group-item a {
  display: flex;
  align-items: center;
  padding: 18px 15px;
  border-bottom: 1px solid #DDDDDD;
}

.list-group-item:hover,
.list-group-item:focus,
.list-group-item:active {
  background-color: #ffffff;
  border-radius: 6px;
}

.list-group-item.active {
  background-color: #ffffff !important;
  border-radius: 6px;
  color: #272162;
  font-weight: 600;
}

.logoresponsive {
  display: none;
}

.sharedisplay {
  display: none;
}

.displaylogo {
  display: none;
}

.displaymobile {
  display: block;
}


/* iPadPRO landscape style here */

@media only screen and (min-device-width: 1000px) and (max-device-width: 1100px) and (orientation:portrait) {
  .modal-dialog {
    max-width: 807px;
  }
}

@media (max-width: 991.98px) {

  /* .modal-md.modal-dialog {     max-width: 85%; }*/

  .rightsec {
    width: 100%;
  }

  .ms-res {
    margin-left: 0;
  }

  .me-responsive {
    margin-right: 12px;
  }



  .headlogo {
    width: auto;
    box-shadow: none;
  }

  .profile-dropdown {
    margin-right: 10px;
  }

  .doctorshah {
    display: block;
  }

  .navbar-expand-lg {
    min-height: 56px;
  }

  .navbar {
    padding-left: 16px;
    padding-right: 0px;
  }

  header {
    height: 60px
  }

  header .navbar-expand-lg .navbar-nav .nav-link {
    text-align: left;
    padding: 15px;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
  }

  header .navbar-expand-lg .navbar-nav .nav-item {
    border-bottom: 1px solid #ddd;
  }

  header .navbar-collapse .nav-item .dropdown-item {
    text-align: left;
    border-top: 1px solid #ddd;
    border-bottom: 0;
  }

  .navbar-nav .dropdown-menu {
    border: 0;
  }

  /*navabr for mobile css start*/
  #navbarNav {
    position: fixed;
    height: 100vh;
    height: calc(calc(var(--vh, 1vh) * 100) - 60px);
    display: block;
    width: 100%;
    z-index: 11;
    background: #ffffff;
    left: 0;
    bottom: 0;
    top: 60px;
    transform: translateX(-100%);
    transition: 0.3s;
    justify-content: center;
    overflow-y: auto;
  }

  #navbarNav.show {
    transform: translateX(0);
    transition: 0.3s;
  }
}


/* iPad landscape style here */

@media only screen and (min-device-width: 768px) and (max-device-width: 992px) and (orientation:portrait) {

  .select2-container--default .select2-selection--multiple {
    width: 149px;
  }

  .modal-dialog {
    max-width: 707px;
  }

  .responsive-left {
    margin-left: 10px;
  }

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

  .responsive-bottom {
    margin-bottom: 16px;
  }

  .variablecolor {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media (min-width: 992px) {

  div#navbarNav {
    display: block;
  }

}


/*repsonsive css*/

@media (min-width: 576px) {
  .modal-sm {
    max-width: 381px;
  }
}

@media (min-width: 768px) {}

.card-group>.report-card:last-child {
  box-shadow: none;
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 741px;
  }

  .modal-xl {
    max-width: 850px;
  }

  .modal-xxl {
    max-width: 919px;
  }

  .modal-xxxl {
    max-width: 1370px;
  }
}

@media (min-width: 1500px) {}

@media (min-width: 1800px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 12px;
  }
}

@media (max-width: 768px) {}

@media (max-width: 767.98px) {

  .doctortext {
    display: none;
  }

  .boxspacing {
    padding: 4px 4px !important;
  }



  .select2-container--default .select2-selection--multiple {
    width: 187px;
  }

  .variablecolor {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .col {
    flex: none;
  }

  .responsive-bottom {
    margin-bottom: 16px;
  }

  .responsive-smbottom {
    margin-bottom: 8px;
  }

  .responsive-left {
    margin-left: 10px;
  }

  .navbar-toggler {
    margin-right: 0
  }

  .navbar-expand-lg {
    min-height: 56px;
  }

  .navbar {
    padding-left: 16px;
    padding-right: 0px;
  }

  header {
    height: 60px
  }

  header .navbar-expand-lg .navbar-nav .nav-link {
    text-align: left;
    padding: 15px;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
  }

  header .navbar-expand-lg .navbar-nav .nav-item {
    border-bottom: 1px solid #ddd;
  }

  header .navbar-collapse .nav-item .dropdown-item {
    text-align: left;
    border-top: 1px solid #ddd;
    border-bottom: 0;
  }

  .navbar-nav .dropdown-menu {
    border: 0;
  }

  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }
}

@media screen and (min-width:992px) {
  .scrollable-div {
    max-height: calc(var(--vh, 1vh) * 100);
    min-height: calc(var(--vh, 1vh) * 100);
    margin-bottom: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .banner-title {
    font-size: 34px;
    line-height: 50px;
  }

  .inner-banner {
    padding: 40px 0;
  }

  .section-padding {
    padding: 40px 0;
  }

  .card-group>.card {
    border: 0;
    box-shadow: inset 0px -1px 0 0 #dddddd;
  }

  .modal-body {
    padding: 20px;
  }

  .modal .btn {}
}

@media (max-width: 419.98px) {}

@media (max-width: 341.98px) {

  body,
  .form-control,
  .btn,
  .btn:hover,
  .btn:active,
  .btn:focus {
    font-size: 14px;
    line-height: 17px;
  }

  .page-item .page-link {
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
  }

  .btn-minW {
    min-width: 115px;
  }

  .sidebar {
    padding-top: 110px;
  }

  .body-font2 {
    font-size: 14px;
    line-height: 20px;
  }
}

table tr th {
  text-transform: capitalize;
}

#flush-collapseThree input.form-control,
#flush-collapseOne input.form-control,
#flush-collapseTwo input.form-control {
  font-size: 12px;
}

select.forecastMonth {
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

select.forecastMonth:hover,
select.forecastMonth:active,
select.forecastMonth:focus {
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.invalid-feedback {
  display: inline-block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: .875em;
  color: #dc3545;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.15625rem;
  opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #FFFFFF;
  border-color: #f2582e;
  background-color: #f2582e;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(27, 104, 255, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #9BBCFF;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #FFFFFF;
  background-color: #CEDEFF;
  border-color: #CEDEFF;
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
  color: #6C757D;
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
  background-color: #E9ECEF;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #FFFFFF;
  border: #CED4DA solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  border-color: #1B68FF;
  background-color: #1B68FF;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(27, 104, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(27, 104, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(27, 104, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.15625rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #CED4DA;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #FFFFFF;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(27, 104, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #DEE2E6;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #9BBCFF;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(27, 104, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #FFFFFF;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6C757D;
  background-color: #E9ECEF;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.76562rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.09375rem;
}



/*css for select2 start*/

html { overflow-x: hidden; } /*For select2*/
.select2-selection__arrow { display: none; }
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {border: 1px solid #d6d1ce; color: #041036;border-radius: 6px !important; background: #fff url("../img/ic_dropdown.svg") no-repeat right .75rem center; padding:8px 42px 7px 15px; height: auto !important; font-size: 14px; line-height:20px; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { border: 1px solid #d6d1ce }
.select2-container .select2-selection--single .select2-selection__rendered { padding: 0;color:#000000; }
.select2-selection--single:focus{outline: none;}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable { background-color: #fff; color: #ff5851; }
.select2-container--default .select2-results__option--selected { background-color: #fff; color:#F2582E;}
.select2-dropdown--below .select2-results__options li:last-child , .select2-dropdown--below .select2-results__options li:first-child{ border-radius: 6px; }
.select2-dropdown--above .select2-results__options li:last-child, .select2-dropdown--above .select2-results__options li:first-child { border-radius:6px; }
.select2-container--open .select2-dropdown--below{animation: show-select-below .3s ease forwards;border-radius:6px !important;border-top: 1px solid #d6d1ce;transform:translateY(8px);}
.select2-container--open .select2-dropdown--above{animation: show-select-above .3s ease forwards;border-radius:6px !important;border-bottom: 1px solid #d6d1ce; transform:translateY(-8px);}
/* .select2-container { width: 100% !important; } */
.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple { padding: 9px 42px 3px 15px; }
.select2-results__option{padding: 10px 15px;position: relative;z-index: 1;background: #fff;}
.select2-dropdown{   border-color:#d6d1ce;}
.select2-results__options li:last-child{padding-bottom:20px}
.select2-results__options li:first-child{padding-top:20px}
.select2-selection { overflow: hidden; }
.select2-selection__rendered { white-space: normal; word-break: break-all; }
.select2-dropdown:before {
    content: '';
    background: #FFF;
    box-shadow: none;
    display: block;
    height: 16px;
    width: 16px;
    left: 1.25rem;
    position: absolute;
    bottom: 100%;
    z-index: -5;
    transform: rotate(-45deg) translateY(15px);
    border-radius: 0.2rem;
    border: 1px solid #d6d1ce;
}
.select2-container--open .select2-dropdown--above.select2-dropdown:before{
     top: auto;
    bottom: 3px
}

.no-search .select2-search__field, .no-search .select2-search--dropdown {
    display:none;
}
 /*css for select2 end*/
 .btn-danger {
  color: #fff;
  background-color: #F2582E;
  border-color: #F2582E;
}

