@font-face {
  font-family: "PlusJakartaSans";
  src: url("../fonts/PlusJakartaSans/PlusJakartaSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "PlusJakartaSans-Italic";
  src: url("../fonts/PlusJakartaSans/PlusJakartaSans-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "PlusJakartaSans-Bold";
  src: url("../fonts/PlusJakartaSans/PlusJakartaSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "PlusJakartaSans-Light";
  src: url("../fonts/PlusJakartaSans/PlusJakartaSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "PlusJakartaSans-Medium";
  src: url("../fonts/PlusJakartaSans/PlusJakartaSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "PlusJakartaSans-SemiBold";
  src: url("../fonts/PlusJakartaSans/PlusJakartaSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "PlusJakartaSans-ExtraBold";
  src: url("../fonts/PlusJakartaSans/PlusJakartaSans-ExtraBold.ttf") format("truetype");
}
b, strong, .bold {
  font-family: "PlusJakartaSans-Bold" !important;
}

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

.capitalize {
  text-transform: capitalize !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.break-word {
  word-wrap: break-word;
}

.pointer {
  cursor: pointer;
}

::-moz-placeholder {
  color: #B9B9B9;
  opacity: 1;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  font-family: "PlusJakartaSans" !important;
}

::placeholder, .select2-selection__placeholder {
  color: #B9B9B9;
  opacity: 1;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  font-family: "PlusJakartaSans" !important;
}

.ellipsis-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip, .ellip-line {
  position: relative;
  overflow: hidden;
}

textarea {
  resize: none !important;
}

.noselect, img, .nav-tabs .nav-link, input[type=checkbox] + label, .platform-label, .dropdown-input, .user-comment, .filter-group {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

input[type=search] {
  background-image: url("../asset_img/ic_search.png");
  background-repeat: no-repeat;
  background-position: left 16px center;
  background-size: 20px;
  padding-left: 44px !important;
  background-color: #FFFFFF !important;
}
input[type=search]::-webkit-search-cancel-button {
  background-image: url("../asset_img/ic_x.png");
  opacity: 1;
  color: #0C0C0C;
  cursor: pointer;
}
input[type=search]:hover, input[type=search]:active, input[type=search]:focus {
  background-color: #FFFFFF !important;
}

.container-no-padding {
  padding: 0 !important;
}

.custom-scroll::-webkit-scrollbar, .select2-results__options::-webkit-scrollbar, .dropdown-search::-webkit-scrollbar, .search-result::-webkit-scrollbar {
  width: 8px;
}
.custom-scroll::-webkit-scrollbar-track, .select2-results__options::-webkit-scrollbar-track, .dropdown-search::-webkit-scrollbar-track, .search-result::-webkit-scrollbar-track {
  border-radius: 100px;
  background: #E9E9E9;
}
.custom-scroll::-webkit-scrollbar-thumb, .select2-results__options::-webkit-scrollbar-thumb, .dropdown-search::-webkit-scrollbar-thumb, .search-result::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #595959;
}
.custom-scroll::-webkit-scrollbar-thumb:hover, .select2-results__options::-webkit-scrollbar-thumb:hover, .dropdown-search::-webkit-scrollbar-thumb:hover, .search-result::-webkit-scrollbar-thumb:hover {
  background: #595959;
}

.filter-white {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(216deg) brightness(106%) contrast(101%);
}

.text-caption {
  font-size: 10px;
  line-height: 160%;
}

.text-body-3 {
  font-size: 12px;
  line-height: 160%;
}

.text-body-2 {
  font-size: 14px;
  line-height: 160%;
}

.text-body-1 {
  font-size: 16px;
  line-height: 160%;
}

.text-h4 {
  font-size: 18px;
  line-height: 140%;
}

.text-h3 {
  font-size: 20px;
  line-height: 140%;
}

.text-h2 {
  font-size: 24px;
  line-height: 140%;
}

.text-h1 {
  font-size: 28px;
  line-height: 140%;
}

.text-display-2 {
  font-size: 32px;
  line-height: 140%;
}

.text-display-1 {
  font-size: 36px;
  line-height: 140%;
}

a, a:hover, a:visited, a:active, a:focus {
  text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, .p, h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.pt0 {
  padding-top: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.mr0 {
  margin-right: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mt4 {
  margin-top: 4px;
}

.mb4 {
  margin-bottom: 4px;
}

.pt4 {
  padding-top: 4px;
}

.pb4 {
  padding-bottom: 4px;
}

.mr4 {
  margin-right: 4px;
}

.ml4 {
  margin-left: 4px;
}

.mt6 {
  margin-top: 6px;
}

.mb6 {
  margin-bottom: 6px;
}

.pt6 {
  padding-top: 6px;
}

.pb6 {
  padding-bottom: 6px;
}

.mr6 {
  margin-right: 6px;
}

.ml6 {
  margin-left: 6px;
}

.mt8 {
  margin-top: 8px;
}

.mb8 {
  margin-bottom: 8px;
}

.pt8 {
  padding-top: 8px;
}

.pb8 {
  padding-bottom: 8px;
}

.mr8 {
  margin-right: 8px;
}

.ml8 {
  margin-left: 8px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mr10 {
  margin-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mt12 {
  margin-top: 12px;
}

.mb12 {
  margin-bottom: 12px;
}

.pt12 {
  padding-top: 12px;
}

.pb12 {
  padding-bottom: 12px;
}

.mr12 {
  margin-right: 12px;
}

.ml12 {
  margin-left: 12px;
}

.mt16 {
  margin-top: 16px;
}

.mb16 {
  margin-bottom: 16px;
}

.pt16 {
  padding-top: 16px;
}

.pb16 {
  padding-bottom: 16px;
}

.mr16 {
  margin-right: 16px;
}

.ml16 {
  margin-left: 16px;
}

.mt18 {
  margin-top: 18px;
}

.mb18 {
  margin-bottom: 18px;
}

.pt18 {
  padding-top: 18px;
}

.pb18 {
  padding-bottom: 18px;
}

.mr18 {
  margin-right: 18px;
}

.ml18 {
  margin-left: 18px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mr20 {
  margin-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mt24 {
  margin-top: 24px;
}

.mb24 {
  margin-bottom: 24px;
}

.pt24 {
  padding-top: 24px;
}

.pb24 {
  padding-bottom: 24px;
}

.mr24 {
  margin-right: 24px;
}

.ml24 {
  margin-left: 24px;
}

.mt28 {
  margin-top: 28px;
}

.mb28 {
  margin-bottom: 28px;
}

.pt28 {
  padding-top: 28px;
}

.pb28 {
  padding-bottom: 28px;
}

.mr28 {
  margin-right: 28px;
}

.ml28 {
  margin-left: 28px;
}

.mt32 {
  margin-top: 32px;
}

.mb32 {
  margin-bottom: 32px;
}

.pt32 {
  padding-top: 32px;
}

.pb32 {
  padding-bottom: 32px;
}

.mr32 {
  margin-right: 32px;
}

.ml32 {
  margin-left: 32px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mr40 {
  margin-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mt48 {
  margin-top: 48px;
}

.mb48 {
  margin-bottom: 48px;
}

.pt48 {
  padding-top: 48px;
}

.pb48 {
  padding-bottom: 48px;
}

.mr48 {
  margin-right: 48px;
}

.ml48 {
  margin-left: 48px;
}

*[class*=ic-], .ic {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}

.ic8 {
  width: 8px;
  height: 8px;
}

.ic12 {
  width: 12px;
  height: 12px;
}

.ic16 {
  width: 16px;
  height: 16px;
}

.ic20 {
  width: 20px;
  height: 20px;
}

.ic24 {
  width: 24px;
  height: 24px;
}

.ic28 {
  width: 28px;
  height: 28px;
}

.ic32 {
  width: 32px;
  height: 32px;
}

.ic40 {
  width: 40px;
  height: 40px;
}

.ic48 {
  width: 48px;
  height: 48px;
}

.error {
  color: #EC464E;
}

.success {
  color: #2EA649;
}

.color-caption {
  color: #D7D7D7;
}

.color-label {
  color: #595959;
}

.color-text, a.color-text, a.color-text:hover, a.color-text:active, a.color-text:focus {
  color: #0C0C0C;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #D7D7D7;
}
.divider.space {
  margin: 20px 0;
}

.btn {
  padding: 10px 9px;
  background-color: #222222;
  border-radius: 8px;
  min-width: 200px;
  font-family: "PlusJakartaSans-Bold" !important;
  font-size: 14px;
  line-height: 160%;
}
.btn, .btn:focus {
  outline: 0 !important;
  box-shadow: none;
}
.btn.small {
  min-width: 100px;
}
.btn.medium {
  min-width: 160px;
}
.btn-base, .btn-base:hover, .btn-base:active, .btn-base:focus, .btn.applyBtn, .btn.applyBtn:hover, .btn.applyBtn:active, .btn.applyBtn:focus {
  border-color: #222222;
  color: #FFFFFF;
  background-color: #222222;
}
.btn-base-revert, .btn-base-revert:hover, .btn-base-revert:active, .btn-base-revert:focus {
  border-color: #222222;
  color: #222222;
  background-color: #FFFFFF;
}
.btn-grey-trans, .btn-grey-trans:hover, .btn-grey-trans:active, .btn-grey-trans:focus {
  border-color: #D7D7D7;
  color: #0C0C0C;
  background-color: transparent;
}
.btn-trans, .btn-trans:hover, .btn-trans:active, .btn-trans:focus {
  border-color: transparent;
  color: #222222;
  background-color: transparent;
}
.btn:disabled, .btn:disabled:hover, .btn:disabled:active, .btn:disabled:focus {
  background-color: #B9B9B9;
  border-color: #B9B9B9;
  cursor: not-allowed;
}
.btn.with-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.btn.rounded {
  border-radius: 100px !important;
}

.form-group {
  width: 100%;
  margin-bottom: 24px;
}
.form-group.with-icon, .form-group.with-icon-right {
  position: relative;
}
.form-group.with-icon i, .form-group.with-icon-right i {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  margin: 6px;
  cursor: pointer;
  z-index: 1;
  bottom: 2px;
}
.form-group.with-icon input {
  padding-left: 40px;
}
.form-group.with-icon-right i {
  right: 6px;
}
.form-group.with-icon-right input {
  padding-right: 40px;
  position: relative;
}
.form-group.has-error {
  border-color: #EC464E;
}
.form-group.has-error .help-block {
  color: #EC464E;
}

.control-label {
  color: #0C0C0C;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 160%;
  font-family: "PlusJakartaSans-SemiBold" !important;
}

.help-block {
  color: #B9B9B9;
  margin-top: 12px;
  width: 100%;
  display: block;
  font-size: 12px;
  line-height: 160%;
}

.form-control, .form-control:focus, .form-control:active {
  color: #0C0C0C;
  padding: 12px 10px;
  border-radius: 8px;
  margin-bottom: 0;
  width: 100%;
  height: 48px;
  border: 1px solid #E9E9E9;
  background-color: transparent !important;
  outline: 0 !important;
  box-shadow: none;
  font-size: 14px;
  line-height: 160%;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #F5F5F5;
}

.select2 {
  width: 100% !important;
}
.select2-results__option {
  font-size: 14px;
}
.select2-dropdown {
  border: 1px solid #E9E9E9;
  border-radius: 8px !important;
}
.select2-search--dropdown .select2-search__field {
  outline: none;
}

.select2-container .select2-selection--single {
  color: #0C0C0C;
  padding: 8px 10px 0;
  height: 48px;
  border-radius: 8px !important;
  border: 1px solid #E9E9E9 !important;
  background-color: #FFFFFF !important;
  outline: 0 !important;
  box-shadow: none;
}
.select2-container .select2-selection--single:focus {
  outline: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.select2-container .select2-selection--single .select2-selection__arrow, .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 10px;
}
.select2-container .select2-selection--single .select2-selection__arrow b, .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0;
  width: 24px;
  height: 24px;
  left: 0;
  top: 20%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../asset_img/ic_chevron_down.png");
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}
.select2-container .select2-results__options {
  padding: 12px;
  padding-top: 0;
}
.select2-container .select2-results__option[aria-selected=true] {
  background-color: #595959;
  color: #FFFFFF;
}
.select2-container .select2-results__option--highlighted, .select2-container .select2-results__option--highlighted:hover {
  background-color: #595959;
  color: #FFFFFF;
}
.select2-container .select2-results__option--highlighted[aria-selected], .select2-container .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #0C0C0C;
  color: #FFFFFF;
}
.select2-container--open .select2-dropdown--below {
  margin-top: 16px;
  border: 1px solid #E9E9E9 !important;
}
.select2-container--open .select2-dropdown--above {
  margin-top: -16px;
  border: 1px solid #E9E9E9 !important;
}

.select2-dropdown {
  padding-top: 12px;
}
.select2-dropdown .select2-search {
  padding: 0 12px;
}
.select2-dropdown .select2-search__field {
  background-position: left 8px center;
  padding: 8px 16px;
  border: 1px solid #D7D7D7;
  border-radius: 8px;
  margin-bottom: 12px;
}
.select2-dropdown .select2-search__field:focus, .select2-dropdown .select2-search__field:active {
  border: 1px solid #D7D7D7;
}

.select2search .select2-selection--single {
  padding: 12px 16px;
}

.loading-box {
  background-image: url("../asset_img/loading.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px;
  width: 100%;
  height: 60px;
}

.daterangepicker {
  font-family: "PlusJakartaSans" !important;
  font-size: 12px;
  line-height: 160%;
  border: 1px solid #D7D7D7;
  border-radius: 8px;
}
.daterangepicker:before, .daterangepicker:after {
  top: 0;
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  border-bottom-color: #D7D7D7;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  font-size: 12px;
  line-height: 160%;
  min-width: 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.daterangepicker .calendar-table td:hover:not(.disabled) {
  background-color: #D7D7D7;
}
.daterangepicker .calendar-table td.active:not(.off), .daterangepicker .calendar-table td.active:not(.off):hover {
  background-color: #0C0C0C;
}
.daterangepicker .calendar-table td.disabled {
  color: #E9E9E9;
  text-decoration: none;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  line-height: 160%;
}
.daterangepicker select.monthselect, .daterangepicker select.monthselect:active, .daterangepicker select.yearselect, .daterangepicker select.yearselect:active {
  outline: 0;
  border-width: 0;
}
.daterangepicker td.in-range {
  background-color: #D7D7D7;
  border-radius: 0;
}
.daterangepicker td.in-range.active {
  border-radius: 50%;
}
.daterangepicker .drp-calendar.left {
  border-width: 0 !important;
}
.daterangepicker .ranges {
  margin-top: 0 !important;
}
.daterangepicker .ranges ul {
  border-right: 1px solid #D7D7D7;
}
.daterangepicker .ranges li:first-child {
  border-top-left-radius: 8px;
}
.daterangepicker .ranges li:hover {
  background-color: #E9E9E9;
}
.daterangepicker .ranges li.active {
  background-color: #0C0C0C;
}
.daterangepicker .drp-buttons .btn {
  padding: 10px;
}
.daterangepicker .cancelBtn {
  display: none;
}
.daterangepicker .daterange-divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D7D7D7;
}

#toast-container > div {
  font-family: "PlusJakartaSans" !important;
  box-shadow: none;
  opacity: 0.9;
  border-radius: 12px;
}
#toast-container > div:hover {
  box-shadow: none;
}
#toast-container > div.toast-success {
  background-color: #2EA649;
}
#toast-container > div.toast-error {
  background-color: #EC464E;
}
#toast-container > div .toast-title {
  font-family: "PlusJakartaSans-Bold" !important;
  font-size: 16px;
  line-height: 160%;
}
#toast-container > div .toast-message {
  font-size: 14px;
  line-height: 160%;
}

input[type=checkbox], input[type=radio] {
  display: none;
}
input[type=checkbox] + label, input[type=radio] + label {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  cursor: pointer;
  padding: 0 0 0 32px;
}
input[type=checkbox].table-checkbox + label, input[type=radio].table-checkbox + label {
  margin-bottom: 0;
  padding: 0;
}
input[type=checkbox]:checked + label, input[type=radio]:checked + label {
  background-image: url("../asset_img/ic_checkbox_active.png");
}

input[type=checkbox] + label {
  background-image: url("../asset_img/ic_checkbox.png");
}
input[type=checkbox]:checked + label {
  background-image: url("../asset_img/ic_checkbox_active.png");
}

input[type=radio] + label {
  background-image: url("../asset_img/ic_radio_button.png");
}
input[type=radio]:checked + label {
  background-image: url("../asset_img/ic_radio_button_active.png");
}

.multi-switch .switch-content {
  background-color: rgba(120, 120, 128, 0.16);
}
.multi-switch .switch-content.active {
  background-color: #2EA649;
}
.multi-switch .switch-content .switch-circle {
  box-shadow: none;
}

.select-box {
  width: 100%;
  position: relative;
}
.select-box .dropdown-menu {
  width: 100%;
  position: absolute;
  top: 110%;
  box-shadow: none;
  padding: 20px 12px;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
}
.select-box .dropdown-menu .radio-group {
  margin-bottom: 6px;
}
.select-box .dropdown-menu .search-select {
  min-height: 25px;
  max-height: 200px;
  margin-bottom: 12px;
  overflow: auto;
}

.dropdown-input {
  color: #B9B9B9 !important;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url("../asset_img/ic_chevron_down.png");
  background-size: 24px;
  background-position: right 10px center;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
}
.dropdown-input, .dropdown-input:active, .dropdown-input:focus, .dropdown-input:hover {
  padding: 6px 40px 6px 10px;
  min-height: 48px;
  height: auto;
}
.dropdown-input.opened {
  background-image: url("../asset_img/ic_chevron_up.png");
}
.dropdown-input.active {
  color: #0C0C0C !important;
}
.dropdown-input .badge-box {
  display: flex;
  overflow: hidden;
}
.dropdown-input span {
  color: #595959;
}
.dropdown-input .badge {
  border-radius: 12px;
  border: 1px solid #D7D7D7;
  background: #FFFFFF;
  color: #595959;
  padding: 4px;
  margin-right: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  font-size: 14px;
  line-height: 160%;
}
.dropdown-input .badge i {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.dropdown-input .badge i.remove-badge {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../asset_img/ic_x.png");
  width: 16px;
  height: 16px;
  margin-left: 4px;
  margin-right: 0;
}

.scroll-to-top {
  width: 48px;
  height: 48px;
  background-image: url("../asset_img/ic_scroll_to_top.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: fixed;
  bottom: 90px;
  right: 32px;
  cursor: pointer;
  z-index: 100;
  display: none;
}

.map-info {
  background-color: #0C0C0C;
  color: #FFFFFF;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 160%;
  font-family: "PlusJakartaSans-SemiBold" !important;
}
.map-info:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 100%;
  left: 10px;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #0C0C0C transparent;
}

.filter-group {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
}
.filter-group div {
  padding: 8px;
  min-width: 100px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #E9E9E9;
}
.filter-group div.active {
  background-color: #0C0C0C;
  border: 1px solid #0C0C0C;
  color: #FFFFFF;
}
.filter-group div:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.filter-group div:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* Small Screen */
@media (max-width: 576px) {
  .daterangepicker .ranges ul {
    border-right-width: 0 !important;
  }
  .daterangepicker .ranges li:first-child {
    border-top-right-radius: 8px;
  }
  .daterangepicker .drp-buttons {
    text-align: center;
  }
  .daterangepicker .drp-buttons .btn {
    margin-top: 12px;
  }
}
/* Mobile */
/* Tablet */
/* Desktop */
