@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

* {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding: 0; }

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

a {
  text-decoration: none;
  outline: 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; }
  a:hover {
    text-decoration: none;
    outline: none; }
  a:focus {
    text-decoration: none;
    outline: none; }

.btn {
  border: 0;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  border-radius: 0; }
  .btn:hover {
    box-shadow: none;
    text-decoration: none;
    outline: none;
    border: 0;
    border-radius: 0;
    background-color: #0E1E42; }
  .btn:focus {
    box-shadow: none;
    text-decoration: none;
    outline: none;
    border: 0;
    border-radius: 0;
    background-color: #0E1E42; }
  .btn:active {
    box-shadow: none;
    text-decoration: none;
    outline: none;
    border: 0;
    border-radius: 0;
    background-color: #0E1E42; }
    .btn:active:focus {
      box-shadow: none; }
  .btn:visited {
    box-shadow: none;
    text-decoration: none;
    outline: none;
    border: 0;
    border-radius: 0;
    background-color: #0E1E42; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.list-inline {
  margin: 0;
  padding: 0; }
  .list-inline::after {
    display: block;
    content: "";
    clear: both; }
  .list-inline li {
    float: left; }
    .list-inline li a {
      display: inline-block; }

.form-control {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  outline: none; }
  .form-control:hover {
    border-radius: 0;
    box-shadow: none;
    text-decoration: none;
    outline: none; }
  .form-control:focus {
    border-radius: 0;
    box-shadow: none;
    text-decoration: none;
    outline: none; }
  .form-control:active {
    border-radius: 0;
    box-shadow: none;
    text-decoration: none;
    outline: none; }

/* Extra Huge large desktops */
@media (min-width: 1920px) {
  .container {
    max-width: 1330px; } }

/* Extra Huge large desktops */
@media (min-width: 1680px) and (max-width: 1919px) {
  .container {
    max-width: 1330px; } }

/* Extra Huge large desktops */
@media (min-width: 1600px) and (max-width: 1679px) {
  .container {
    max-width: 1330px; } }

/* Extra large desktops and mac laptops*/
@media (min-width: 1400px) and (max-width: 1599px) {
  .container {
    max-width: 1330px; } }

@media (min-width: 1280px) and (max-width: 1399px) {
  .container {
    max-width: 1170px; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 100%; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 100%; } }

/* Landscape phones and portrait tablets */
@media (min-width: 544px) and (max-width: 767px) {
  .container {
    min-width: 100%; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 543px) {
  .container {
    max-width: 100%; } }

/* Smaller phones */
@media (max-width: 360px) {
  .container {
    max-width: 100%; } }

/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: inherit; }

.btn-primary {
  background-color: #0E1E42;
  border: 1px solid #0E1E42;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  border-radius: 0px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #ffffff;
    border-radius: 0px;
    background-color: #FF8A00; }
  .btn-primary:active:focus {
    box-shadow: none;
    outline: none; }

.form-group {
  margin-bottom: 20px; }
  .form-group .form-control {
    height: 50px;
    line-height: 50px;
    border: 1px solid var(--Gray-5, #F2F2F2);
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    color: #000000; }
    .form-group .form-control::placeholder {
      font-size: 14px;
      font-weight: 400;
      color: #828282; }
  .form-group input[readonly] {
    cursor: no-drop; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

.no_event {
  pointer-events: none; }

.scroll_off {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none; }

label.error {
  display: block;
  color: #f00 !important;
  font-weight: 500 !important;
  font-size: 14px !important; }

label#description-error {
  display: block;
  color: #f00 !important;
  font-weight: 500 !important;
  font-size: 14px !important; }

.text-success {
  color: #25d366 !important; }

.alert {
  border-radius: .25rem;
  box-shadow: none;
  background-color: #fff;
  border-left: 5px solid #e9ecef;
  margin-bottom: 1rem;
  padding: 13px;
  position: relative; }
  .alert p {
    font-size: 16px !important;
    padding-bottom: 0 !important; }
  .alert.alert-success {
    border-left-color: #1e7e34;
    background-color: #28a745;
    color: #fff !important; }
  .alert.alert-danger {
    border-left-color: #bd2130;
    background-color: #d72d3e;
    color: #fff !important; }
  .alert button {
    text-decoration: none !important;
    outline: none;
    appearance: none;
    background: transparent;
    border-radius: 50%;
    opacity: 1 !important;
    color: #fff;
    padding: 0 !important;
    height: 25px;
    width: 25px;
    border: none;
    line-height: 27px;
    text-align: center;
    font-size: 27px;
    margin-top: 10px;
    margin-right: 7px;
    box-shadow: none; }
    .alert button.btn-close:hover, .alert button.btn-close:focus {
      color: #fff;
      opacity: 1;
      box-shadow: none; }

.popover {
  max-width: 360px;
  padding: 20px;
  border: 1px solid #e8e8eb;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 50, 0.12); }
  .popover .popover-body {
    padding: 0; }
    .popover .popover-body p {
      font-weight: 600;
      font-size: 14px;
      color: #000000;
      padding-bottom: 10px; }
      .popover .popover-body p a {
        color: #000000;
        display: inline-block; }
    .popover .popover-body a {
      color: #000000;
      font-weight: 600;
      display: block; }

.pagination_area {
  text-align: center;
  display: table;
  margin: 0 auto; }
  .pagination_area::after {
    display: block;
    content: "";
    clear: both; }
  .pagination_area .list-inline li a {
    display: block;
    font-size: 16px;
    color: #000000;
    background-color: #0E1E42;
    color: #ffffff;
    padding: 0px 0px;
    width: 30px;
    height: 30px;
    margin: 0px 1.2px;
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
    .pagination_area .list-inline li a:hover {
      background-color: #050b18; }
  .pagination_area .list-inline li.page_np a {
    width: auto;
    padding: 0px 8px; }
  .pagination_area .list-inline li.disable {
    cursor: no-drop; }
    .pagination_area .list-inline li.disable a {
      pointer-events: none; }

.custom_pagination {
  padding-top: 15px;
  overflow: auto; }
  .custom_pagination .pagination {
    white-space: nowrap; }
    .custom_pagination .pagination .paginate_button.page-item a {
      display: block;
      position: relative;
      padding: .5rem .75rem;
      margin-left: -1px;
      line-height: 1.25;
      color: #000000;
      background-color: #fff;
      border: 1px solid #dee2e6; }
      .custom_pagination .pagination .paginate_button.page-item a.active {
        color: #fff;
        background-color: #0E1E42;
        border-color: #0E1E42; }

.bootbox {
  z-index: 99996; }
  .bootbox.modal.bootbox-confirm, .bootbox.modal.bootbox-alert {
    overflow-x: hidden;
    overflow-y: auto; }
    .bootbox.modal.bootbox-confirm .modal-dialog, .bootbox.modal.bootbox-alert .modal-dialog {
      display: flex;
      height: 90%;
      width: 400px;
      max-width: 96%; }
      .bootbox.modal.bootbox-confirm .modal-dialog .modal-content, .bootbox.modal.bootbox-alert .modal-dialog .modal-content {
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background-color: #ffffff;
        position: relative;
        margin-top: auto;
        margin-bottom: auto;
        padding: 0;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5); }
        .bootbox.modal.bootbox-confirm .modal-dialog .modal-content .bootbox-close-button, .bootbox.modal.bootbox-alert .modal-dialog .modal-content .bootbox-close-button {
          position: absolute;
          top: 0;
          right: 0;
          color: #000000;
          display: inline-block;
          text-align: center;
          text-decoration: none;
          vertical-align: middle;
          cursor: pointer;
          -webkit-user-select: none;
          -moz-user-select: none;
          user-select: none;
          background-color: transparent;
          border: 0;
          font-size: 50px;
          height: 40px;
          width: 40px;
          line-height: 40px;
          margin-top: 10px !important;
          margin-right: 18px; }
        .bootbox.modal.bootbox-confirm .modal-dialog .modal-content .modal-header, .bootbox.modal.bootbox-alert .modal-dialog .modal-content .modal-header {
          margin: 0;
          padding: 20px 30px;
          border-bottom: 1px solid #d7d7d7; }
          .bootbox.modal.bootbox-confirm .modal-dialog .modal-content .modal-header .modal-title, .bootbox.modal.bootbox-alert .modal-dialog .modal-content .modal-header .modal-title {
            color: #000000;
            font-weight: 400;
            font-size: 18px; }
        .bootbox.modal.bootbox-confirm .modal-dialog .modal-content .modal-body, .bootbox.modal.bootbox-alert .modal-dialog .modal-content .modal-body {
          position: relative; }
          .bootbox.modal.bootbox-confirm .modal-dialog .modal-content .modal-body .bootbox-body, .bootbox.modal.bootbox-alert .modal-dialog .modal-content .modal-body .bootbox-body {
            color: #000000;
            font-size: 16px;
            text-align: center;
            padding: 30px 0; }
            .bootbox.modal.bootbox-confirm .modal-dialog .modal-content .modal-body .bootbox-body p, .bootbox.modal.bootbox-alert .modal-dialog .modal-content .modal-body .bootbox-body p {
              color: #000000; }
            .bootbox.modal.bootbox-confirm .modal-dialog .modal-content .modal-body .bootbox-body .icon_box, .bootbox.modal.bootbox-alert .modal-dialog .modal-content .modal-body .bootbox-body .icon_box {
              padding-bottom: 30px;
              text-align: center; }
              .bootbox.modal.bootbox-confirm .modal-dialog .modal-content .modal-body .bootbox-body .icon_box .inner_icon_box, .bootbox.modal.bootbox-alert .modal-dialog .modal-content .modal-body .bootbox-body .icon_box .inner_icon_box {
                color: #0E1E42; }
                .bootbox.modal.bootbox-confirm .modal-dialog .modal-content .modal-body .bootbox-body .icon_box .inner_icon_box i, .bootbox.modal.bootbox-alert .modal-dialog .modal-content .modal-body .bootbox-body .icon_box .inner_icon_box i {
                  font-size: 40px; }
        .bootbox.modal.bootbox-confirm .modal-dialog .modal-content .modal-footer, .bootbox.modal.bootbox-alert .modal-dialog .modal-content .modal-footer {
          margin: 0;
          padding: 0px 30px 30px 30px;
          border: 0;
          display: block; }
          .bootbox.modal.bootbox-confirm .modal-dialog .modal-content .modal-footer::after, .bootbox.modal.bootbox-alert .modal-dialog .modal-content .modal-footer::after {
            display: block;
            content: "";
            clear: both; }
          .bootbox.modal.bootbox-confirm .modal-dialog .modal-content .modal-footer .left_btn, .bootbox.modal.bootbox-alert .modal-dialog .modal-content .modal-footer .left_btn {
            float: left;
            margin: 0; }
          .bootbox.modal.bootbox-confirm .modal-dialog .modal-content .modal-footer .right_btn, .bootbox.modal.bootbox-alert .modal-dialog .modal-content .modal-footer .right_btn {
            margin: 0;
            float: right; }
          .bootbox.modal.bootbox-confirm .modal-dialog .modal-content .modal-footer .btn, .bootbox.modal.bootbox-alert .modal-dialog .modal-content .modal-footer .btn {
            width: 160px;
            height: 46px;
            margin: 0;
            padding: 0;
            text-align: center;
            line-height: 46px; }
            .bootbox.modal.bootbox-confirm .modal-dialog .modal-content .modal-footer .btn.btn-success, .bootbox.modal.bootbox-alert .modal-dialog .modal-content .modal-footer .btn.btn-success {
              background-color: #34BB05; }
              .bootbox.modal.bootbox-confirm .modal-dialog .modal-content .modal-footer .btn.btn-success:hover, .bootbox.modal.bootbox-alert .modal-dialog .modal-content .modal-footer .btn.btn-success:hover {
                background-color: #268904; }
  .bootbox.modal.bootbox-alert .modal-dialog .modal-content .modal-footer .btn {
    width: 100%; }

.toaster .alert {
  padding: 15px 30px 15px 12px;
  border: 0px;
  border-left: 5px solid; }
  .toaster .alert.alert-success {
    border-left-color: #1e7e34;
    background-color: #28a745;
    color: #fff !important; }
    .toaster .alert.alert-success p {
      color: #fff !important; }
  .toaster .alert.alert-danger {
    border-left-color: #bd2130;
    background-color: #d72d3e;
    color: #fff !important; }
    .toaster .alert.alert-danger p {
      color: #fff !important; }
  .toaster .alert span.message {
    font-size: 14px; }
  .toaster .alert.alert-dismissible {
    position: relative; }
    .toaster .alert.alert-dismissible button {
      position: absolute;
      top: 0;
      right: 0;
      margin: 0;
      padding: 0;
      background-color: transparent;
      font-size: 30px;
      color: #ffffff;
      margin-right: 6px;
      margin-top: 9px;
      font-size: 28px;
      box-shadow: none; }
      .toaster .alert.alert-dismissible button:hover {
        background-color: transparent;
        color: #ffffff; }

#pb_scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background-color: none; }

#pb_scroll::-webkit-scrollbar {
  width: 3px;
  background-color: none; }

#pb_scroll::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 1px solid #000000; }

.popover_box {
  display: inline-block;
  font-size: 18px;
  cursor: pointer; }

.popover {
  padding: 15px; }

.task_section .inner_task .task_description .right_side .select_form .form-group .form-select.error ~ .select2-container--default .select2-selection--single {
  border: 1px solid #f00; }

.no_data_row {
  text-align: center; }
  .no_data_row img {
    width: 400px;
    max-width: 100%; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .btn-primary {
    font-size: 14px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .btn-primary {
    font-size: 14px; }
  .btn-primary-1 {
    font-size: 14px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .btn-primary {
    font-size: 14px; }
  .btn-primary-1 {
    font-size: 14px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .btn-primary {
    font-size: 14px; }
  .btn-primary-1 {
    font-size: 14px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .btn-primary {
    font-size: 14px; }
  .btn-primary-1 {
    font-size: 14px; } }

/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

input[readonly] {
  background-color: #F4F4F4;
  border: none !important; }
  input[readonly]:focus {
    background-color: #F4F4F4; }

#loading-image {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999999999999;
  background: white;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center; }

#loading-image img {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: auto; }

.manual_header {
  padding: 12px;
  background-color: #0E1E42; }
  .manual_header .inner_header .logo_img {
    width: 132px;
    overflow: hidden;
    margin: 0 auto; }
    .manual_header .inner_header .logo_img img {
      height: 100%;
      width: 100%;
      object-fit: cover; }

.manual_footer {
  padding: 12px 0;
  background-color: #0E1E42; }
  .manual_footer .inner_footer .text {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-align: center; }
    .manual_footer .inner_footer .text a {
      display: inline-block;
      text-decoration: underline;
      color: #ffffff; }

.fc .fc-col-header-cell-cushion {
  color: #000;
  font-family: "Poppins", sans-serif; }

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  min-height: 5em;
  font-family: "Poppins", sans-serif; }

.fc-h-event .fc-event-title {
  font-weight: 500;
  color: #fff;
  opacity: 1; }

.fc .fc-daygrid-day-number {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500; }

.bg-pink {
  background-color: #e75480 !important; }

.bg-purple {
  background-color: #b200ed !important; }

.bg-success {
  background-color: #228b22 !important; }

.bg-purple1 {
  background-color: #81007F !important; }

.bg-brown {
  background-color: #7b3f00 !important; }

.bg-sky {
  background-color: #398FC7 !important; }

.bg-blue-green {
  background-color: #3CACAE !important; }

.bg-blue-grey {
  background-color: #287686 !important; }

.bg-green {
  background-color: #349144 !important; }

.detial_modal .select2-container {
  width: 100% !important; }

.detial_modal .select2-container--default .select2-selection--multiple {
  border: none;
  border-radius: 0px;
  width: 100%;
  padding: 0;
  min-height: unset; }
  .detial_modal .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    text-transform: lowercase;
    display: block;
    padding: 4px 10px;
    padding-right: 20px; }
  .detial_modal .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0;
    position: relative;
    white-space: unset;
    background-color: #0E1E42;
    border: 1px solid #0E1E42;
    padding-left: 8px;
    margin: 5px !important; }
    .detial_modal .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
      left: inherit;
      right: 0; }
      .detial_modal .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove span {
        border-right: none;
        background-color: #0E1E42;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        line-height: 12px;
        text-align: center;
        position: absolute;
        color: #ffffff;
        top: 7px;
        left: -8px;
        font-size: 18px;
        font-weight: 400; }
        .detial_modal .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove span:hover {
          background: #0E1E42;
          color: #ffffff; }

.detial_modal .select2-container--default .select2-container--focus .select2-selection--multiple {
  border: none;
  border-radius: 0px;
  width: 100%; }

.detial_modal .select2-container--default .select2-dropdown {
  background-color: #ffffff;
  box-shadow: 0 0.25rem 1rem rgba(161, 172, 184, 0.45);
  border-color: rgba(0, 0, 0, 0);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden; }

.detial_modal .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(67, 89, 113, 0.04);
  color: #697a8d; }

.detial_modal .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #0E1E42;
  color: #ffffff; }

.detial_modal .select2-container--default .select2-results__option--selected {
  background-color: #0E1E42;
  color: #ffffff; }

.detial_modal .select2-container--default .select2-results > .select2-results__options {
  max-height: 155px;
  overflow: auto; }
  .detial_modal .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    background-color: #ffffff; }
  .detial_modal .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    overflow: hidden;
    background-color: #0E1E42; }
  .detial_modal .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #0E1E42;
    border-radius: 10px; }

.select2-container {
  width: 100% !important; }

.select2-container--default .select2-selection--multiple {
  border: none;
  border-radius: 0px;
  width: 100%;
  padding: 0;
  min-height: unset; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    text-transform: lowercase;
    display: block;
    padding: 4px 0px;
    padding-right: 20px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0;
    position: relative;
    white-space: unset;
    background-color: #0E1E42;
    border: 1px solid #0E1E42;
    padding-left: 8px;
    margin: 5px !important; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
      left: inherit;
      right: 0; }
      .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove span {
        border-right: none;
        background-color: #0E1E42;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        line-height: 12px;
        text-align: center;
        position: absolute;
        color: #ffffff;
        top: 7px;
        left: -8px;
        font-size: 18px;
        font-weight: 400; }
        .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove span:hover {
          background: #0E1E42;
          color: #ffffff; }

.select2-container--default .select2-container--focus .select2-selection--multiple {
  border: none;
  border-radius: 0px;
  width: 100%; }

.select2-container--default .select2-dropdown {
  background-color: #ffffff;
  box-shadow: 0 0.25rem 1rem rgba(161, 172, 184, 0.45);
  border-color: rgba(0, 0, 0, 0);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(67, 89, 113, 0.04);
  color: #697a8d; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #0E1E42;
  color: #ffffff; }

.select2-container--default .select2-results__option--selected {
  background-color: #0E1E42;
  color: #ffffff; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 155px;
  overflow: auto; }
  .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    background-color: #ffffff; }
  .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    overflow: hidden;
    background-color: #0E1E42; }
  .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #0E1E42;
    border-radius: 10px; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #9CBDDF !important;
  border-radius: 0px;
  height: 35px !important;
  outline: none;
  overflow: hidden; }

.select2-container--default .select2-selection--single {
  border: none;
  height: unset; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: unset; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none; }

.upload-image-section .show-section {
  display: inline-block;
  width: 100%;
  clear: both; }

.upload-image-section .single-file {
  padding: 10px 10px;
  border: 1px solid #ececec;
  border-radius: 6px;
  padding-right: 25px;
  margin-top: 5px;
  width: 100%;
  display: inline-block; }
  .upload-image-section .single-file:not(:last-child) {
    margin-bottom: 5px; }
  .upload-image-section .single-file a {
    font-size: 14px;
    color: #525f7f !important;
    border-bottom: 0px !important; }
    .upload-image-section .single-file a:nth-child(1) i {
      margin-right: 10px; }

.upload-image-section .single-cross.file {
  float: right;
  vertical-align: middle;
  color: #525f7f !important;
  display: inline-block;
  line-height: initial;
  font-size: 17px;
  margin-right: -20px; }

.upload-image-section .single-image {
  border: 0 !important;
  border-radius: 6px;
  margin-top: 5px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 5px; }
  .upload-image-section .single-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .upload-image-section .single-image .single-cross.image {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: white;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 22px;
    font-size: 13px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.75); }
  .upload-image-section .single-image .video_play {
    position: absolute;
    top: 50%;
    z-index: 111111;
    display: block;
    height: 20px;
    width: 20px;
    background: #ffffff;
    border-radius: 50%;
    color: #000000;
    font-size: 9px;
    text-align: center;
    line-height: 20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px; }

.upload-image-section .progress {
  height: 5px; }
  .upload-image-section .progress .progress-bar {
    background-color: #0E1E42; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
/* Landscape tablets and ipad */
/* Landscape phones and portrait tablets */
/* Landscape phones and portrait tablets */
/* Smaller phones */
/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.header_top_section {
  padding: 10px 0; }
  .header_top_section .inner_area {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1; }
    .header_top_section .inner_area::after {
      display: block;
      content: "";
      clear: both; }
    .header_top_section .inner_area .left_area {
      float: left;
      width: 132px;
      position: relative;
      z-index: 3; }
      .header_top_section .inner_area .left_area .img_area {
        width: 132px; }
        .header_top_section .inner_area .left_area .img_area img {
          height: 100%;
          width: 100%;
          object-fit: cover; }
    .header_top_section .inner_area .right_area {
      float: right;
      width: calc(100% - 132px);
      text-align: end;
      position: relative;
      z-index: 3; }
      .header_top_section .inner_area .right_area .list_area ul li {
        display: inline-block;
        margin: 0 8px; }
        .header_top_section .inner_area .right_area .list_area ul li:last-child {
          margin-right: 0; }
        .header_top_section .inner_area .right_area .list_area ul li:first-child {
          margin-left: 0; }
        .header_top_section .inner_area .right_area .list_area ul li a {
          color: #4F4747;
          position: relative; }
          .header_top_section .inner_area .right_area .list_area ul li a i {
            font-size: 24px;
            color: #4F4747;
            position: relative;
            top: 2px; }
          .header_top_section .inner_area .right_area .list_area ul li a::before {
            content: "";
            height: 8px;
            width: 8px;
            border-radius: 50%;
            overflow: hidden;
            position: absolute;
            bottom: 0;
            right: 0;
            background-color: #FC0202;
            margin-bottom: 2px;
            margin-right: -1px;
            z-index: 9; }
        .header_top_section .inner_area .right_area .list_area ul li .dropdown .dropdown-toggle::after {
          display: none; }
        .header_top_section .inner_area .right_area .list_area ul li .dropdown .btn-secondary {
          font-size: 20px;
          font-weight: 400;
          color: #0E1E42;
          display: flex;
          align-items: center;
          padding: 0;
          background-color: transparent; }
          .header_top_section .inner_area .right_area .list_area ul li .dropdown .btn-secondary .img_profile {
            height: 65px;
            width: 65px;
            border-radius: 50%;
            overflow: hidden;
            margin-left: 8px; }
            .header_top_section .inner_area .right_area .list_area ul li .dropdown .btn-secondary .img_profile img {
              height: 100%;
              width: 100%;
              object-fit: cover; }
        .header_top_section .inner_area .right_area .list_area ul li .dropdown .dropdown-menu {
          padding: 0;
          min-width: 220px;
          width: 100%;
          border: none;
          transform: translate(-40px, 75px) !important; }
          .header_top_section .inner_area .right_area .list_area ul li .dropdown .dropdown-menu::before {
            content: "";
            background-image: url("../images/icon_up.png");
            background-repeat: no-repeat;
            background-size: cover;
            height: 15px;
            width: 20px;
            position: absolute;
            top: 0;
            right: 0;
            margin-right: 10px;
            margin-top: -13px;
            z-index: -1; }
          .header_top_section .inner_area .right_area .list_area ul li .dropdown .dropdown-menu ul {
            border-radius: 2px;
            border: 0.3px solid #0E1E42; }
            .header_top_section .inner_area .right_area .list_area ul li .dropdown .dropdown-menu ul li {
              margin: 0 auto;
              padding: 12px 12px;
              background: #ffffff;
              display: block;
              position: relative;
              -webkit-transition: all 0.5s ease-in-out;
              -moz-transition: all 0.5s ease-in-out;
              -ms-transition: all 0.5s ease-in-out;
              -o-transition: all 0.5s ease-in-out;
              transition: all 0.5s ease-in-out; }
              .header_top_section .inner_area .right_area .list_area ul li .dropdown .dropdown-menu ul li:last-child::after {
                border-bottom: 0; }
              .header_top_section .inner_area .right_area .list_area ul li .dropdown .dropdown-menu ul li::before {
                content: "";
                border-left: 2px solid #0E1E42;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                opacity: 0;
                margin: 10px 0;
                -webkit-transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                -ms-transition: all 0.5s ease-in-out;
                -o-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out; }
              .header_top_section .inner_area .right_area .list_area ul li .dropdown .dropdown-menu ul li::after {
                content: "";
                border-bottom: 1px solid rgba(224, 224, 224, 0.54);
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                margin: 0 12px;
                opacity: 1;
                -webkit-transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                -ms-transition: all 0.5s ease-in-out;
                -o-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out; }
              .header_top_section .inner_area .right_area .list_area ul li .dropdown .dropdown-menu ul li a::before {
                display: none; }
              .header_top_section .inner_area .right_area .list_area ul li .dropdown .dropdown-menu ul li .dropdown-item {
                display: block;
                font-size: 15px;
                font-weight: 600;
                color: #000000;
                padding: 0;
                background-color: transparent;
                -webkit-transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                -ms-transition: all 0.5s ease-in-out;
                -o-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
                display: flex;
                align-items: center; }
                .header_top_section .inner_area .right_area .list_area ul li .dropdown .dropdown-menu ul li .dropdown-item i {
                  font-size: 14px;
                  color: #0E1E42;
                  position: relative;
                  top: 1px;
                  margin-right: 8px; }
              .header_top_section .inner_area .right_area .list_area ul li .dropdown .dropdown-menu ul li:hover, .header_top_section .inner_area .right_area .list_area ul li .dropdown .dropdown-menu ul li.active {
                background: #CED2D9; }
                .header_top_section .inner_area .right_area .list_area ul li .dropdown .dropdown-menu ul li:hover::before, .header_top_section .inner_area .right_area .list_area ul li .dropdown .dropdown-menu ul li.active::before {
                  opacity: 1; }
                .header_top_section .inner_area .right_area .list_area ul li .dropdown .dropdown-menu ul li:hover::after, .header_top_section .inner_area .right_area .list_area ul li .dropdown .dropdown-menu ul li.active::after {
                  opacity: 0; }
    .header_top_section .inner_area .shift_timing {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      margin-top: 6px;
      z-index: 2; }
      .header_top_section .inner_area .shift_timing p {
        font-size: 20px;
        font-weight: 400;
        color: #0E1E42;
        display: inline-block;
        padding: 12px 25px;
        border-radius: 7.028px;
        border: 0.703px solid #DDE4F0;
        background: #F5F5F5;
        box-shadow: 0px 2.811px 1.406px 0px rgba(64, 72, 82, 0.05); }

.header_main_section {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border: 1px solid #D8D8D8;
  background-color: #0E1E42;
  padding: 25px 0; }
  .header_main_section .inner_main_area {
    display: flex;
    align-items: center; }
    .header_main_section .inner_main_area::after {
      display: block;
      content: "";
      clear: both; }
    .header_main_section .inner_main_area .left_area {
      float: left;
      width: 110px; }
      .header_main_section .inner_main_area .left_area h5 {
        font-size: 20px;
        font-weight: 600;
        color: #ffffff; }
    .header_main_section .inner_main_area .right_area {
      float: right;
      width: calc(100% - 110px);
      text-align: end; }
      .header_main_section .inner_main_area .right_area .address {
        font-size: 20px;
        font-weight: 400;
        color: #ffffff;
        display: inline-block; }
      .header_main_section .inner_main_area .right_area .timing {
        font-size: 16px;
        font-weight: 400;
        color: #ffffff;
        display: inline-block;
        padding-left: 175px; }

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
@media (min-width: 1300px) and (max-width: 1399px) {
  .header_top_section .inner_area .right_area .list_area ul li a i {
    font-size: 22px; }
  .header_top_section .inner_area .right_area .list_area ul li .dropdown .btn-secondary {
    font-size: 18px; }
    .header_top_section .inner_area .right_area .list_area ul li .dropdown .btn-secondary .img_profile {
      height: 60px;
      width: 60px; }
  .header_top_section .inner_area .shift_timing p {
    font-size: 18px;
    padding: 10px 20px; }
  .header_main_section {
    padding: 20px 0; }
    .header_main_section .inner_main_area .right_area .address {
      font-size: 18px; } }

/* 1200 desktop only */
@media (min-width: 1200px) and (max-width: 1299px) {
  .header_top_section .inner_area .right_area .list_area ul li a i {
    font-size: 22px; }
  .header_top_section .inner_area .right_area .list_area ul li .dropdown .btn-secondary {
    font-size: 18px; }
    .header_top_section .inner_area .right_area .list_area ul li .dropdown .btn-secondary .img_profile {
      height: 60px;
      width: 60px; }
  .header_top_section .inner_area .shift_timing p {
    font-size: 18px;
    padding: 10px 20px; }
  .header_main_section {
    padding: 20px 0; }
    .header_main_section .inner_main_area .right_area .address {
      font-size: 18px; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .header_top_section .inner_area .left_area {
    width: 110px; }
    .header_top_section .inner_area .left_area .img_area {
      width: 110px; }
  .header_top_section .inner_area .right_area {
    width: calc(100% - 110px); }
    .header_top_section .inner_area .right_area .list_area ul li {
      margin: 0 5px; }
      .header_top_section .inner_area .right_area .list_area ul li a i {
        font-size: 20px; }
      .header_top_section .inner_area .right_area .list_area ul li .dropdown .btn-secondary {
        font-size: 16px; }
        .header_top_section .inner_area .right_area .list_area ul li .dropdown .btn-secondary .img_profile {
          height: 50px;
          width: 50px; }
  .header_top_section .inner_area .shift_timing p {
    font-size: 16px;
    padding: 8px 15px; }
  .header_main_section {
    padding: 16px 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px; }
    .header_main_section .inner_main_area .left_area h5 {
      font-size: 16px; }
    .header_main_section .inner_main_area .right_area .address {
      font-size: 16px;
      display: none; }
    .header_main_section .inner_main_area .right_area .timing {
      font-size: 15px;
      padding-left: 130px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .header_top_section .inner_area .left_area {
    width: 110px; }
    .header_top_section .inner_area .left_area .img_area {
      width: 110px; }
  .header_top_section .inner_area .right_area {
    width: calc(100% - 110px); }
    .header_top_section .inner_area .right_area .list_area ul li {
      margin: 0 5px; }
      .header_top_section .inner_area .right_area .list_area ul li a i {
        font-size: 20px; }
      .header_top_section .inner_area .right_area .list_area ul li .dropdown .btn-secondary {
        font-size: 16px; }
        .header_top_section .inner_area .right_area .list_area ul li .dropdown .btn-secondary .img_profile {
          height: 50px;
          width: 50px; }
  .header_top_section .inner_area .shift_timing p {
    font-size: 16px;
    padding: 8px 15px; }
  .header_main_section {
    padding: 12px 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; }
    .header_main_section .inner_main_area .left_area h5 {
      font-size: 16px; }
    .header_main_section .inner_main_area .right_area .address {
      font-size: 15px;
      display: none; }
    .header_main_section .inner_main_area .right_area .timing {
      font-size: 14px;
      padding-left: 130px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .header_top_section .inner_area .left_area {
    width: 100px; }
    .header_top_section .inner_area .left_area .img_area {
      width: 100px; }
  .header_top_section .inner_area .right_area {
    width: calc(100% - 100px); }
    .header_top_section .inner_area .right_area .list_area ul li {
      margin: 0 5px; }
      .header_top_section .inner_area .right_area .list_area ul li a i {
        font-size: 18px; }
      .header_top_section .inner_area .right_area .list_area ul li .dropdown .btn-secondary {
        font-size: 15px; }
        .header_top_section .inner_area .right_area .list_area ul li .dropdown .btn-secondary .img_profile {
          height: 45px;
          width: 45px; }
  .header_top_section .inner_area .shift_timing p {
    font-size: 14px;
    padding: 6px 10px; }
  .header_main_section {
    padding: 12px 0;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px; }
    .header_main_section .inner_main_area .left_area h5 {
      font-size: 16px; }
    .header_main_section .inner_main_area .right_area .address {
      font-size: 15px;
      display: none; }
    .header_main_section .inner_main_area .right_area .timing {
      font-size: 14px;
      padding-left: 130px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .header_top_section {
    padding: 8px 0; }
    .header_top_section .inner_area .left_area {
      width: 85px; }
      .header_top_section .inner_area .left_area .img_area {
        width: 85px; }
    .header_top_section .inner_area .right_area {
      width: calc(100% - 85px); }
      .header_top_section .inner_area .right_area .list_area ul li {
        margin: 0 5px; }
        .header_top_section .inner_area .right_area .list_area ul li a i {
          font-size: 18px; }
        .header_top_section .inner_area .right_area .list_area ul li a::before {
          height: 6px;
          width: 6px; }
        .header_top_section .inner_area .right_area .list_area ul li .dropdown .btn-secondary {
          font-size: 14px; }
          .header_top_section .inner_area .right_area .list_area ul li .dropdown .btn-secondary .img_profile {
            height: 38px;
            width: 38px; }
    .header_top_section .inner_area .shift_timing {
      display: none; }
      .header_top_section .inner_area .shift_timing p {
        font-size: 14px;
        padding: 6px 10px; }
  .header_main_section {
    padding: 12px 0;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px; }
    .header_main_section .inner_main_area .left_area h5 {
      font-size: 15px; }
    .header_main_section .inner_main_area .right_area .address {
      font-size: 14px;
      display: none; }
    .header_main_section .inner_main_area .right_area .timing {
      font-size: 14px;
      padding-left: 0px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .header_top_section {
    padding: 8px 0; }
    .header_top_section .inner_area .left_area {
      width: 85px; }
      .header_top_section .inner_area .left_area .img_area {
        width: 85px; }
    .header_top_section .inner_area .right_area {
      width: calc(100% - 85px); }
      .header_top_section .inner_area .right_area .list_area ul li {
        margin: 0 5px; }
        .header_top_section .inner_area .right_area .list_area ul li a i {
          font-size: 18px; }
        .header_top_section .inner_area .right_area .list_area ul li a::before {
          height: 6px;
          width: 6px; }
        .header_top_section .inner_area .right_area .list_area ul li .dropdown .btn-secondary {
          font-size: 14px; }
          .header_top_section .inner_area .right_area .list_area ul li .dropdown .btn-secondary .img_profile {
            height: 38px;
            width: 38px; }
    .header_top_section .inner_area .shift_timing {
      display: none; }
      .header_top_section .inner_area .shift_timing p {
        font-size: 14px;
        padding: 6px 10px; }
  .header_main_section {
    padding: 12px 0;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px; }
    .header_main_section .inner_main_area .left_area h5 {
      font-size: 15px; }
    .header_main_section .inner_main_area .right_area .address {
      font-size: 14px;
      display: none; }
    .header_main_section .inner_main_area .right_area .timing {
      font-size: 14px;
      padding-left: 0px; } }

/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.dashboard_section {
  padding: 30px 0; }
  .dashboard_section .inner_dashboard_area .card {
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0px 4px 14.5px 0px rgba(0, 0, 0, 0.08);
    --bs-card-border-width: 0px;
    margin-bottom: 20px; }
    .dashboard_section .inner_dashboard_area .card .card-body {
      padding: 0; }
  .dashboard_section .inner_dashboard_area .main_container .card.though_card {
    background: linear-gradient(108.35deg, #2D013F 11.88%, #5F0B70 31.34%, #3B3774 61.87%, #2D265F 84.33%);
    box-shadow: 0px 4px 14.5px 0px #00000014;
    overflow: hidden;
    padding: 25px 30px;
    position: relative; }
    .dashboard_section .inner_dashboard_area .main_container .card.though_card .card-body {
      padding: 0; }
      .dashboard_section .inner_dashboard_area .main_container .card.though_card .card-body .card-title {
        font-size: 18px;
        font-weight: 600;
        color: #ffffff;
        line-height: 23px;
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 0.5px solid #ffffff;
        margin-right: 0px; }
      .dashboard_section .inner_dashboard_area .main_container .card.though_card .card-body p {
        font-size: 16px;
        font-weight: 400;
        color: #ffffff;
        margin-bottom: 15px; }
      .dashboard_section .inner_dashboard_area .main_container .card.though_card .card-body img {
        max-width: 100%; }
      .dashboard_section .inner_dashboard_area .main_container .card.though_card .card-body .profile_name {
        display: flex;
        align-items: center; }
        .dashboard_section .inner_dashboard_area .main_container .card.though_card .card-body .profile_name .img_area {
          height: 24px;
          width: 24px;
          border-radius: 50%;
          overflow: hidden; }
          .dashboard_section .inner_dashboard_area .main_container .card.though_card .card-body .profile_name .img_area img {
            height: 100%;
            width: 100%;
            object-fit: cover; }
        .dashboard_section .inner_dashboard_area .main_container .card.though_card .card-body .profile_name .name {
          font-size: 14px;
          font-weight: 400;
          color: #ffffff;
          padding-left: 6px; }
    .dashboard_section .inner_dashboard_area .main_container .card.though_card .round_img {
      width: 185px;
      overflow: hidden;
      position: absolute;
      bottom: 0;
      right: 0; }
      .dashboard_section .inner_dashboard_area .main_container .card.though_card .round_img img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .dashboard_section .inner_dashboard_area .main_container .card.though_card .square_img {
      height: 12px;
      width: 12px;
      position: absolute;
      top: 0;
      right: 0;
      margin-right: 15px;
      margin-top: 38px;
      display: none; }
      .dashboard_section .inner_dashboard_area .main_container .card.though_card .square_img img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
  .dashboard_section .inner_dashboard_area .main_container .card.holidays_card {
    padding: 15px 15px 20px 30px; }
    .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .top_area {
      display: flex;
      align-items: center;
      margin-bottom: 25px; }
      .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .top_area::after {
        display: block;
        content: "";
        clear: both; }
      .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .top_area .left_area {
        float: left;
        width: calc(100% - 120px); }
        .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .top_area .left_area h5 {
          font-size: 18px;
          font-weight: 600;
          color: #0E1E42; }
      .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .top_area .right_area {
        float: right;
        width: 120px;
        text-align: end; }
        .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .top_area .right_area .btn_go {
          font-size: 14px;
          font-weight: 600;
          color: #0E1E42;
          padding: 10px;
          border-radius: 5px;
          background-color: #EFEFEF;
          display: inline-block; }
          .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .top_area .right_area .btn_go:hover, .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .top_area .right_area .btn_go.active {
            background-color: #e2e2e2; }
    .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .bottom_area ul li {
      padding-bottom: 20px;
      border-bottom: 1px solid #F2F2F2;
      margin-bottom: 20px; }
      .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .bottom_area ul li::after {
        display: block;
        content: "";
        clear: both; }
      .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .bottom_area ul li .left_area {
        float: left;
        width: calc(100% - 170px); }
        .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .bottom_area ul li .left_area .label {
          font-size: 14px;
          font-weight: 400;
          color: #739AF0; }
      .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .bottom_area ul li .right_area {
        float: right;
        width: 170px;
        text-align: end; }
        .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .bottom_area ul li .right_area .time {
          font-size: 14px;
          font-weight: 400;
          color: #687079; }
  .dashboard_section .inner_dashboard_area .main_container .card.tracker_card {
    padding: 35px 25px 35px 30px;
    margin-bottom: 0; }
    .dashboard_section .inner_dashboard_area .main_container .card.tracker_card .card-body .top_area::after {
      display: block;
      content: "";
      clear: both; }
    .dashboard_section .inner_dashboard_area .main_container .card.tracker_card .card-body .top_area .left_top {
      float: left;
      width: calc(100% - 156px); }
      .dashboard_section .inner_dashboard_area .main_container .card.tracker_card .card-body .top_area .left_top h3 {
        font-size: 18px;
        font-weight: 600;
        color: #0E1E42;
        margin-bottom: 12px; }
      .dashboard_section .inner_dashboard_area .main_container .card.tracker_card .card-body .top_area .left_top .txt_line {
        font-size: 12px;
        font-weight: 400;
        color: #000000;
        opacity: 0.5;
        letter-spacing: 0.5px;
        font-family: "Poppins", sans-serif; }
      .dashboard_section .inner_dashboard_area .main_container .card.tracker_card .card-body .top_area .left_top .date {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.581px;
        color: #5A6ACF; }
    .dashboard_section .inner_dashboard_area .main_container .card.tracker_card .card-body .top_area .right_top {
      float: right;
      width: 156px;
      text-align: end; }
      .dashboard_section .inner_dashboard_area .main_container .card.tracker_card .card-body .top_area .right_top .timesheet {
        font-size: 14px;
        font-weight: 400;
        color: #5A6ACF;
        padding: 6px 20px;
        filter: drop-shadow(0px 2.324px 1.162px rgba(64, 72, 82, 0.05));
        background-color: #F5F5F5;
        border: 0.581px solid #DDE4F0;
        border-radius: 5px;
        text-align: center;
        display: inline-block; }
        .dashboard_section .inner_dashboard_area .main_container .card.tracker_card .card-body .top_area .right_top .timesheet:hover, .dashboard_section .inner_dashboard_area .main_container .card.tracker_card .card-body .top_area .right_top .timesheet.active {
          border: 1px solid #D7DCFF;
          background-color: #F1F3FF; }
    .dashboard_section .inner_dashboard_area .main_container .card.tracker_card .card-body .graph_area {
      margin-top: 20px; }
  .dashboard_section .inner_dashboard_area .main_container .card.button_card {
    padding: 20px;
    background-image: url("../images/btn_img.png");
    background-repeat: no-repeat;
    background-size: cover; }
    .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      width: 100%; }
      .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .button_half {
        width: calc((100% - 15px) / 2); }
      .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .button_full {
        width: 100%; }
      .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .btn-primary {
        width: 100%;
        text-align: start;
        border: none;
        padding: 10px 15px;
        border-radius: 10px;
        display: flex;
        align-items: center; }
        .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .btn-primary:hover, .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .btn-primary.active, .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .btn-primary:focus {
          border: none;
          background-color: #122857; }
        .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .btn-primary i {
          font-size: 15px;
          color: #0E1E42;
          height: 30px;
          width: 30px;
          line-height: 30px;
          border-radius: 50%;
          overflow: hidden;
          background-color: #ffffff;
          text-align: center;
          margin-right: 10px;
          flex-shrink: 0; }
        .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .btn-primary.green {
          background-color: #349144; }
          .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .btn-primary.green:hover, .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .btn-primary.green.active, .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .btn-primary.green:focus {
            border: none;
            background-color: #3ba44d; }
          .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .btn-primary.green i {
            color: #349144; }
        .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .btn-primary.light_blue {
          background-color: #287686; }
          .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .btn-primary.light_blue:hover, .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .btn-primary.light_blue.active, .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .btn-primary.light_blue:focus {
            border: none;
            background-color: #2e879a; }
          .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .btn-primary.light_blue i {
            color: #287686; }
        .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .btn-primary.pink {
          background-color: #E64478; }
          .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .btn-primary.pink:hover, .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .btn-primary.pink.active, .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .btn-primary.pink:focus {
            border: none;
            background-color: #e95a88; }
          .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .btn-primary.pink i {
            color: #E64478; }
        .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .btn-primary.purple {
          background-color: #B747B5; }
          .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .btn-primary.purple:hover, .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .btn-primary.purple.active, .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .btn-primary.purple:focus {
            border: none;
            background-color: #bf59bd; }
          .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .btn-primary.purple i {
            color: #B747B5; }
  .dashboard_section .inner_dashboard_area .card.timing_card {
    padding: 25px 18px;
    background: linear-gradient(104.21deg, #001E3A 1.59%, #013F72 33.37%, #003360 66.83%, #01284F 97.91%);
    box-shadow: 0px 4px 14.5px 0px #00000014; }
    .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .checking_time {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #F2F2F2;
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 25px;
      margin-bottom: 25px; }
      .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .checking_time .check_txt {
        font-size: 14px;
        font-weight: 400;
        color: #0E1E42; }
      .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .checking_time .production {
        font-size: 18px;
        font-weight: 600;
        color: #ffffff; }
    .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .timing_area {
      padding-left: 10px;
      padding-right: 10px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 28px; }
      .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .timing_area .time_box {
        width: 70px;
        text-align: center; }
        .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .timing_area .time_box .inner_box {
          font-size: 30px;
          font-weight: 400;
          color: #000000;
          font-family: "Roboto Condensed", sans-serif;
          border-radius: 2.718px;
          border: 0.68px solid #DBDBDB;
          background: #ffffff;
          padding: 0 18px;
          display: inline-block;
          text-align: center;
          margin-bottom: 8px; }
        .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .timing_area .time_box .txt {
          font-size: 12px;
          font-weight: 400;
          color: #ffffff; }
    .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .btn_area {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px; }
      .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .btn_area .btn-primary {
        border-radius: 10px; }
        .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .btn_area .btn-primary.start_break {
          background-color: #FF8A00; }
          .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .btn_area .btn-primary.start_break:hover, .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .btn_area .btn-primary.start_break.active {
            background-color: #0E1E42; }
        .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .btn_area .btn-primary.resume_btn {
          background-color: #DBDBDB;
          color: #5D5D5D; }
          .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .btn_area .btn-primary.resume_btn:hover, .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .btn_area .btn-primary.resume_btn.active {
            background-color: #c2c2c2; }
        .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .btn_area .btn-primary.see_btn {
          background-color: #C3C3C3;
          color: #676767; }
          .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .btn_area .btn-primary.see_btn:hover, .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .btn_area .btn-primary.see_btn.active {
            background-color: #aaaaaa; }
        .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .btn_area .btn-primary.user_check_in {
          background-color: #ffffff;
          color: #0E1E42; }
    .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .img_user {
      height: 300px;
      margin-top: 40px; }
      .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .img_user img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
  .dashboard_section .inner_dashboard_area .attendance_detail .card {
    padding: 20px 50px 30px 40px; }
    .dashboard_section .inner_dashboard_area .attendance_detail .card .card-header {
      padding: 0px;
      background-color: #ffffff;
      display: flex;
      align-items: center;
      margin-bottom: 50px; }
      .dashboard_section .inner_dashboard_area .attendance_detail .card .card-header::after {
        display: block;
        content: "";
        clear: both; }
      .dashboard_section .inner_dashboard_area .attendance_detail .card .card-header .left_area {
        float: left;
        width: calc(100% - 200px); }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-header .left_area h5 {
          font-size: 18px;
          font-weight: 600;
          color: #0E1E42; }
      .dashboard_section .inner_dashboard_area .attendance_detail .card .card-header .right_area {
        float: right;
        width: 200px;
        text-align: end; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-header .right_area .weekly {
          font-size: 14px;
          font-weight: 400;
          color: #5A6ACF;
          padding: 10px;
          border-radius: 10px;
          border: 1px solid #D7DCFF;
          background-color: #F1F3FF;
          display: inline-block; }
          .dashboard_section .inner_dashboard_area .attendance_detail .card .card-header .right_area .weekly:hover, .dashboard_section .inner_dashboard_area .attendance_detail .card .card-header .right_area .weekly.active {
            background-color: #e7eaff; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-header .right_area .btn-default {
          font-size: 18px;
          font-weight: 400;
          color: #0E1E42;
          margin-top: -2px; }
    .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area {
      margin-bottom: 20px; }
      .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive {
        overflow-x: auto; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive::-webkit-scrollbar-track {
          box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
          -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
          background-color: #C4C4C4; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive::-webkit-scrollbar {
          width: 2px;
          height: 4px;
          background-color: #0E1E42;
          margin: 0 20px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive::-webkit-scrollbar-thumb {
          background-color: #0E1E42; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table {
          margin-bottom: 0px; }
          .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table thead tr th {
            font-size: 16px;
            font-weight: 400;
            color: #4F4747;
            padding: 0;
            padding-bottom: 30px;
            border-bottom: 1px solid #A49999;
            padding-left: 8px;
            padding-right: 8px;
            white-space: nowrap; }
            .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table thead tr th:nth-child(1) {
              width: 20%;
              padding-left: 0; }
            .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table thead tr th:nth-child(2) {
              width: 12%; }
            .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table thead tr th:nth-child(3) {
              width: 16%; }
            .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table thead tr th:nth-child(4) {
              width: 16%; }
            .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table thead tr th:nth-child(5) {
              width: 15%; }
            .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table thead tr th:nth-child(6) {
              width: 15%;
              padding-right: 0; }
          .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td {
            padding: 20px 0;
            border-bottom: 1px solid #C4C4C4;
            font-size: 16px;
            font-weight: 400;
            color: #000000;
            vertical-align: middle;
            padding-left: 8px;
            padding-right: 8px;
            white-space: nowrap; }
            .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td:nth-child(1) {
              padding-left: 0; }
            .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td:nth-child(6) {
              padding-right: 0; }
            .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile {
              display: flex;
              align-items: center; }
              .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile::after {
                display: block;
                content: "";
                clear: both; }
              .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .left {
                float: left;
                width: 50px; }
                .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .left .img_area {
                  height: 50px;
                  width: 50px;
                  border-radius: 50%;
                  overflow: hidden; }
                  .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .left .img_area img {
                    height: 100%;
                    width: 100%;
                    object-fit: cover; }
              .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .right {
                float: right;
                width: calc(100% - 50px);
                padding-left: 6px; }
                .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .right .name {
                  font-size: 16px;
                  font-weight: 400;
                  color: #000000; }
                .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .right .text {
                  font-size: 16px;
                  font-weight: 400;
                  color: #A49999; }
            .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .txt {
              font-size: 16px;
              font-weight: 400;
              color: #A49999; }
            .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .tag {
              font-size: 16px;
              font-weight: 400;
              padding: 10px;
              border-radius: 5px;
              display: inline-block; }
              .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .tag.green_tag {
                color: #ffffff;
                border: 1px solid #34BB05;
                background-color: #34BB05; }
              .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .tag.red_tag {
                color: #ffffff;
                border: 1px solid #FF313D;
                background-color: #FF313D; }
              .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .tag.warning_tag {
                color: #ffffff;
                border: 1px solid #db9a14;
                background-color: #edb135; }
              .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .tag.bg_tag {
                padding-top: 4px;
                padding-bottom: 4px;
                color: #ffffff;
                font-size: 14px; }
            .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .status_area {
              display: flex;
              align-items: center; }
              .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .status_area .round {
                height: 32px;
                width: 32px;
                border-radius: 50%;
                background-color: #34BB05; }
                .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .status_area .round.orange_color {
                  background-color: #FF7614; }
              .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .status_area .label {
                font-size: 16px;
                font-weight: 400;
                color: #000000;
                padding-left: 6px; }
    .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .total_hours {
      font-size: 14px;
      font-weight: 400;
      color: #5A6ACF;
      padding: 10px;
      border-radius: 10px;
      border: 1px solid #D7DCFF;
      background-color: #F1F3FF;
      display: inline-block; }
  .dashboard_section .inner_dashboard_area .attendance_detail.leave_view_action .leave_action {
    width: 28px;
    height: 28px;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 28px; }
  .dashboard_section .inner_dashboard_area .attendance_detail .web-filter:hover {
    background-color: unset; }
  .dashboard_section .inner_dashboard_area .attendance_detail .web-filter:focus {
    background-color: unset; }
  .dashboard_section .inner_dashboard_area .attendance_detail .dropdown-bottom .btn {
    font-size: 12px;
    padding: 5px;
    border-radius: 7px;
    font-weight: 400; }
    .dashboard_section .inner_dashboard_area .attendance_detail .dropdown-bottom .btn.btn-danger {
      background-color: #e6381a;
      border: 1px solid #e6381a; }
      .dashboard_section .inner_dashboard_area .attendance_detail .dropdown-bottom .btn.btn-danger:hover {
        background-color: #e6381a;
        border: 1px solid #e6381a;
        box-shadow: none; }
    .dashboard_section .inner_dashboard_area .attendance_detail .dropdown-bottom .btn:hover {
      background-color: #0E1E42;
      border: 1px solid #0E1E42; }
  .dashboard_section .inner_dashboard_area .attendance_detail .dropdown-bottom {
    padding: 10px; }
  .dashboard_section .inner_dashboard_area .calendar_profile .card {
    padding: 20px 50px 30px 40px; }
    .dashboard_section .inner_dashboard_area .calendar_profile .card .card-header {
      padding: 0px;
      background-color: #ffffff;
      display: flex;
      align-items: center;
      margin-bottom: 40px; }
      .dashboard_section .inner_dashboard_area .calendar_profile .card .card-header::after {
        display: block;
        content: "";
        clear: both; }
      .dashboard_section .inner_dashboard_area .calendar_profile .card .card-header h5 {
        font-size: 18px;
        font-weight: 600;
        color: #0E1E42; }
      .dashboard_section .inner_dashboard_area .calendar_profile .card .card-header.card-header2 {
        display: block; }
        .dashboard_section .inner_dashboard_area .calendar_profile .card .card-header.card-header2 h5 {
          float: left; }
        .dashboard_section .inner_dashboard_area .calendar_profile .card .card-header.card-header2 .click_button {
          float: right; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-header.card-header2 .click_button .btn.btn-primary.bg-purple {
            border: 0;
            border-radius: 5px; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-header.card-header2 .click_button .btn.btn-primary.bg-green {
            border: 0;
            border-radius: 5px; }
    .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main::after {
      display: block;
      content: "";
      clear: both; }
    .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .left_profile {
      float: left;
      width: 200px; }
      .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .left_profile .inner_profile {
        background-color: #0E1E42;
        border-radius: 18px;
        padding: 15px;
        text-align: center; }
        .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .left_profile .inner_profile .img_area {
          height: 80px;
          width: 80px;
          border-radius: 50%;
          overflow: hidden;
          margin: 0 auto;
          margin-bottom: 15px; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .left_profile .inner_profile .img_area img {
            height: 100%;
            width: 100%;
            object-fit: cover; }
        .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .left_profile .inner_profile h6 {
          font-size: 16px;
          color: #ffffff;
          font-weight: 600;
          text-align: center;
          margin-bottom: 5px; }
        .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .left_profile .inner_profile .field {
          font-size: 14px;
          color: #ffffff;
          text-align: center;
          font-weight: 400;
          margin-bottom: 10px; }
    .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile {
      float: right;
      width: calc(100% - 200px);
      padding-left: 15px; }
      .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym {
        margin-bottom: 20px; }
        .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul {
          display: flex;
          flex-wrap: wrap;
          gap: 25px; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li {
            width: 23.1%;
            display: flex;
            position: relative; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li::after {
              display: block;
              content: "";
              clear: both; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li::before {
              content: "";
              border-right: 1px solid #EFEFEF;
              position: absolute;
              top: 0;
              bottom: 0;
              right: 0;
              margin-right: -14px; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li:last-child::before {
              border-right: 0px; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li:nth-child(1) .right .icon_area {
              color: #0E1E42;
              background-color: #E7E7FF; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li:nth-child(2) .right .icon_area {
              color: #71DD37;
              background-color: #E8FADF; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li:nth-child(3) .right .icon_area {
              color: #FF513A;
              background-color: #FFE0DB; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li:nth-child(4) .right .icon_area {
              color: #03C3EC;
              background-color: #D7F5FC; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li .left {
              float: left;
              width: calc(100% - 42px); }
              .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li .left .time {
                font-size: 20px;
                font-weight: 500;
                color: #5D5D5D;
                margin-bottom: 5px; }
              .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li .left .txt {
                font-size: 15px;
                font-weight: 400;
                color: #959EA8; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li .right {
              float: right;
              width: 42px; }
              .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li .right .icon_area {
                font-size: 20px;
                padding: 6px;
                border-radius: 5px;
                text-align: center; }
      .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain {
        display: flex;
        flex-wrap: wrap;
        gap: 15px; }
        .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain {
          display: flex;
          align-items: center;
          width: 32%;
          padding: 8px 20px;
          border-radius: 10px;
          background-color: #0E1E42; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain::after {
            display: block;
            content: "";
            clear: both; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain.absent {
            background-color: #cc3117; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain.absent .right_area .count {
              color: #cc3117; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain.present {
            background-color: #349144; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain.present .right_area .count {
              color: #349144; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain.holidays {
            background-color: #287686; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain.holidays .right_area .count {
              color: #287686; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain.yellow {
            background-color: #FF8A00; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain.yellow .right_area .count {
              color: #FF8A00; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain .left_area {
            float: left;
            width: calc(100% - 50px); }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain .left_area .title {
              font-size: 18px;
              font-weight: 500;
              color: #ffffff; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain .right_area {
            float: right;
            width: 50px; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain .right_area .count {
              height: 50px;
              width: 50px;
              line-height: 50px;
              border-radius: 50%;
              background-color: #ffffff;
              font-size: 15px;
              color: #0E1E42;
              font-weight: 500;
              text-align: center; }
  .dashboard_section .inner_dashboard_area .calendar_profile.attendance_profile .card .card-body .profile_main .right_profile .production_tym ul li {
    width: 31.3%; }
  .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card {
    padding: 15px 15px 20px 30px;
    background: linear-gradient(104.21deg, #01133F 1.59%, #01336E 49.29%, #01133F 97.91%);
    box-shadow: 0px 4px 14.5px 0px #00000014; }
    .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .top_area {
      display: flex;
      align-items: center;
      margin-bottom: 25px; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .top_area::after {
        display: block;
        content: "";
        clear: both; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .top_area .left_area {
        float: left;
        width: calc(100% - 120px); }
        .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .top_area .left_area h5 {
          font-size: 18px;
          font-weight: 600;
          color: #ffffff; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .top_area .right_area {
        float: right;
        width: 120px;
        text-align: end; }
        .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .top_area .right_area .btn_go {
          font-size: 14px;
          font-weight: 600;
          color: #0E1E42;
          padding: 10px;
          border-radius: 5px;
          background-color: #EFEFEF;
          display: inline-block; }
          .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .top_area .right_area .btn_go:hover, .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .top_area .right_area .btn_go.active {
            background-color: #e2e2e2; }
    .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .bottom_area ul li {
      padding-bottom: 20px;
      border-bottom: 1px solid #ffffff;
      margin-bottom: 20px; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .bottom_area ul li::after {
        display: block;
        content: "";
        clear: both; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .bottom_area ul li .left_area {
        float: left;
        width: calc(100% - 170px); }
        .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .bottom_area ul li .left_area .label {
          font-size: 14px;
          font-weight: 400;
          color: #ffffff; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .bottom_area ul li .right_area {
        float: right;
        width: 170px;
        text-align: end; }
        .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .bottom_area ul li .right_area .time {
          font-size: 14px;
          font-weight: 400;
          color: #ffffff; }
    .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_card {
      background: linear-gradient(111.31deg, #C80038 3.99%, #310037 28.24%, #310037 36.83%, #060020 62.23%, #2A0033 81.92%, #C80038 94.28%);
      box-shadow: 0px 4px 14.5px 0px #00000014;
      position: relative; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_card .card-body .top_area .left_area {
        width: 100%;
        float: none; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_card .card-body .top_area .right_area {
        display: none; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_card .ballon_main {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        margin-top: -6px; }
        .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_card .ballon_main img {
          height: 100%;
          width: 100%;
          object-fit: cover; }
        .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_card .ballon_main .img_one, .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_card .ballon_main .img_two, .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_card .ballon_main .img_three {
          height: 52px;
          width: 50px;
          margin-left: -34px;
          margin-top: 15px;
          position: relative; }
        .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_card .ballon_main .img_one {
          z-index: 2;
          animation: balloon1 2s ease-in-out infinite;
          animation-play-state: paused; }
        .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_card .ballon_main .img_two {
          margin-top: 0px;
          z-index: 1;
          animation: balloon2 2s ease-in-out infinite;
          animation-play-state: paused; }
        .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_card .ballon_main .img_three {
          z-index: 2;
          animation: balloon3 2s ease-in-out infinite;
          animation-play-state: paused; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_card:hover .ballon_main .img_one, .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_card:hover .ballon_main .img_two, .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_card:hover .ballon_main .img_three {
        animation-play-state: running; }
    .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_holi {
      background: linear-gradient(178.71deg, #9A0000 -0.68%, #880100 35.75%, #5A0000 62.19%, #1F0000 109.66%);
      box-shadow: 0px 4px 14.5px 0px #00000014;
      position: relative; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_holi .card-body .top_area .left_area {
        width: 100%;
        float: none; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_holi .card-body .top_area .right_area {
        display: none; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_holi .star_animate {
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 15px;
        margin-top: -8px; }
        .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_holi .star_animate img {
          height: 100%;
          width: 100%;
          object-fit: cover; }
        .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_holi .star_animate .star_one {
          height: 40px;
          width: 40px;
          animation: star1 2s ease infinite;
          animation-play-state: paused; }
        .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_holi .star_animate .star_two {
          height: 20px;
          width: 20px;
          margin-top: -12px;
          margin-left: -12px;
          animation: star2 2s ease infinite;
          animation-play-state: paused; }
        .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_holi .star_animate .star_three {
          height: 16px;
          width: 16px;
          animation: star3 2s ease infinite;
          animation-play-state: paused; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_holi:hover .star_animate .star_one, .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_holi:hover .star_animate .star_two, .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_holi:hover .star_animate .star_three {
        animation-play-state: running; }

@keyframes balloon1 {
  0%, 100% {
    transform: translateY(0) rotate(-6deg); }
  50% {
    transform: translateY(-10px) rotate(8deg); } }

@keyframes balloon2 {
  0%, 100% {
    transform: translateY(0) rotate(6deg); }
  50% {
    transform: translateY(-10px) rotate(-8deg); } }

@keyframes balloon3 {
  0%, 100% {
    transform: translateY(0) rotate(-6deg); }
  50% {
    transform: translateY(-10px) rotate(8deg); } }

@keyframes star1 {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.2, 1.2); }
  100% {
    transform: scale(1, 1); } }

@keyframes star2 {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.3, 1.3); }
  100% {
    transform: scale(1, 1); } }

@keyframes star3 {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.3, 1.3); }
  100% {
    transform: scale(1, 1); } }

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
@media (min-width: 1300px) and (max-width: 1399px) {
  .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li {
    width: 22.7%; }
  .dashboard_section .inner_dashboard_area .calendar_profile.attendance_profile .card .card-body .profile_main .right_profile .production_tym ul li {
    width: 31.3%; } }

/* 1200 desktop only */
@media (min-width: 1200px) and (max-width: 1299px) {
  .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li {
    width: 22.7%; }
  .dashboard_section .inner_dashboard_area .calendar_profile.attendance_profile .card .card-body .profile_main .right_profile .production_tym ul li {
    width: 31.2%; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .dashboard_section {
    padding: 25px 0; }
    .dashboard_section .inner_dashboard_area .main_container .card {
      border-radius: 25px; }
      .dashboard_section .inner_dashboard_area .main_container .card.though_card {
        padding: 20px; }
        .dashboard_section .inner_dashboard_area .main_container .card.though_card .card-body .card-title {
          font-size: 16px;
          margin-bottom: 20px;
          padding-bottom: 20px;
          margin-right: 0px; }
        .dashboard_section .inner_dashboard_area .main_container .card.though_card .card-body p {
          font-size: 14px;
          margin-bottom: 12px; }
        .dashboard_section .inner_dashboard_area .main_container .card.though_card .round_img {
          width: 150px; }
        .dashboard_section .inner_dashboard_area .main_container .card.though_card .square_img {
          height: 10px;
          width: 10px;
          margin-top: 25px; }
      .dashboard_section .inner_dashboard_area .main_container .card.holidays_card {
        padding: 15px 15px 20px 20px; }
        .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .top_area {
          margin-bottom: 20px; }
          .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .top_area .left_area h5 {
            font-size: 16px; }
        .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .bottom_area ul li {
          margin-bottom: 15px;
          padding-bottom: 15px; }
      .dashboard_section .inner_dashboard_area .main_container .card.tracker_card {
        padding: 20px; }
        .dashboard_section .inner_dashboard_area .main_container .card.tracker_card .card-body .top_area .left_top h3 {
          font-size: 16px; }
      .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .button_half {
        width: 100%; }
    .dashboard_section .inner_dashboard_area .card {
      border-radius: 25px; }
      .dashboard_section .inner_dashboard_area .card.timing_card {
        display: none;
        padding: 20px 15px; }
        .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .checking_time {
          padding-bottom: 20px;
          margin-bottom: 20px; }
          .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .checking_time .production {
            font-size: 16px; }
        .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .timing_area {
          margin-bottom: 25px; }
          .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .timing_area .time_box {
            width: 62px; }
            .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .timing_area .time_box .inner_box {
              font-size: 26px;
              padding: 0 15px; }
        .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .img_user {
          height: 260px;
          margin-top: 30px; }
    .dashboard_section .inner_dashboard_area .attendance_detail .card {
      padding: 20px 30px 25px 30px; }
      .dashboard_section .inner_dashboard_area .attendance_detail .card .card-header {
        margin-bottom: 40px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-header .left_area h5 {
          font-size: 16px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-header .right_area .weekly {
          padding: 8px 10px; }
      .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table thead tr th {
        font-size: 15px;
        padding-bottom: 25px; }
      .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td {
        font-size: 15px;
        padding: 16px 10px 16px 10px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .left {
          width: 45px; }
          .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .left .img_area {
            height: 45px;
            width: 45px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .right {
          width: calc(100% - 45px); }
          .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .right .name {
            font-size: 15px; }
          .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .right .text {
            font-size: 15px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .txt {
          font-size: 15px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .tag {
          font-size: 15px;
          padding: 8px 10px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .status_area .round {
          height: 25px;
          width: 25px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .status_area .label {
          font-size: 15px; }
    .dashboard_section .inner_dashboard_area .calendar_profile .card {
      padding: 20px 30px 25px 30px; }
      .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .left_profile {
        width: 180px; }
        .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .left_profile .inner_profile .img_area {
          height: 70px;
          width: 70px;
          margin-bottom: 10px; }
        .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .left_profile .inner_profile h6 {
          font-size: 15px; }
      .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile {
        width: calc(100% - 180px); }
        .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym {
          margin-bottom: 15px; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul {
            gap: 18px; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li::before {
              margin-right: -11px; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li .left {
              width: calc(100% - 35px); }
              .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li .left .time {
                font-size: 18px; }
              .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li .left .txt {
                font-size: 14px; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li .right {
              width: 35px; }
              .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li .right .icon_area {
                font-size: 16px;
                padding: 4px; }
        .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain {
          gap: 14px; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain {
            padding: 8px 12px; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain .left_area {
              width: calc(100% - 45px); }
              .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain .left_area .title {
                font-size: 15px; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain .right_area {
              width: 45px; }
              .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain .right_area .count {
                height: 45px;
                width: 45px;
                line-height: 45px; }
    .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card {
      padding: 15px 15px 20px 20px; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .top_area {
        margin-bottom: 20px; }
        .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .top_area .left_area h5 {
          font-size: 16px; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .bottom_area ul li {
        margin-bottom: 15px;
        padding-bottom: 15px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .dashboard_section {
    padding: 25px 0; }
    .dashboard_section .inner_dashboard_area .main_container .card {
      border-radius: 25px; }
      .dashboard_section .inner_dashboard_area .main_container .card.though_card {
        padding: 20px; }
        .dashboard_section .inner_dashboard_area .main_container .card.though_card .card-body .card-title {
          font-size: 16px;
          margin-bottom: 20px;
          padding-bottom: 20px; }
        .dashboard_section .inner_dashboard_area .main_container .card.though_card .card-body p {
          font-size: 14px;
          margin-bottom: 12px; }
        .dashboard_section .inner_dashboard_area .main_container .card.though_card .round_img {
          width: 150px; }
        .dashboard_section .inner_dashboard_area .main_container .card.though_card .square_img {
          height: 10px;
          width: 10px;
          margin-top: 25px; }
      .dashboard_section .inner_dashboard_area .main_container .card.holidays_card {
        padding: 15px 15px 20px 20px; }
        .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .top_area {
          margin-bottom: 20px; }
          .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .top_area .left_area h5 {
            font-size: 16px; }
        .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .bottom_area ul li {
          margin-bottom: 15px;
          padding-bottom: 15px; }
      .dashboard_section .inner_dashboard_area .main_container .card.tracker_card {
        padding: 20px;
        margin-bottom: 20px; }
        .dashboard_section .inner_dashboard_area .main_container .card.tracker_card .card-body .top_area .left_top h3 {
          font-size: 16px; }
      .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .button_half {
        width: 100%; }
    .dashboard_section .inner_dashboard_area .card {
      border-radius: 25px; }
      .dashboard_section .inner_dashboard_area .card.timing_card {
        display: none;
        padding: 20px; }
        .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area {
          display: flex; }
          .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main {
            width: 50%; }
            .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .checking_time {
              padding-bottom: 20px;
              margin-bottom: 20px; }
              .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .checking_time .production {
                font-size: 16px; }
            .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .timing_area {
              margin-bottom: 25px; }
              .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .timing_area .time_box {
                width: 62px; }
                .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .timing_area .time_box .inner_box {
                  font-size: 26px;
                  padding: 0 15px; }
          .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .img_user {
            height: 100%;
            margin: 0 auto; }
    .dashboard_section .inner_dashboard_area .attendance_detail .card {
      padding: 20px 30px 25px 30px; }
      .dashboard_section .inner_dashboard_area .attendance_detail .card .card-header {
        margin-bottom: 40px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-header .left_area h5 {
          font-size: 16px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-header .right_area .weekly {
          padding: 8px 10px; }
      .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table thead tr th {
        font-size: 15px;
        padding-bottom: 25px;
        padding-left: 18px;
        padding-right: 18px; }
      .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td {
        font-size: 15px;
        padding: 16px 18px 16px 18px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .left {
          width: 45px; }
          .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .left .img_area {
            height: 45px;
            width: 45px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .right {
          width: calc(100% - 45px); }
          .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .right .name {
            font-size: 15px; }
          .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .right .text {
            font-size: 15px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .txt {
          font-size: 15px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .tag {
          font-size: 15px;
          padding: 8px 10px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .status_area .round {
          height: 25px;
          width: 25px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .status_area .label {
          font-size: 15px; }
    .dashboard_section .inner_dashboard_area .calendar_profile .card {
      padding: 20px; }
      .dashboard_section .inner_dashboard_area .calendar_profile .card .card-header {
        margin-bottom: 30px; }
        .dashboard_section .inner_dashboard_area .calendar_profile .card .card-header h5 {
          font-size: 16px; }
      .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .left_profile {
        width: 165px; }
        .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .left_profile .inner_profile {
          padding: 12px;
          border-radius: 15px; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .left_profile .inner_profile .img_area {
            height: 70px;
            width: 70px;
            margin-bottom: 10px; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .left_profile .inner_profile h6 {
            font-size: 14px; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .left_profile .inner_profile .field {
            font-size: 13px; }
      .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile {
        width: calc(100% - 165px);
        padding-left: 12px; }
        .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym {
          margin-bottom: 15px; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul {
            gap: 18px; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li {
              width: 48%; }
              .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li::before {
                margin-right: -11px; }
              .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li:nth-child(even)::before {
                display: none;
                margin-right: 0px; }
              .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li .left {
                width: calc(100% - 32px); }
                .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li .left .time {
                  font-size: 16px; }
                .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li .left .txt {
                  font-size: 13px; }
              .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li .right {
                width: 32px; }
                .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li .right .icon_area {
                  font-size: 15px;
                  padding: 4px; }
        .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain {
          gap: 14px; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain {
            padding: 8px 12px;
            width: 48%; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain .left_area {
              width: calc(100% - 45px); }
              .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain .left_area .title {
                font-size: 15px; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain .right_area {
              width: 45px; }
              .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain .right_area .count {
                height: 45px;
                width: 45px;
                line-height: 45px; }
    .dashboard_section .inner_dashboard_area .calendar_profile.attendance_profile .card .card-body .profile_main .right_profile .production_tym ul li {
      width: 31%; }
    .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card {
      padding: 15px 15px 20px 20px; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .top_area {
        margin-bottom: 20px; }
        .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .top_area .left_area h5 {
          font-size: 16px; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .bottom_area ul li {
        margin-bottom: 15px;
        padding-bottom: 15px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .dashboard_section {
    padding: 25px 0; }
    .dashboard_section .inner_dashboard_area .main_container .card {
      border-radius: 20px; }
      .dashboard_section .inner_dashboard_area .main_container .card.though_card {
        padding: 15px; }
        .dashboard_section .inner_dashboard_area .main_container .card.though_card .card-body .card-title {
          font-size: 16px;
          margin-bottom: 15px;
          padding-bottom: 15px; }
        .dashboard_section .inner_dashboard_area .main_container .card.though_card .card-body p {
          font-size: 14px;
          margin-bottom: 12px; }
        .dashboard_section .inner_dashboard_area .main_container .card.though_card .round_img {
          width: 130px; }
        .dashboard_section .inner_dashboard_area .main_container .card.though_card .square_img {
          height: 10px;
          width: 10px;
          margin-top: 25px; }
      .dashboard_section .inner_dashboard_area .main_container .card.holidays_card {
        padding: 15px; }
        .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .top_area {
          margin-bottom: 20px; }
          .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .top_area .left_area h5 {
            font-size: 16px; }
          .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .top_area .right_area .btn_go {
            padding: 8px 10px; }
        .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .bottom_area ul li {
          margin-bottom: 15px;
          padding-bottom: 15px; }
      .dashboard_section .inner_dashboard_area .main_container .card.tracker_card {
        padding: 20px;
        margin-bottom: 20px; }
        .dashboard_section .inner_dashboard_area .main_container .card.tracker_card .card-body .top_area .left_top h3 {
          font-size: 16px; }
      .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .button_half {
        width: 100%; }
    .dashboard_section .inner_dashboard_area .card {
      border-radius: 20px; }
      .dashboard_section .inner_dashboard_area .card.timing_card {
        display: none;
        padding: 20px;
        margin-bottom: 25px;
        padding-bottom: 15px; }
        .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area {
          display: flex; }
          .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main {
            width: 50%; }
            .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .checking_time {
              padding-bottom: 20px;
              margin-bottom: 20px; }
              .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .checking_time .production {
                font-size: 15px; }
            .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .timing_area {
              margin-bottom: 25px; }
              .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .timing_area .time_box {
                width: 62px; }
                .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .timing_area .time_box .inner_box {
                  font-size: 26px;
                  padding: 0 15px; }
          .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .img_user {
            height: 100%;
            margin: 0 auto; }
    .dashboard_section .inner_dashboard_area .attendance_detail .card {
      padding: 20px; }
      .dashboard_section .inner_dashboard_area .attendance_detail .card .card-header {
        margin-bottom: 30px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-header .left_area h5 {
          font-size: 16px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-header .right_area .weekly {
          padding: 8px 10px; }
      .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table thead tr th {
        font-size: 15px;
        padding-bottom: 25px; }
      .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td {
        font-size: 14px;
        padding: 12px 10px 12px 10px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .left {
          width: 40px; }
          .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .left .img_area {
            height: 40px;
            width: 40px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .right {
          width: calc(100% - 40px); }
          .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .right .name {
            font-size: 14px; }
          .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .right .text {
            font-size: 14px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .txt {
          font-size: 14px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .tag {
          font-size: 14px;
          padding: 8px 10px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .status_area .round {
          height: 25px;
          width: 25px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .status_area .label {
          font-size: 14px; }
    .dashboard_section .inner_dashboard_area .calendar_profile .card {
      padding: 20px; }
      .dashboard_section .inner_dashboard_area .calendar_profile .card .card-header {
        margin-bottom: 30px; }
        .dashboard_section .inner_dashboard_area .calendar_profile .card .card-header h5 {
          font-size: 16px; }
        .dashboard_section .inner_dashboard_area .calendar_profile .card .card-header.card-header2 .click_button .btn {
          font-size: 13px; }
      .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .left_profile {
        width: 165px; }
        .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .left_profile .inner_profile {
          padding: 12px;
          border-radius: 15px; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .left_profile .inner_profile .img_area {
            height: 70px;
            width: 70px;
            margin-bottom: 10px; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .left_profile .inner_profile h6 {
            font-size: 14px; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .left_profile .inner_profile .field {
            font-size: 13px; }
      .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile {
        width: calc(100% - 165px);
        padding-left: 12px; }
        .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym {
          margin-bottom: 15px; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul {
            gap: 18px; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li {
              width: 47.5%; }
              .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li:nth-child(even)::before {
                display: none;
                margin-right: 0px; }
              .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li .left {
                width: calc(100% - 32px); }
                .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li .left .time {
                  font-size: 16px; }
                .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li .left .txt {
                  font-size: 13px; }
              .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li .right {
                width: 32px; }
                .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li .right .icon_area {
                  font-size: 15px;
                  padding: 4px; }
        .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain {
          gap: 14px; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain {
            padding: 8px 12px;
            width: 48%; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain .left_area {
              width: calc(100% - 45px); }
              .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain .left_area .title {
                font-size: 15px; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain .right_area {
              width: 45px; }
              .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain .right_area .count {
                height: 45px;
                width: 45px;
                line-height: 45px; }
    .dashboard_section .inner_dashboard_area .calendar_profile.attendance_profile .card .card-body .profile_main .right_profile .production_tym ul li {
      width: 100%; }
    .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card {
      padding: 15px; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .top_area {
        margin-bottom: 20px; }
        .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .top_area .left_area h5 {
          font-size: 16px; }
        .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .top_area .right_area .btn_go {
          padding: 8px 10px; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .bottom_area ul li {
        margin-bottom: 15px;
        padding-bottom: 15px; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_holi .star_animate .star_two {
        margin-top: -13px; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_holi .star_animate .star_three {
        margin-top: -5px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .dashboard_section {
    padding: 25px 0 15px 0; }
    .dashboard_section .inner_dashboard_area .main_container .card {
      border-radius: 20px;
      margin-bottom: 15px; }
      .dashboard_section .inner_dashboard_area .main_container .card.though_card {
        padding: 15px; }
        .dashboard_section .inner_dashboard_area .main_container .card.though_card .card-body .card-title {
          font-size: 16px;
          margin-bottom: 15px;
          padding-bottom: 15px; }
        .dashboard_section .inner_dashboard_area .main_container .card.though_card .card-body p {
          font-size: 14px;
          margin-bottom: 12px; }
        .dashboard_section .inner_dashboard_area .main_container .card.though_card .round_img {
          width: 115px; }
        .dashboard_section .inner_dashboard_area .main_container .card.though_card .square_img {
          height: 10px;
          width: 10px;
          margin-top: 25px; }
      .dashboard_section .inner_dashboard_area .main_container .card.holidays_card {
        padding: 15px; }
        .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .top_area {
          margin-bottom: 20px; }
          .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .top_area .left_area h5 {
            font-size: 16px; }
          .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .top_area .right_area .btn_go {
            padding: 8px 10px; }
        .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .bottom_area ul li {
          margin-bottom: 15px;
          padding-bottom: 15px; }
      .dashboard_section .inner_dashboard_area .main_container .card.tracker_card {
        padding: 20px;
        margin-bottom: 15px; }
        .dashboard_section .inner_dashboard_area .main_container .card.tracker_card .card-body .top_area .left_top {
          float: none;
          width: 100%; }
          .dashboard_section .inner_dashboard_area .main_container .card.tracker_card .card-body .top_area .left_top h3 {
            font-size: 16px; }
        .dashboard_section .inner_dashboard_area .main_container .card.tracker_card .card-body .top_area .right_top {
          float: none;
          width: 100%;
          text-align: left;
          margin-top: 15px; }
      .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .button_half {
        width: 100%; }
    .dashboard_section .inner_dashboard_area .card {
      border-radius: 20px; }
      .dashboard_section .inner_dashboard_area .card.timing_card {
        display: none;
        padding: 20px;
        margin-bottom: 15px;
        padding-bottom: 15px; }
        .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area {
          display: block; }
          .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main {
            width: 100%; }
            .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .checking_time {
              padding-bottom: 15px;
              margin-bottom: 15px; }
              .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .checking_time .production {
                font-size: 15px; }
            .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .timing_area {
              margin-bottom: 25px; }
              .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .timing_area .time_box {
                width: 62px; }
                .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .timing_area .time_box .inner_box {
                  font-size: 26px;
                  padding: 0 15px; }
          .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .img_user {
            height: 100%;
            margin-top: 30px; }
    .dashboard_section .inner_dashboard_area .attendance_detail .card {
      padding: 20px; }
      .dashboard_section .inner_dashboard_area .attendance_detail .card .card-header {
        margin-bottom: 20px;
        display: block; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-header .left_area {
          float: none;
          width: 100%;
          margin-bottom: 15px; }
          .dashboard_section .inner_dashboard_area .attendance_detail .card .card-header .left_area h5 {
            font-size: 16px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-header .right_area {
          float: none;
          width: 100%;
          text-align: left; }
          .dashboard_section .inner_dashboard_area .attendance_detail .card .card-header .right_area .weekly {
            padding: 8px 10px; }
      .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table thead tr th {
        font-size: 15px;
        padding-bottom: 25px; }
      .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td {
        font-size: 14px;
        padding: 12px 10px 12px 10px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .left {
          width: 40px; }
          .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .left .img_area {
            height: 40px;
            width: 40px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .right {
          width: calc(100% - 40px); }
          .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .right .name {
            font-size: 14px; }
          .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .right .text {
            font-size: 14px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .txt {
          font-size: 14px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .tag {
          font-size: 14px;
          padding: 8px 10px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .status_area .round {
          height: 25px;
          width: 25px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .status_area .label {
          font-size: 14px; }
    .dashboard_section .inner_dashboard_area .calendar_profile .card {
      padding: 20px; }
      .dashboard_section .inner_dashboard_area .calendar_profile .card .card-header {
        margin-bottom: 30px; }
        .dashboard_section .inner_dashboard_area .calendar_profile .card .card-header h5 {
          font-size: 16px; }
        .dashboard_section .inner_dashboard_area .calendar_profile .card .card-header.card-header2 h5 {
          float: none; }
        .dashboard_section .inner_dashboard_area .calendar_profile .card .card-header.card-header2 .click_button {
          float: none; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-header.card-header2 .click_button a {
            float: left;
            margin-left: 5px; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-header.card-header2 .click_button a:first-child {
              margin-left: 0; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-header.card-header2 .click_button .btn {
            font-size: 13px;
            margin-top: 7px; }
      .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main {
        display: block; }
        .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .left_profile {
          float: none;
          width: 100%;
          margin-bottom: 20px; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .left_profile .inner_profile {
            padding: 12px;
            border-radius: 15px; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .left_profile .inner_profile .img_area {
              height: 70px;
              width: 70px;
              margin-bottom: 10px; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .left_profile .inner_profile h6 {
              font-size: 14px; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .left_profile .inner_profile .field {
              font-size: 13px; }
        .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile {
          float: none;
          width: 100%;
          padding-left: 0px; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym {
            margin-bottom: 20px; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul {
              gap: 18px;
              display: block; }
              .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li {
                width: 100%;
                margin-bottom: 15px;
                padding-bottom: 10px; }
                .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li:last-child {
                  margin-bottom: 0; }
                  .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li:last-child::before {
                    border-bottom: 0; }
                .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li::before {
                  margin-right: 0px;
                  top: unset;
                  left: 0;
                  border-bottom: 1px solid #EFEFEF; }
                .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li .left {
                  width: calc(100% - 32px); }
                  .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li .left .time {
                    font-size: 16px; }
                  .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li .left .txt {
                    font-size: 13px; }
                .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li .right {
                  width: 32px; }
                  .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li .right .icon_area {
                    font-size: 15px;
                    padding: 4px; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain {
            gap: 14px; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain {
              padding: 8px 12px;
              width: 100%; }
              .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain .left_area {
                width: calc(100% - 45px); }
                .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain .left_area .title {
                  font-size: 15px; }
              .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain .right_area {
                width: 45px; }
                .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain .right_area .count {
                  height: 45px;
                  width: 45px;
                  line-height: 45px; }
    .dashboard_section .inner_dashboard_area .calendar_profile.attendance_profile .card .card-body .profile_main .right_profile .production_tym ul li {
      width: 100%; }
    .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card {
      padding: 15px; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .top_area {
        margin-bottom: 20px; }
        .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .top_area .left_area h5 {
          font-size: 16px; }
        .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .top_area .right_area .btn_go {
          padding: 8px 10px; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .bottom_area ul li {
        margin-bottom: 15px;
        padding-bottom: 15px; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_card .ballon_main .img_one, .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_card .ballon_main .img_two, .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_card .ballon_main .img_three {
        height: 39px;
        width: 40px;
        margin-left: -27px; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_holi .star_animate .star_two {
        margin-top: -13px; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_holi .star_animate .star_three {
        margin-top: -5px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .dashboard_section {
    padding: 25px 0 15px 0; }
    .dashboard_section .inner_dashboard_area .main_container .card {
      border-radius: 20px;
      margin-bottom: 15px; }
      .dashboard_section .inner_dashboard_area .main_container .card.though_card {
        padding: 15px; }
        .dashboard_section .inner_dashboard_area .main_container .card.though_card .card-body .card-title {
          font-size: 16px;
          margin-bottom: 15px;
          padding-bottom: 15px; }
        .dashboard_section .inner_dashboard_area .main_container .card.though_card .card-body p {
          font-size: 14px;
          margin-bottom: 12px; }
        .dashboard_section .inner_dashboard_area .main_container .card.though_card .round_img {
          width: 115px; }
        .dashboard_section .inner_dashboard_area .main_container .card.though_card .square_img {
          height: 10px;
          width: 10px;
          margin-top: 25px; }
      .dashboard_section .inner_dashboard_area .main_container .card.holidays_card {
        padding: 15px; }
        .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .top_area {
          margin-bottom: 20px; }
          .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .top_area .left_area h5 {
            font-size: 16px; }
          .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .top_area .right_area .btn_go {
            padding: 8px 10px; }
        .dashboard_section .inner_dashboard_area .main_container .card.holidays_card .card-body .bottom_area ul li {
          margin-bottom: 15px;
          padding-bottom: 15px; }
      .dashboard_section .inner_dashboard_area .main_container .card.tracker_card {
        padding: 20px;
        margin-bottom: 15px; }
        .dashboard_section .inner_dashboard_area .main_container .card.tracker_card .card-body .top_area .left_top {
          float: none;
          width: 100%; }
          .dashboard_section .inner_dashboard_area .main_container .card.tracker_card .card-body .top_area .left_top h3 {
            font-size: 16px; }
        .dashboard_section .inner_dashboard_area .main_container .card.tracker_card .card-body .top_area .right_top {
          float: none;
          width: 100%;
          text-align: left;
          margin-top: 15px; }
      .dashboard_section .inner_dashboard_area .main_container .card.button_card .card-body .button_area .button_half {
        width: 100%; }
    .dashboard_section .inner_dashboard_area .card {
      border-radius: 20px; }
      .dashboard_section .inner_dashboard_area .card.timing_card {
        display: none;
        padding: 20px;
        margin-bottom: 15px;
        padding-bottom: 15px; }
        .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area {
          display: block; }
          .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main {
            width: 100%; }
            .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .checking_time {
              padding-bottom: 15px;
              margin-bottom: 15px; }
              .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .checking_time .production {
                font-size: 15px; }
            .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .timing_area {
              margin-bottom: 25px; }
              .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .timing_area .time_box {
                width: 62px; }
                .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .check_main .timing_area .time_box .inner_box {
                  font-size: 26px;
                  padding: 0 15px; }
          .dashboard_section .inner_dashboard_area .card.timing_card .card-body .inner_main_area .img_user {
            height: 100%;
            margin-top: 30px; }
    .dashboard_section .inner_dashboard_area .attendance_detail .card {
      padding: 20px; }
      .dashboard_section .inner_dashboard_area .attendance_detail .card .card-header {
        margin-bottom: 20px;
        display: block; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-header .left_area {
          float: none;
          width: 100%;
          margin-bottom: 15px; }
          .dashboard_section .inner_dashboard_area .attendance_detail .card .card-header .left_area h5 {
            font-size: 16px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-header .right_area {
          float: none;
          width: 100%;
          text-align: left; }
          .dashboard_section .inner_dashboard_area .attendance_detail .card .card-header .right_area .weekly {
            padding: 8px 10px; }
      .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table thead tr th {
        font-size: 15px;
        padding-bottom: 25px; }
      .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td {
        font-size: 14px;
        padding: 12px 10px 12px 10px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .left {
          width: 40px; }
          .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .left .img_area {
            height: 40px;
            width: 40px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .right {
          width: calc(100% - 40px); }
          .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .right .name {
            font-size: 14px; }
          .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .profile .right .text {
            font-size: 14px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .txt {
          font-size: 14px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .tag {
          font-size: 14px;
          padding: 8px 10px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .status_area .round {
          height: 25px;
          width: 25px; }
        .dashboard_section .inner_dashboard_area .attendance_detail .card .card-body .table_area .table-responsive table tbody tr td .status_area .label {
          font-size: 14px; }
    .dashboard_section .inner_dashboard_area .calendar_profile .card {
      padding: 20px; }
      .dashboard_section .inner_dashboard_area .calendar_profile .card .card-header {
        margin-bottom: 30px; }
        .dashboard_section .inner_dashboard_area .calendar_profile .card .card-header h5 {
          font-size: 16px; }
        .dashboard_section .inner_dashboard_area .calendar_profile .card .card-header.card-header2 h5 {
          float: none; }
        .dashboard_section .inner_dashboard_area .calendar_profile .card .card-header.card-header2 .click_button {
          float: none; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-header.card-header2 .click_button a {
            float: left;
            margin-left: 5px; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-header.card-header2 .click_button a:first-child {
              margin-left: 0; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-header.card-header2 .click_button .btn {
            font-size: 13px;
            margin-top: 7px; }
      .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main {
        display: block; }
        .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .left_profile {
          float: none;
          width: 100%;
          margin-bottom: 20px; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .left_profile .inner_profile {
            padding: 12px;
            border-radius: 15px; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .left_profile .inner_profile .img_area {
              height: 70px;
              width: 70px;
              margin-bottom: 10px; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .left_profile .inner_profile h6 {
              font-size: 14px; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .left_profile .inner_profile .field {
              font-size: 13px; }
        .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile {
          float: none;
          width: 100%;
          padding-left: 0px; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym {
            margin-bottom: 20px; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul {
              gap: 18px;
              display: block; }
              .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li {
                width: 100%;
                margin-bottom: 15px;
                padding-bottom: 10px; }
                .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li:last-child {
                  margin-bottom: 0; }
                  .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li:last-child::before {
                    border-bottom: 0; }
                .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li::before {
                  margin-right: 0px;
                  top: unset;
                  left: 0;
                  border-bottom: 1px solid #EFEFEF; }
                .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li .left {
                  width: calc(100% - 32px); }
                  .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li .left .time {
                    font-size: 16px; }
                  .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li .left .txt {
                    font-size: 13px; }
                .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li .right {
                  width: 32px; }
                  .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .production_tym ul li .right .icon_area {
                    font-size: 15px;
                    padding: 4px; }
          .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain {
            gap: 14px; }
            .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain {
              padding: 8px 12px;
              width: 100%; }
              .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain .left_area {
                width: calc(100% - 45px); }
                .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain .left_area .title {
                  font-size: 15px; }
              .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain .right_area {
                width: 45px; }
                .dashboard_section .inner_dashboard_area .calendar_profile .card .card-body .profile_main .right_profile .days_contain .inner_contain .right_area .count {
                  height: 45px;
                  width: 45px;
                  line-height: 45px; }
    .dashboard_section .inner_dashboard_area .calendar_profile.attendance_profile .card .card-body .profile_main .right_profile .production_tym ul li {
      width: 100%; }
    .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card {
      padding: 15px; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .top_area {
        margin-bottom: 20px; }
        .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .top_area .left_area h5 {
          font-size: 16px; }
        .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .top_area .right_area .btn_go {
          padding: 8px 10px; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card .card-body .bottom_area ul li {
        margin-bottom: 15px;
        padding-bottom: 15px; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_card .ballon_main .img_one, .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_card .ballon_main .img_two, .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_card .ballon_main .img_three {
        height: 39px;
        width: 40px;
        margin-left: -27px; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_holi .star_animate .star_two {
        margin-top: -13px; }
      .dashboard_section .inner_dashboard_area .cards_boxes .card.holidays_card.title_holi .star_animate .star_three {
        margin-top: -5px; } }

/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.footer_section {
  padding-bottom: 40px; }
  .footer_section .inner_footer_area {
    padding: 17px 0;
    background-color: #0E1E42;
    border-radius: 40px;
    overflow: hidden;
    margin: 0 100px; }
    .footer_section .inner_footer_area .list_icons {
      text-align: center; }
      .footer_section .inner_footer_area .list_icons ul li {
        margin: 0 45px;
        text-align: center;
        display: inline-block; }
        .footer_section .inner_footer_area .list_icons ul li:last-child {
          margin-right: 0; }
        .footer_section .inner_footer_area .list_icons ul li:first-child {
          margin-left: 0; }
        .footer_section .inner_footer_area .list_icons ul li a {
          font-size: 14px;
          font-weight: 400;
          color: #ffffff; }
          .footer_section .inner_footer_area .list_icons ul li a .img_icon {
            width: 25px;
            height: 25px;
            overflow: hidden;
            margin: 0 auto;
            margin-bottom: 10px;
            position: relative; }
            .footer_section .inner_footer_area .list_icons ul li a .img_icon img {
              height: 100%;
              width: 100%;
              object-fit: contain; }
              .footer_section .inner_footer_area .list_icons ul li a .img_icon img.img_one {
                opacity: 1;
                z-index: 9; }
              .footer_section .inner_footer_area .list_icons ul li a .img_icon img.img_two {
                opacity: 0;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0; }
        .footer_section .inner_footer_area .list_icons ul li:hover a, .footer_section .inner_footer_area .list_icons ul li.active a {
          color: #FF8A00; }
          .footer_section .inner_footer_area .list_icons ul li:hover a .img_icon img.img_one, .footer_section .inner_footer_area .list_icons ul li.active a .img_icon img.img_one {
            opacity: 0; }
          .footer_section .inner_footer_area .list_icons ul li:hover a .img_icon img.img_two, .footer_section .inner_footer_area .list_icons ul li.active a .img_icon img.img_two {
            opacity: 1; }

.responsive_footer {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  line-height: 64px;
  background-color: #0E1E42;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  margin-bottom: 10px;
  margin-left: 10px; }
  .responsive_footer a i {
    font-size: 20px;
    color: #ffffff; }

.open_responsive_footer {
  position: fixed;
  bottom: 53px;
  left: 0;
  z-index: -2;
  transition: all 0.25s ease-in-out; }
  .open_responsive_footer.show {
    z-index: 9;
    transition: all .25s ease-in-out; }
  .open_responsive_footer .inner_list_area {
    z-index: -2;
    position: relative;
    visibility: hidden;
    opacity: 0;
    transition: .25s ease-in-out; }
    .open_responsive_footer .inner_list_area.show {
      z-index: 1;
      visibility: visible;
      opacity: 1;
      transition: .25s ease-in-out; }
      .open_responsive_footer .inner_list_area.show ul {
        padding: 0px;
        margin-bottom: 10px; }
        .open_responsive_footer .inner_list_area.show ul li {
          padding: 12px 20px;
          transition-duration: 190ms; }
          .open_responsive_footer .inner_list_area.show ul li:last-child {
            border-bottom: 0;
            margin-bottom: 0px; }
          .open_responsive_footer .inner_list_area.show ul li:nth-child(1) {
            transition-duration: 190ms;
            transform: translateY(-48px); }
          .open_responsive_footer .inner_list_area.show ul li:nth-child(2) {
            transition-duration: 190ms;
            transform: translateY(-40px); }
          .open_responsive_footer .inner_list_area.show ul li:nth-child(3) {
            transition-duration: 190ms;
            transform: translateY(-32px); }
          .open_responsive_footer .inner_list_area.show ul li:nth-child(4) {
            transition-duration: 190ms;
            transform: translateY(-25px); }
    .open_responsive_footer .inner_list_area ul li {
      display: flex;
      align-items: center;
      padding: 12px 20px;
      border-radius: 5px;
      background-color: #0E1E42;
      transition-duration: 210ms; }
      .open_responsive_footer .inner_list_area ul li:nth-child(1) {
        transition-duration: 210ms;
        transform: translateY(196px); }
      .open_responsive_footer .inner_list_area ul li:nth-child(2) {
        transition-duration: 200ms;
        transform: translateY(153px); }
      .open_responsive_footer .inner_list_area ul li:nth-child(3) {
        transition-duration: 190ms;
        transform: translateY(109px); }
      .open_responsive_footer .inner_list_area ul li:nth-child(4) {
        transition-duration: 180ms;
        transform: translateY(65px); }
      .open_responsive_footer .inner_list_area ul li a {
        font-size: 14px;
        font-weight: 400;
        color: #ffffff;
        display: flex;
        align-items: center; }
        .open_responsive_footer .inner_list_area ul li a .img_area {
          height: 22px;
          width: 22px;
          margin-right: 10px;
          position: relative; }
          .open_responsive_footer .inner_list_area ul li a .img_area img {
            height: 100%;
            width: 100%;
            object-fit: cover; }
            .open_responsive_footer .inner_list_area ul li a .img_area img.img_one {
              opacity: 1;
              z-index: 9; }
            .open_responsive_footer .inner_list_area ul li a .img_area img.img_two {
              opacity: 0;
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0; }
      .open_responsive_footer .inner_list_area ul li:hover a, .open_responsive_footer .inner_list_area ul li.active a {
        color: #FF8A00; }
        .open_responsive_footer .inner_list_area ul li:hover a .img_area img.img_one, .open_responsive_footer .inner_list_area ul li.active a .img_area img.img_one {
          opacity: 0; }
        .open_responsive_footer .inner_list_area ul li:hover a .img_area img.img_two, .open_responsive_footer .inner_list_area ul li.active a .img_area img.img_two {
          opacity: 1; }

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
@media (min-width: 1300px) and (max-width: 1399px) {
  .footer_section .inner_footer_area {
    margin: 0 95px;
    padding: 15px 0; } }

/* 1200 desktop only */
@media (min-width: 1200px) and (max-width: 1299px) {
  .footer_section .inner_footer_area {
    margin: 0 95px;
    padding: 15px 0; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .footer_section .inner_footer_area {
    margin: 0 85px;
    padding: 12px 0; }
    .footer_section .inner_footer_area .list_icons ul li {
      margin: 0 32px; }
      .footer_section .inner_footer_area .list_icons ul li a .img_icon {
        height: 22px;
        width: 22px;
        margin-bottom: 8px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .footer_section .inner_footer_area {
    margin: 0 70px;
    padding: 12px 0; }
    .footer_section .inner_footer_area .list_icons ul li {
      margin: 0 22px; }
      .footer_section .inner_footer_area .list_icons ul li a .img_icon {
        height: 22px;
        width: 22px;
        margin-bottom: 8px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .footer_section .inner_footer_area {
    margin: 0 20px;
    padding: 12px 0; }
    .footer_section .inner_footer_area .list_icons ul li {
      margin: 0 20px; }
      .footer_section .inner_footer_area .list_icons ul li a .img_icon {
        height: 22px;
        width: 22px;
        margin-bottom: 8px; } }

/* Landscape phones and portrait tablets */
/* Smaller phones */
/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.profile_section {
  background-image: url("../images/bg_img.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0; }
  .profile_section .inner_profile_area .image_sec {
    position: relative; }
    .profile_section .inner_profile_area .image_sec .image {
      width: 134px;
      height: 134px;
      overflow: hidden;
      border-radius: 50%;
      margin: 0 auto;
      margin-bottom: 30px; }
      .profile_section .inner_profile_area .image_sec .image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .profile_section .inner_profile_area .image_sec .iconwrap {
      position: absolute;
      bottom: 0;
      left: 0;
      margin-left: 53%;
      margin-bottom: 1%; }
      .profile_section .inner_profile_area .image_sec .iconwrap label {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background-color: #0E1E42;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
        .profile_section .inner_profile_area .image_sec .iconwrap label i {
          color: #ffffff;
          font-size: 14px; }
  .profile_section .inner_profile_area .img_profile {
    height: 134px;
    width: 134px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 30px; }
    .profile_section .inner_profile_area .img_profile img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .profile_section .inner_profile_area .information_area {
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0px 4px 14.5px 0px rgba(0, 0, 0, 0.08);
    padding: 30px;
    width: 600px;
    max-width: 100%;
    margin: 0 auto; }
    .profile_section .inner_profile_area .information_area h5 {
      font-size: 18px;
      font-weight: 700;
      color: #1F1F1F;
      padding: 0 10px 28px 10px;
      border-bottom: 1px solid #E2E2E2; }
    .profile_section .inner_profile_area .information_area .inner_info_area {
      padding: 30px 10px 0 10px; }
      .profile_section .inner_profile_area .information_area .inner_info_area .content {
        margin-bottom: 24px;
        display: flex; }
        .profile_section .inner_profile_area .information_area .inner_info_area .content p {
          font-size: 16px;
          font-weight: 700;
          color: #1F1F1F; }
          .profile_section .inner_profile_area .information_area .inner_info_area .content p span {
            font-weight: 400;
            word-break: break-all; }
  .profile_section .inner_profile_area .btn_area {
    text-align: center;
    margin-top: 30px; }
  .profile_section.changePassword_section .inner_profile_area .information_area h5 {
    font-size: 20px;
    border: none;
    text-align: center;
    padding-bottom: 15px; }
  .profile_section.changePassword_section .inner_profile_area .information_area .txt_line {
    font-size: 14px;
    font-weight: 400;
    color: #0E1E42;
    text-align: center;
    margin-bottom: 30px; }
  .profile_section.changePassword_section .inner_profile_area .information_area .form-group {
    margin-bottom: 20px;
    position: relative; }
    .profile_section.changePassword_section .inner_profile_area .information_area .form-group label {
      font-size: 14px;
      font-weight: 500;
      color: #0E1E42;
      margin-bottom: 10px; }
      .profile_section.changePassword_section .inner_profile_area .information_area .form-group label span {
        color: #FC0202;
        margin-left: 2px; }
    .profile_section.changePassword_section .inner_profile_area .information_area .form-group .form-control {
      padding-right: 30px; }
    .profile_section.changePassword_section .inner_profile_area .information_area .form-group .eye_icon {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin-top: 45px;
      margin-right: 20px; }
      .profile_section.changePassword_section .inner_profile_area .information_area .form-group .eye_icon i {
        font-size: 14px;
        color: #000000; }
  .profile_section.changePassword_section .inner_profile_area .information_area .btn_sub {
    margin-top: 40px;
    margin-bottom: 10px; }
    .profile_section.changePassword_section .inner_profile_area .information_area .btn_sub .btn-primary {
      width: 100%; }

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
@media (min-width: 1400px) and (max-width: 1599px) {
  .profile_section {
    padding: 40px 0; } }

/* 1300 desktop only */
@media (min-width: 1300px) and (max-width: 1399px) {
  .profile_section {
    padding: 40px 0; } }

/* 1200 desktop only */
@media (min-width: 1200px) and (max-width: 1299px) {
  .profile_section {
    padding: 40px 0; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .profile_section {
    padding: 35px 0; }
    .profile_section .inner_profile_area .img_profile {
      height: 120px;
      width: 120px;
      margin-bottom: 25px; }
    .profile_section .inner_profile_area .image_sec .image {
      height: 120px;
      width: 120px;
      margin-bottom: 25px; }
    .profile_section .inner_profile_area .information_area {
      border-radius: 20px;
      padding: 20px;
      width: 520px; }
      .profile_section .inner_profile_area .information_area h5 {
        padding: 0 5px 20px 5px;
        font-size: 17px; }
      .profile_section .inner_profile_area .information_area .inner_info_area {
        padding: 20px 5px 0 5px; }
        .profile_section .inner_profile_area .information_area .inner_info_area .content {
          margin-bottom: 18px; }
          .profile_section .inner_profile_area .information_area .inner_info_area .content p {
            font-size: 15px; }
    .profile_section .inner_profile_area .btn_area {
      margin-top: 25px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .profile_section {
    padding: 30px 0; }
    .profile_section .inner_profile_area .img_profile {
      height: 100px;
      width: 100px;
      margin-bottom: 20px; }
    .profile_section .inner_profile_area .image_sec .image {
      height: 100px;
      width: 100px;
      margin-bottom: 20px; }
    .profile_section .inner_profile_area .information_area {
      border-radius: 20px;
      padding: 20px;
      width: 520px; }
      .profile_section .inner_profile_area .information_area h5 {
        padding: 0 5px 20px 5px;
        font-size: 17px; }
      .profile_section .inner_profile_area .information_area .inner_info_area {
        padding: 20px 5px 0 5px; }
        .profile_section .inner_profile_area .information_area .inner_info_area .content {
          margin-bottom: 18px; }
          .profile_section .inner_profile_area .information_area .inner_info_area .content p {
            font-size: 15px; }
    .profile_section .inner_profile_area .btn_area {
      margin-top: 25px; }
    .profile_section.changePassword_section .inner_profile_area .information_area h5 {
      font-size: 18px;
      padding-bottom: 12px; }
    .profile_section.changePassword_section .inner_profile_area .information_area .txt_line {
      margin-bottom: 25px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .profile_section {
    padding: 30px 0; }
    .profile_section .inner_profile_area .img_profile {
      height: 100px;
      width: 100px;
      margin-bottom: 20px; }
    .profile_section .inner_profile_area .image_sec .image {
      height: 100px;
      width: 100px;
      margin-bottom: 20px; }
    .profile_section .inner_profile_area .information_area {
      border-radius: 18px;
      padding: 20px;
      width: 500px; }
      .profile_section .inner_profile_area .information_area h5 {
        padding: 0 5px 15px 5px;
        font-size: 16px; }
      .profile_section .inner_profile_area .information_area .inner_info_area {
        padding: 15px 5px 0 5px; }
        .profile_section .inner_profile_area .information_area .inner_info_area .content {
          margin-bottom: 15px; }
          .profile_section .inner_profile_area .information_area .inner_info_area .content p {
            font-size: 15px; }
    .profile_section .inner_profile_area .btn_area {
      margin-top: 20px; }
    .profile_section.changePassword_section .inner_profile_area .information_area h5 {
      font-size: 18px;
      padding-bottom: 12px; }
    .profile_section.changePassword_section .inner_profile_area .information_area .txt_line {
      margin-bottom: 25px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .profile_section {
    padding: 25px 0; }
    .profile_section .inner_profile_area .img_profile {
      height: 90px;
      width: 90px;
      margin-bottom: 15px; }
    .profile_section .inner_profile_area .image_sec .image {
      height: 90px;
      width: 90px;
      margin-bottom: 20px; }
    .profile_section .inner_profile_area .information_area {
      border-radius: 15px;
      padding: 15px;
      margin-bottom: 15px;
      width: 100%; }
      .profile_section .inner_profile_area .information_area h5 {
        padding: 0 5px 15px 5px;
        font-size: 16px; }
      .profile_section .inner_profile_area .information_area .inner_info_area {
        padding: 15px 5px 0 5px; }
        .profile_section .inner_profile_area .information_area .inner_info_area .content {
          margin-bottom: 12px; }
          .profile_section .inner_profile_area .information_area .inner_info_area .content p {
            font-size: 14px; }
    .profile_section .inner_profile_area .btn_area {
      margin-top: 20px; }
    .profile_section.changePassword_section .inner_profile_area .information_area h5 {
      font-size: 16px;
      padding-bottom: 12px; }
    .profile_section.changePassword_section .inner_profile_area .information_area .txt_line {
      margin-bottom: 20px; }
    .profile_section.changePassword_section .inner_profile_area .information_area .form-group {
      margin-bottom: 15px; }
      .profile_section.changePassword_section .inner_profile_area .information_area .form-group .form-control {
        height: 45px;
        line-height: 45px;
        padding-left: 12px;
        padding-right: 30px; }
      .profile_section.changePassword_section .inner_profile_area .information_area .form-group .eye_icon {
        margin-top: 42px;
        margin-right: 12px; }
    .profile_section.changePassword_section .inner_profile_area .information_area .btn_sub {
      margin-top: 30px;
      margin-bottom: 5px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .profile_section {
    padding: 25px 0; }
    .profile_section .inner_profile_area .img_profile {
      height: 90px;
      width: 90px;
      margin-bottom: 15px; }
    .profile_section .inner_profile_area .image_sec .image {
      height: 90px;
      width: 90px;
      margin-bottom: 20px; }
    .profile_section .inner_profile_area .information_area {
      border-radius: 15px;
      padding: 15px;
      margin-bottom: 15px;
      width: 100%; }
      .profile_section .inner_profile_area .information_area h5 {
        padding: 0 5px 15px 5px;
        font-size: 16px; }
      .profile_section .inner_profile_area .information_area .inner_info_area {
        padding: 15px 5px 0 5px; }
        .profile_section .inner_profile_area .information_area .inner_info_area .content {
          margin-bottom: 12px; }
          .profile_section .inner_profile_area .information_area .inner_info_area .content p {
            font-size: 14px; }
    .profile_section .inner_profile_area .btn_area {
      margin-top: 20px; }
    .profile_section.changePassword_section .inner_profile_area .information_area h5 {
      font-size: 16px;
      padding-bottom: 12px; }
    .profile_section.changePassword_section .inner_profile_area .information_area .txt_line {
      margin-bottom: 20px; }
    .profile_section.changePassword_section .inner_profile_area .information_area .form-group {
      margin-bottom: 15px; }
      .profile_section.changePassword_section .inner_profile_area .information_area .form-group .form-control {
        height: 45px;
        line-height: 45px;
        padding-left: 12px;
        padding-right: 30px; }
      .profile_section.changePassword_section .inner_profile_area .information_area .form-group .eye_icon {
        margin-top: 42px;
        margin-right: 12px; }
    .profile_section.changePassword_section .inner_profile_area .information_area .btn_sub {
      margin-top: 30px;
      margin-bottom: 5px; } }

/* Smaller phones */
/* Add CSS styles for Portrait orientation */
/* Add CSS styles for Landscape orientation */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.login_section {
  padding: 20px 0; }
  .login_section .inner_main_area .inner_content {
    padding-right: 80px; }
    .login_section .inner_main_area .inner_content .img_logo {
      width: 134px;
      height: 50px; }
      .login_section .inner_main_area .inner_content .img_logo img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .login_section .inner_main_area .inner_content .form_area {
      margin-top: 150px; }
      .login_section .inner_main_area .inner_content .form_area h3 {
        font-size: 40px;
        font-weight: 700;
        color: #000000;
        margin-bottom: 20px; }
      .login_section .inner_main_area .inner_content .form_area .text {
        font-size: 16px;
        font-weight: 400;
        color: #959EA8;
        margin-bottom: 30px;
        line-height: 24px; }
      .login_section .inner_main_area .inner_content .form_area .inner_form .form-group {
        position: relative; }
        .login_section .inner_main_area .inner_content .form_area .inner_form .form-group .form-control.space_area {
          padding-right: 50px; }
        .login_section .inner_main_area .inner_content .form_area .inner_form .form-group .icon_eye {
          width: 24px;
          height: 10px;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          margin-right: 20px;
          margin-top: 15px; }
          .login_section .inner_main_area .inner_content .form_area .inner_form .form-group .icon_eye.pass_eyes {
            height: 20px; }
          .login_section .inner_main_area .inner_content .form_area .inner_form .form-group .icon_eye img {
            height: 100%;
            width: 100%;
            object-fit: cover; }
      .login_section .inner_main_area .inner_content .form_area .inner_form .forgot_btn {
        text-align: end;
        margin-bottom: 10px; }
        .login_section .inner_main_area .inner_content .form_area .inner_form .forgot_btn a {
          font-size: 15px;
          color: #959EA8;
          display: inline-block;
          position: relative;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
          .login_section .inner_main_area .inner_content .form_area .inner_form .forgot_btn a::before {
            content: "";
            border-bottom: 1px solid #959EA8;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            opacity: 0;
            transform: scaleX(0);
            transition: transform 300ms ease-in-out; }
          .login_section .inner_main_area .inner_content .form_area .inner_form .forgot_btn a:hover::before, .login_section .inner_main_area .inner_content .form_area .inner_form .forgot_btn a.active::before {
            opacity: 1;
            transform: scaleX(1); }
    .login_section .inner_main_area .inner_content .btn_login {
      padding-top: 15px;
      display: flex;
      flex-wrap: wrap;
      gap: 20px; }
      .login_section .inner_main_area .inner_content .btn_login .btn-primary {
        width: 100%;
        padding: 12px 20px;
        font-size: 16px;
        font-weight: 700; }
        .login_section .inner_main_area .inner_content .btn_login .btn-primary:hover, .login_section .inner_main_area .inner_content .btn_login .btn-primary.active {
          background-color: #122857; }
        .login_section .inner_main_area .inner_content .btn_login .btn-primary.cancel {
          background-color: transparent;
          color: #0E1E42; }
          .login_section .inner_main_area .inner_content .btn_login .btn-primary.cancel:hover, .login_section .inner_main_area .inner_content .btn_login .btn-primary.cancel.active {
            background-color: #0E1E42;
            color: #ffffff; }
  .login_section .inner_main_area .img_section .img_area {
    border-radius: 37px;
    overflow: hidden; }
    .login_section .inner_main_area .img_section .img_area img {
      height: 100%;
      width: 100%;
      object-fit: cover; }

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
@media (min-width: 1300px) and (max-width: 1399px) {
  .login_section .inner_main_area .inner_content .form_area {
    margin-top: 120px; }
    .login_section .inner_main_area .inner_content .form_area h3 {
      font-size: 35px; } }

/* 1200 desktop only */
@media (min-width: 1200px) and (max-width: 1299px) {
  .login_section .inner_main_area .inner_content .form_area {
    margin-top: 120px; }
    .login_section .inner_main_area .inner_content .form_area h3 {
      font-size: 35px; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .login_section .inner_main_area .inner_content {
    padding-right: 50px; }
    .login_section .inner_main_area .inner_content .form_area {
      margin-top: 120px; }
      .login_section .inner_main_area .inner_content .form_area h3 {
        font-size: 30px;
        margin-bottom: 15px; }
      .login_section .inner_main_area .inner_content .form_area .text {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 25px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .login_section .inner_main_area .inner_content {
    padding-right: 0px; }
    .login_section .inner_main_area .inner_content .form_area {
      width: 650px;
      max-width: 100%;
      margin: 0 auto;
      margin-top: 100px; }
      .login_section .inner_main_area .inner_content .form_area h3 {
        font-size: 28px;
        margin-bottom: 15px; }
      .login_section .inner_main_area .inner_content .form_area .text {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 25px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .login_section .inner_main_area .inner_content {
    padding-right: 0px; }
    .login_section .inner_main_area .inner_content .form_area {
      width: 600px;
      max-width: 100%;
      margin: 0 auto;
      margin-top: 80px; }
      .login_section .inner_main_area .inner_content .form_area h3 {
        font-size: 26px;
        margin-bottom: 15px; }
      .login_section .inner_main_area .inner_content .form_area .text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .login_section .inner_main_area .inner_content {
    padding-right: 0px; }
    .login_section .inner_main_area .inner_content .form_area {
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      margin-top: 60px; }
      .login_section .inner_main_area .inner_content .form_area h3 {
        font-size: 22px;
        margin-bottom: 15px; }
      .login_section .inner_main_area .inner_content .form_area .text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .login_section .inner_main_area .inner_content {
    padding-right: 0px; }
    .login_section .inner_main_area .inner_content .form_area {
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      margin-top: 60px; }
      .login_section .inner_main_area .inner_content .form_area h3 {
        font-size: 22px;
        margin-bottom: 15px; }
      .login_section .inner_main_area .inner_content .form_area .text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px; } }

/* Smaller phones */
/* Add CSS styles for Portrait orientation */
/* Add CSS styles for Landscape orientation */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.gz_modal .modal-dialog {
  width: 848px;
  max-width: 100%; }
  .gz_modal .modal-dialog .modal-content {
    overflow: hidden;
    border: 0px;
    position: relative;
    max-height: 96%;
    padding: 28px 14px;
    border-radius: 30px; }
    .gz_modal .modal-dialog .modal-content .modal-header {
      padding: 0px; }
      .gz_modal .modal-dialog .modal-content .modal-header .modal-title {
        padding-left: 10px;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 30px;
        color: #0E1E42; }
      .gz_modal .modal-dialog .modal-content .modal-header .btn-close {
        height: 44px;
        width: 44px;
        border: 0;
        border-radius: 50%;
        background-color: #0E1E42;
        background-image: unset;
        position: relative;
        opacity: 1;
        margin-right: 0px;
        margin-top: -36px; }
        .gz_modal .modal-dialog .modal-content .modal-header .btn-close:hover, .gz_modal .modal-dialog .modal-content .modal-header .btn-close.active {
          background-color: #122857; }
        .gz_modal .modal-dialog .modal-content .modal-header .btn-close::before {
          content: "\f00d";
          font-family: "Font Awesome 5 Pro";
          font-size: 35px;
          color: #ffffff;
          font-weight: 100;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          display: flex;
          align-items: center;
          justify-content: center; }
        .gz_modal .modal-dialog .modal-content .modal-header .btn-close:focus {
          box-shadow: none; }
    .gz_modal .modal-dialog .modal-content .modal-body {
      padding: 0;
      background-color: #ffffff; }
      .gz_modal .modal-dialog .modal-content .modal-body .inner_body_area {
        background-color: #F5F5F5;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        width: 580px;
        max-width: 100%;
        margin: 0 auto;
        margin: 50px auto 30px auto; }
        .gz_modal .modal-dialog .modal-content .modal-body .inner_body_area::before {
          content: "";
          border-top: 5px solid #739AF0;
          position: absolute;
          top: 0;
          left: 0;
          right: 0; }
        .gz_modal .modal-dialog .modal-content .modal-body .inner_body_area table {
          width: 100%; }
          .gz_modal .modal-dialog .modal-content .modal-body .inner_body_area table th, .gz_modal .modal-dialog .modal-content .modal-body .inner_body_area table td {
            border: 1px solid #EFEFEF;
            border-collapse: collapse;
            padding: 10px 0; }
          .gz_modal .modal-dialog .modal-content .modal-body .inner_body_area table tr th {
            font-size: 15px;
            font-weight: 500;
            color: #939393;
            text-align: center; }
            .gz_modal .modal-dialog .modal-content .modal-body .inner_body_area table tr th.head_txt {
              font-size: 16px;
              font-weight: 600;
              color: #000000;
              padding-left: 10px;
              padding-right: 10px;
              text-align: left; }
          .gz_modal .modal-dialog .modal-content .modal-body .inner_body_area table tr td {
            font-size: 16px;
            font-weight: 400;
            color: #000000;
            padding-left: 10px;
            padding-right: 10px;
            background-color: #ffffff; }

.gz_modal.detial_modal .modal-dialog .modal-content {
  border-radius: 20px; }
  .gz_modal.detial_modal .modal-dialog .modal-content .modal-header .btn-close {
    height: 30px;
    width: 30px;
    margin-top: -28px; }
    .gz_modal.detial_modal .modal-dialog .modal-content .modal-header .btn-close:before {
      font-size: 30px; }
  .gz_modal.detial_modal .modal-dialog .modal-content .modal-header .modal-title {
    margin-bottom: 20px; }
  .gz_modal.detial_modal .modal-dialog .modal-content .modal-body .inner_body_area {
    margin: 0;
    padding: 20px 0px;
    width: 100%;
    background-color: transparent;
    border: 0px; }
    .gz_modal.detial_modal .modal-dialog .modal-content .modal-body .inner_body_area:before {
      display: none; }
    .gz_modal.detial_modal .modal-dialog .modal-content .modal-body .inner_body_area h1, .gz_modal.detial_modal .modal-dialog .modal-content .modal-body .inner_body_area h2, .gz_modal.detial_modal .modal-dialog .modal-content .modal-body .inner_body_area h3, .gz_modal.detial_modal .modal-dialog .modal-content .modal-body .inner_body_area h4, .gz_modal.detial_modal .modal-dialog .modal-content .modal-body .inner_body_area h5, .gz_modal.detial_modal .modal-dialog .modal-content .modal-body .inner_body_area h6 {
      margin-bottom: 10px; }
    .gz_modal.detial_modal .modal-dialog .modal-content .modal-body .inner_body_area h1 {
      font-size: 22px; }
    .gz_modal.detial_modal .modal-dialog .modal-content .modal-body .inner_body_area h2 {
      font-size: 20px; }
    .gz_modal.detial_modal .modal-dialog .modal-content .modal-body .inner_body_area h3 {
      font-size: 18px; }
    .gz_modal.detial_modal .modal-dialog .modal-content .modal-body .inner_body_area h4 {
      font-size: 16px; }
    .gz_modal.detial_modal .modal-dialog .modal-content .modal-body .inner_body_area h5 {
      font-size: 14px; }
    .gz_modal.detial_modal .modal-dialog .modal-content .modal-body .inner_body_area h6 {
      font-size: 12px; }
    .gz_modal.detial_modal .modal-dialog .modal-content .modal-body .inner_body_area p {
      padding-bottom: 10px;
      color: #1F1F1F;
      font-size: 16px;
      font-weight: 400;
      line-height: 28px; }
    .gz_modal.detial_modal .modal-dialog .modal-content .modal-body .inner_body_area img {
      max-width: 100%; }
    .gz_modal.detial_modal .modal-dialog .modal-content .modal-body .inner_body_area a {
      color: #08F;
      font-size: 16px;
      font-weight: 400;
      border-bottom: 1px solid #08F; }
      .gz_modal.detial_modal .modal-dialog .modal-content .modal-body .inner_body_area a:hover {
        color: #0E1E42;
        border-color: #0E1E42; }
    .gz_modal.detial_modal .modal-dialog .modal-content .modal-body .inner_body_area ul {
      padding-top: 0;
      padding-left: 35px;
      padding-bottom: 20px; }
      .gz_modal.detial_modal .modal-dialog .modal-content .modal-body .inner_body_area ul li {
        padding-left: 20px;
        position: relative;
        padding-bottom: 5px;
        color: #1F1F1F;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px; }
        .gz_modal.detial_modal .modal-dialog .modal-content .modal-body .inner_body_area ul li::after {
          position: absolute;
          content: '';
          top: 0;
          left: 0;
          width: 8px;
          height: 8px;
          background-color: #000000;
          margin-top: 10px; }
        .gz_modal.detial_modal .modal-dialog .modal-content .modal-body .inner_body_area ul li:last-child {
          padding-bottom: 0; }
    .gz_modal.detial_modal .modal-dialog .modal-content .modal-body .inner_body_area ol {
      padding-top: 0;
      padding-left: 45px; }
      .gz_modal.detial_modal .modal-dialog .modal-content .modal-body .inner_body_area ol li {
        padding-bottom: 10px;
        font-size: 16px;
        font-weight: 400;
        color: #1F1F1F;
        line-height: 28px; }
        .gz_modal.detial_modal .modal-dialog .modal-content .modal-body .inner_body_area ol li::marker {
          color: #1F1F1F; }
        .gz_modal.detial_modal .modal-dialog .modal-content .modal-body .inner_body_area ol li:last-child {
          padding-bottom: 0; }

.gz_modal.detial_modal.compose_email .modal-dialog .modal-content {
  padding: 0px; }
  .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-header {
    padding: 25px 15px;
    background-color: #f5f5f9; }
    .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-header .modal-title {
      padding-left: 0;
      margin-bottom: 0; }
    .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-header .btn-close {
      margin-top: -10px; }
  .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area {
    padding: 0; }
    .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area ul {
      padding: 0; }
      .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area ul > li {
        margin: 0;
        line-height: normal; }
        .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area ul > li::after {
          display: none; }
    .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .email_to_main {
      display: grid;
      border-bottom: 1px solid #d9dee3;
      padding: 10px 15px; }
      .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .email_to_main .left {
        width: 100%; }
        .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .email_to_main .left .form-group {
          display: block;
          margin-bottom: 0; }
          .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .email_to_main .left .form-group::after {
            display: block;
            content: "";
            clear: both; }
          .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .email_to_main .left .form-group label {
            font-size: 14px;
            font-weight: 500;
            color: #697a8d;
            padding-right: 10px;
            width: 40px;
            float: left; }
          .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .email_to_main .left .form-group .select_area {
            float: right;
            width: calc(100% - 40px); }
      .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .email_to_main .right {
        display: none;
        display: flex;
        gap: 20px; }
        .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .email_to_main .right .text {
          font-size: 14px;
          font-weight: 500;
          color: #697a8d;
          border: 0;
          position: relative; }
          .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .email_to_main .right .text::before {
            content: "";
            border-right: 1px solid #697a8d;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            margin-right: -10px; }
          .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .email_to_main .right .text:last-child::before {
            display: none; }
    .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .subject_main {
      border-bottom: 1px solid #d9dee3;
      padding: 10px 15px;
      display: grid; }
      .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .subject_main .form-group {
        display: block;
        width: 100%;
        margin-bottom: 0; }
        .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .subject_main .form-group::after {
          display: block;
          content: "";
          clear: both; }
        .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .subject_main .form-group label {
          font-size: 14px;
          font-weight: 500;
          color: #697a8d;
          padding-right: 10px;
          width: 90px;
          float: left; }
        .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .subject_main .form-group .select_area {
          float: right;
          width: calc(100% - 90px); }
        .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .subject_main .form-group .form-control {
          font-size: 14px;
          font-weight: 400;
          color: #697a8d;
          padding: 0;
          border: none;
          height: unset;
          line-height: unset; }
          .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .subject_main .form-group .form-control::placeholder {
            font-size: 15px;
            font-weight: 500;
            color: #b4bdc6; }
        .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .subject_main .form-group textarea {
          min-height: 120px;
          height: 100%;
          width: 100%;
          font-size: 14px;
          font-weight: 400;
          color: #697a8d;
          padding: 0;
          border: none;
          overflow-y: auto; }
          .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .subject_main .form-group textarea::-webkit-scrollbar-track {
            background-color: #ffffff; }
          .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .subject_main .form-group textarea::-webkit-scrollbar {
            width: 5px;
            height: 6px;
            overflow: hidden;
            background-color: #0E1E42; }
          .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .subject_main .form-group textarea::-webkit-scrollbar-thumb {
            background-color: #0E1E42;
            border-radius: 10px; }
          .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .subject_main .form-group textarea::placeholder {
            font-size: 16px;
            font-weight: 500;
            color: #b4bdc6; }
          .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .subject_main .form-group textarea:focus-visible {
            outline: none; }
    .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .btns_main {
      padding: 12px 15px;
      display: flex;
      justify-content: space-between; }
      .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .btns_main .form-group {
        margin-bottom: 0; }
      .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .btns_main .btn-primary {
        min-width: 120px;
        border-radius: 10px;
        border: none;
        height: 45px;
        line-height: 20px;
        background-color: #0E1E42;
        color: #ffffff; }
        .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .btns_main .btn-primary:hover, .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .btns_main .btn-primary.active {
          background-color: #17316c; }
    .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .leaves_date {
      display: flex;
      flex-wrap: wrap;
      padding: 10px 15px;
      column-gap: 30px;
      border-bottom: 1px solid #d9dee3; }
      .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .leaves_date .date_main {
        display: block;
        width: calc((100% - 30px) /2);
        position: relative; }
        .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .leaves_date .date_main.line::before {
          display: none; }
        .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .leaves_date .date_main:last-child::before {
          display: none; }
        .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .leaves_date .date_main::before {
          content: "|";
          font-size: 18px;
          color: #697a8d;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          margin-right: -20px;
          margin-top: -4px; }
        .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .leaves_date .date_main .form-group {
          margin-bottom: 0; }
          .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .leaves_date .date_main .form-group label {
            font-size: 14px;
            font-weight: 500;
            color: #697a8d;
            padding-right: 5px;
            display: inline-block;
            width: 95px;
            float: left; }
          .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .leaves_date .date_main .form-group .divide {
            float: right;
            width: calc(100% - 95px); }
            .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .leaves_date .date_main .form-group .divide .form-control {
              font-size: 15px;
              font-weight: 400;
              color: #697a8d;
              padding: 0;
              border: none;
              height: unset;
              line-height: unset;
              display: inline-block; }
              .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .leaves_date .date_main .form-group .divide .form-control::placeholder {
                font-size: 15px;
                font-weight: 500;
                color: #b4bdc6; }

.gz_modal.birthday_modal {
  /*&.divide_content_2{
    		.modal-dialog{
    			width: 1200px;
    			.modal-content{
    				.modal-body{
    					display: flex;
    					flex-wrap: wrap;
    					justify-content: space-between;
    					row-gap: 30px;
    					.inner_content{
    						flex-basis: 50%;
    						padding-right: 30px;
    						.txt_lines{
    							width: 100%;
    						}
    					}
    				}
    			}
    		}
    	}*/ }
  .gz_modal.birthday_modal .modal-dialog {
    width: 675px;
    max-width: 100%; }
    .gz_modal.birthday_modal .modal-dialog .modal-content {
      overflow: unset;
      border-radius: 0;
      padding: 30px; }
      .gz_modal.birthday_modal .modal-dialog .modal-content::before {
        content: "";
        background-image: url("../images/bg_birthday.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%; }
      .gz_modal.birthday_modal .modal-dialog .modal-content .modal-header {
        border: 0;
        padding: 0; }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-header .btn-close {
          height: 35px;
          width: 35px;
          background-color: #D9D9D9CC;
          margin-right: -55px;
          margin-top: -62px; }
          .gz_modal.birthday_modal .modal-dialog .modal-content .modal-header .btn-close::before {
            color: #000000;
            font-size: 25px; }
      .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body {
        background-color: transparent; }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle {
          height: 322px;
          width: 322px;
          border-radius: 50%;
          background: linear-gradient(to right, #235578, #001437);
          margin: 0 auto;
          position: relative;
          padding: 10px;
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 2;
          margin-bottom: 70px; }
          .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle::before {
            content: "";
            height: 311px;
            width: 311px;
            border-radius: 50%;
            border: 0.5px dashed #ffffff;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin-top: 5px;
            margin-left: 5px;
            z-index: -1; }
          .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle img {
            height: 100%;
            width: 100%;
            object-fit: cover; }
          .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .img_area {
            height: 260px;
            width: 260px;
            border-radius: 50%;
            overflow: hidden; }
          .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .img_title {
            height: 100px;
            width: 252px;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
            margin-bottom: -50px;
            left: 45px; }
          .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .img_heart {
            filter: drop-shadow(0 10px 18px #B88862);
            height: 62px;
            width: 73px;
            position: absolute;
            bottom: 0;
            right: 0;
            margin-bottom: 56px;
            margin-right: 8px; }
          .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .birthday_cel {
            height: 75px;
            width: 56px;
            position: absolute;
            top: 0;
            left: 0;
            margin-left: 55px;
            transform: rotate(-8deg); }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .txt_lines {
          font-size: 15px;
          font-weight: 400;
          color: #000000;
          text-align: center;
          width: 537px;
          max-width: 100%;
          margin: 0 auto;
          margin-bottom: 20px;
          position: relative; }
          .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .txt_lines::before {
            content: "\f10d";
            font-family: "Font Awesome 5 Pro";
            font-size: 10px;
            color: #000000;
            font-weight: 700;
            position: absolute;
            top: 0;
            margin-left: -13px; }
          .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .txt_lines::after {
            content: "\f10e";
            font-family: "Font Awesome 5 Pro";
            font-size: 10px;
            color: #000000;
            font-weight: 700;
            position: absolute;
            bottom: 0; }
  .gz_modal.birthday_modal.divide_content_2 .modal-dialog {
    width: 1200px; }
    .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-body {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      row-gap: 30px; }
      .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-body .inner_content {
        flex-basis: 50%;
        padding-right: 30px; }
        .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-body .inner_content .outer_circle {
          height: 242px;
          width: 242px; }
          .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-body .inner_content .outer_circle:before {
            height: 231px;
            width: 231px; }
          .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .img_area {
            height: 210px;
            width: 210px; }
          .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .img_title {
            margin-bottom: -60px;
            left: 8px;
            width: 202px;
            margin-bottom: -45px; }
            .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .img_title img {
              height: auto;
              width: 100%; }
        .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-body .inner_content .txt_lines {
          width: 100%; }

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
@media (min-width: 1300px) and (max-width: 1399px) {
  .gz_modal .modal-dialog .modal-content .modal-body .inner_body_area {
    margin: 40px auto 20px auto; } }

/* 1200 desktop only */
@media (min-width: 1200px) and (max-width: 1299px) {
  .gz_modal .modal-dialog .modal-content .modal-body .inner_body_area {
    margin: 40px auto; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .gz_modal .modal-dialog {
    width: 750px; }
    .gz_modal .modal-dialog .modal-content {
      padding: 20px 14px; }
      .gz_modal .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 18px;
        margin-bottom: 20px; }
      .gz_modal .modal-dialog .modal-content .modal-header .btn-close {
        height: 30px;
        width: 30px;
        margin-top: -30px; }
        .gz_modal .modal-dialog .modal-content .modal-header .btn-close::before {
          font-size: 25px; }
      .gz_modal .modal-dialog .modal-content .modal-body .inner_body_area {
        margin: 30px auto 10px auto;
        width: 550px; }
  .gz_modal.birthday_modal .modal-dialog {
    width: 610px; }
    .gz_modal.birthday_modal .modal-dialog .modal-content {
      padding: 25px; }
      .gz_modal.birthday_modal .modal-dialog .modal-content .modal-header {
        margin-right: -48px; }
      .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle {
        height: 270px;
        width: 270px;
        margin-bottom: 55px; }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle::before {
          height: 260px;
          width: 260px; }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .img_area {
          height: 215px;
          width: 215px; }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .birthday_cel {
          height: 70px;
          width: 50px;
          margin-left: 40px;
          transform: rotate(-11deg); }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .img_title {
          height: 79px;
          width: 200px;
          margin-bottom: -38px; }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .img_heart {
          height: 50px;
          width: 58px;
          margin-bottom: 46px; }
      .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .txt_lines {
        font-size: 14px;
        width: 522px; }
  .gz_modal.birthday_modal.divide_content_2 .modal-dialog {
    width: 95%; }
    .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-header .btn-close {
      margin-right: 2px;
      margin-top: -56px; }
    .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-body {
      row-gap: 20px; }
      .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-body .inner_content .outer_circle {
        height: 200px;
        width: 200px; }
        .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-body .inner_content .outer_circle:before {
          height: 190px;
          width: 190px; }
        .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .img_area {
          height: 170px;
          width: 170px; }
        .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .img_title {
          left: 8px;
          width: 190px;
          margin-bottom: -45px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .gz_modal .modal-dialog {
    width: 700px; }
    .gz_modal .modal-dialog .modal-content {
      padding: 20px 14px; }
      .gz_modal .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 18px;
        margin-bottom: 20px; }
      .gz_modal .modal-dialog .modal-content .modal-header .btn-close {
        height: 30px;
        width: 30px;
        margin-top: -30px; }
        .gz_modal .modal-dialog .modal-content .modal-header .btn-close::before {
          font-size: 25px; }
      .gz_modal .modal-dialog .modal-content .modal-body .inner_body_area {
        margin: 30px auto 10px auto;
        width: 550px; }
  .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-header {
    padding: 20px 15px; }
    .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-header .btn-close {
      height: 25px;
      width: 25px; }
      .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-header .btn-close::before {
        font-size: 22px; }
  .gz_modal.birthday_modal .modal-dialog {
    width: 580px; }
    .gz_modal.birthday_modal .modal-dialog .modal-content {
      padding: 25px; }
      .gz_modal.birthday_modal .modal-dialog .modal-content .modal-header {
        margin-right: -48px; }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-header .btn-close {
          height: 30px;
          width: 30px;
          margin-right: 0;
          margin-top: -58px; }
          .gz_modal.birthday_modal .modal-dialog .modal-content .modal-header .btn-close::before {
            font-size: 22px; }
      .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle {
        height: 230px;
        width: 230px;
        margin-bottom: 50px; }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle::before {
          height: 220px;
          width: 220px; }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .img_area {
          height: 185px;
          width: 185px; }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .birthday_cel {
          height: 60px;
          width: 45px;
          margin-left: 30px;
          transform: rotate(-12deg); }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .img_title {
          height: 70px;
          width: 175px;
          margin-bottom: -35px;
          left: 27px; }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .img_heart {
          height: 40px;
          width: 47px;
          margin-bottom: 40px; }
      .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .txt_lines {
        font-size: 14px;
        width: 522px; }
  .gz_modal.birthday_modal.divide_content_2 .modal-dialog {
    width: 95%; }
    .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-header .btn-close {
      margin-right: 10px;
      margin-top: -56px; }
    .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-body {
      row-gap: 20px; }
      .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-body .inner_content .outer_circle {
        height: 200px;
        width: 200px; }
        .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-body .inner_content .outer_circle:before {
          height: 190px;
          width: 190px; }
        .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .img_area {
          height: 170px;
          width: 170px; }
        .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .img_title {
          left: 8px;
          width: 190px;
          margin-bottom: -18px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .gz_modal .modal-dialog {
    width: 610px; }
    .gz_modal .modal-dialog .modal-content {
      padding: 20px 14px;
      border-radius: 20px; }
      .gz_modal .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 18px;
        margin-bottom: 20px; }
      .gz_modal .modal-dialog .modal-content .modal-header .btn-close {
        height: 30px;
        width: 30px;
        margin-top: -30px; }
        .gz_modal .modal-dialog .modal-content .modal-header .btn-close::before {
          font-size: 25px; }
      .gz_modal .modal-dialog .modal-content .modal-body .inner_body_area {
        margin: 30px auto 10px auto;
        width: 550px; }
  .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-header {
    padding: 20px 15px; }
    .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-header .btn-close {
      height: 25px;
      width: 25px; }
      .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-header .btn-close::before {
        font-size: 22px; }
  .gz_modal.birthday_modal .modal-dialog {
    width: 545px; }
    .gz_modal.birthday_modal .modal-dialog .modal-content {
      padding: 20px; }
      .gz_modal.birthday_modal .modal-dialog .modal-content .modal-header {
        margin-right: -48px; }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-header .btn-close {
          height: 25px;
          width: 25px;
          margin-right: 10px;
          margin-top: -50px; }
          .gz_modal.birthday_modal .modal-dialog .modal-content .modal-header .btn-close::before {
            font-size: 20px; }
      .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle {
        height: 200px;
        width: 200px;
        margin-bottom: 40px; }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle::before {
          height: 190px;
          width: 190px; }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .img_area {
          height: 160px;
          width: 160px; }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .birthday_cel {
          height: 50px;
          width: 38px;
          margin-left: 28px;
          transform: rotate(-12deg); }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .img_title {
          height: 55px;
          width: 138px;
          margin-bottom: -28px;
          left: 27px; }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .img_heart {
          height: 34px;
          width: 41px;
          margin-bottom: 30px;
          margin-right: 13px; }
      .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .txt_lines {
        font-size: 14px;
        width: 416px;
        margin-bottom: 15px; }
  .gz_modal.birthday_modal.divide_content_2 .modal-dialog {
    width: 95%; }
    .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-header .btn-close {
      margin-right: 15px;
      margin-top: -56px; }
    .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-body {
      row-gap: 20px; }
      .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-body .inner_content .outer_circle {
        height: 100px;
        width: 100px; }
        .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-body .inner_content .outer_circle:before {
          height: 95px;
          width: 95px;
          margin-top: 2px;
          margin-left: 2px; }
        .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .img_area {
          height: 90px;
          width: 90px; }
        .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .img_title {
          left: -10px;
          width: 130px;
          margin-bottom: -34px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .gz_modal .modal-dialog {
    width: 350px;
    margin: 0 auto; }
    .gz_modal .modal-dialog .modal-content {
      padding: 20px 14px;
      border-radius: 20px; }
      .gz_modal .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 16px;
        margin-bottom: 15px; }
      .gz_modal .modal-dialog .modal-content .modal-header .btn-close {
        height: 25px;
        width: 25px;
        margin-top: -30px; }
        .gz_modal .modal-dialog .modal-content .modal-header .btn-close::before {
          font-size: 20px; }
      .gz_modal .modal-dialog .modal-content .modal-body .inner_body_area {
        margin: 30px auto 10px auto;
        width: 550px; }
        .gz_modal .modal-dialog .modal-content .modal-body .inner_body_area h6 {
          font-size: 14px;
          margin-bottom: 12px; }
        .gz_modal .modal-dialog .modal-content .modal-body .inner_body_area table tr th {
          font-size: 14px; }
          .gz_modal .modal-dialog .modal-content .modal-body .inner_body_area table tr th.head_txt {
            font-size: 15px; }
        .gz_modal .modal-dialog .modal-content .modal-body .inner_body_area table tr td {
          font-size: 15px; }
  .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-header {
    padding: 20px 15px; }
    .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-header .btn-close {
      height: 25px;
      width: 25px; }
      .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-header .btn-close::before {
        font-size: 20px; }
  .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .leaves_date {
    display: grid;
    gap: 10px; }
    .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .leaves_date .date_main {
      width: 100%; }
      .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .leaves_date .date_main::before {
        display: none; }
  .gz_modal.birthday_modal .modal-dialog {
    width: 100%; }
    .gz_modal.birthday_modal .modal-dialog .modal-content {
      padding: 15px;
      margin: 0 15px; }
      .gz_modal.birthday_modal .modal-dialog .modal-content .modal-header {
        margin-right: -48px; }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-header .btn-close {
          height: 20px;
          width: 20px;
          margin-right: 20px;
          margin-top: -36px; }
          .gz_modal.birthday_modal .modal-dialog .modal-content .modal-header .btn-close::before {
            font-size: 18px; }
      .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle {
        height: 175px;
        width: 175px;
        margin-bottom: 35px; }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle::before {
          height: 165px;
          width: 165px; }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .img_area {
          height: 135px;
          width: 135px; }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .birthday_cel {
          height: 42px;
          width: 31px;
          margin-left: 28px;
          transform: rotate(-12deg); }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .img_title {
          height: 49px;
          width: 125px;
          margin-bottom: -25px;
          left: 27px; }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .img_heart {
          height: 26px;
          width: 30px;
          margin-bottom: 30px;
          margin-right: 13px; }
      .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .txt_lines {
        font-size: 14px;
        width: 100%;
        margin-bottom: 15px; }
  .gz_modal.birthday_modal.divide_content_2 .modal-dialog {
    width: 95%; }
    .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content {
      margin-top: 35px;
      margin-bottom: 20px; }
      .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-header .btn-close {
        margin-right: 15px;
        margin-top: -56px; }
      .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-body {
        row-gap: 20px; }
        .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-body .inner_content {
          flex-basis: 100%;
          padding-right: 0; }
          .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-body .inner_content .outer_circle {
            height: 100px;
            width: 100px; }
            .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-body .inner_content .outer_circle:before {
              height: 95px;
              width: 95px;
              margin-top: 2px;
              margin-left: 2px; }
            .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .img_area {
              height: 90px;
              width: 90px; }
            .gz_modal.birthday_modal.divide_content_2 .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .img_title {
              left: -10px;
              width: 130px;
              margin-bottom: -25px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .gz_modal .modal-dialog {
    width: 350px;
    margin: 0 auto; }
    .gz_modal .modal-dialog .modal-content {
      padding: 20px 14px;
      border-radius: 20px; }
      .gz_modal .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 16px;
        margin-bottom: 15px; }
      .gz_modal .modal-dialog .modal-content .modal-header .btn-close {
        height: 25px;
        width: 25px;
        margin-top: -30px; }
        .gz_modal .modal-dialog .modal-content .modal-header .btn-close::before {
          font-size: 20px; }
      .gz_modal .modal-dialog .modal-content .modal-body .inner_body_area {
        margin: 30px auto 10px auto;
        width: 550px; }
        .gz_modal .modal-dialog .modal-content .modal-body .inner_body_area h6 {
          font-size: 14px;
          margin-bottom: 12px; }
        .gz_modal .modal-dialog .modal-content .modal-body .inner_body_area table tr th {
          font-size: 14px; }
          .gz_modal .modal-dialog .modal-content .modal-body .inner_body_area table tr th.head_txt {
            font-size: 15px; }
        .gz_modal .modal-dialog .modal-content .modal-body .inner_body_area table tr td {
          font-size: 15px; }
  .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-header {
    padding: 20px 15px; }
    .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-header .btn-close {
      height: 25px;
      width: 25px; }
      .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-header .btn-close::before {
        font-size: 20px; }
  .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .leaves_date {
    display: grid;
    gap: 10px; }
    .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .leaves_date .date_main {
      width: 100%; }
      .gz_modal.detial_modal.compose_email .modal-dialog .modal-content .modal-body .inner_body_area .email_compose_form .leaves_date .date_main::before {
        display: none; }
  .gz_modal.birthday_modal .modal-dialog {
    width: 100%; }
    .gz_modal.birthday_modal .modal-dialog .modal-content {
      padding: 15px;
      margin: 0 15px; }
      .gz_modal.birthday_modal .modal-dialog .modal-content .modal-header {
        margin-right: -48px; }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-header .btn-close {
          height: 20px;
          width: 20px;
          margin-right: 20px;
          margin-top: -36px; }
          .gz_modal.birthday_modal .modal-dialog .modal-content .modal-header .btn-close::before {
            font-size: 18px; }
      .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle {
        height: 175px;
        width: 175px;
        margin-bottom: 35px; }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle::before {
          height: 165px;
          width: 165px; }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .img_area {
          height: 135px;
          width: 135px; }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .birthday_cel {
          height: 42px;
          width: 31px;
          margin-left: 28px;
          transform: rotate(-12deg); }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .img_title {
          height: 49px;
          width: 125px;
          margin-bottom: -25px;
          left: 27px; }
        .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .outer_circle .inner_circle .img_heart {
          height: 26px;
          width: 30px;
          margin-bottom: 30px;
          margin-right: 13px; }
      .gz_modal.birthday_modal .modal-dialog .modal-content .modal-body .inner_content .txt_lines {
        font-size: 14px;
        width: 100%;
        margin-bottom: 15px; } }

/* Smaller phones */
/* Add CSS styles for Portrait orientation */
/* Add CSS styles for Landscape orientation */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.error_section {
  padding-top: 50px; }
  .error_section .error_section_details h5 {
    font-size: 22px;
    font-weight: 600;
    color: #0E1E42;
    margin-bottom: 30px;
    text-align: center; }
  .error_section .error_section_details .txt {
    font-size: 16px;
    font-weight: 400;
    color: #495766;
    text-align: center;
    width: 430px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 48px; }
  .error_section .error_section_details .img_error {
    height: 770px;
    overflow: hidden; }
    .error_section .error_section_details .img_error img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .error_section.lost_page {
    padding-bottom: 0; }
    .error_section.lost_page .error_section_details {
      padding: 0 100px; }
      .error_section.lost_page .error_section_details .img_section .img_area {
        height: 450px; }
        .error_section.lost_page .error_section_details .img_section .img_area img {
          height: 100%;
          width: 100%;
          object-fit: cover; }
      .error_section.lost_page .error_section_details .content_area {
        margin-top: 50px; }
        .error_section.lost_page .error_section_details .content_area h3 {
          font-size: 25px;
          font-weight: 600;
          color: #0E1E42;
          margin-bottom: 30px;
          text-align: center; }
        .error_section.lost_page .error_section_details .content_area .txt_w {
          width: 413px;
          max-width: 100%;
          margin: 0 auto; }
          .error_section.lost_page .error_section_details .content_area .txt_w p {
            font-size: 16px;
            font-weight: 400;
            color: #495766;
            text-align: center; }
        .error_section.lost_page .error_section_details .content_area .btn_back {
          margin-top: 20px;
          text-align: center; }

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
@media (min-width: 1300px) and (max-width: 1399px) {
  .error_section {
    padding-top: 40px; }
    .error_section .error_section_details .img_error {
      height: 680px; }
    .error_section.lost_page .error_section_details .img_section .img_area {
      height: 382px; } }

/* 1200 desktop only */
@media (min-width: 1200px) and (max-width: 1299px) {
  .error_section {
    padding-top: 40px; }
    .error_section .error_section_details .img_error {
      height: 680px; }
    .error_section.lost_page .error_section_details .img_section .img_area {
      height: 382px; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .error_section {
    padding-top: 30px; }
    .error_section .error_section_details .img_error {
      height: 590px; }
    .error_section .error_section_details h5 {
      font-size: 20px;
      margin-bottom: 20px; }
    .error_section .error_section_details .txt {
      font-size: 15px;
      margin-bottom: 30px; }
    .error_section.lost_page .error_section_details .content_area {
      margin-top: 30px; }
      .error_section.lost_page .error_section_details .content_area h3 {
        font-size: 22px;
        margin-bottom: 20px; }
      .error_section.lost_page .error_section_details .content_area .txt_w p {
        font-size: 15px; }
    .error_section.lost_page .error_section_details .img_section .img_area {
      height: 320px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .error_section {
    padding-top: 30px; }
    .error_section .error_section_details .img_error {
      height: 440px; }
    .error_section .error_section_details h5 {
      font-size: 18px;
      margin-bottom: 20px; }
    .error_section .error_section_details .txt {
      font-size: 15px;
      margin-bottom: 30px; }
    .error_section.lost_page .error_section_details {
      padding: 0 50px; }
      .error_section.lost_page .error_section_details .content_area {
        margin-top: 20px; }
        .error_section.lost_page .error_section_details .content_area h3 {
          font-size: 20px;
          margin-bottom: 20px; }
        .error_section.lost_page .error_section_details .content_area .txt_w p {
          font-size: 15px; }
      .error_section.lost_page .error_section_details .img_section .img_area {
        height: 310px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .error_section {
    padding-top: 25px; }
    .error_section .error_section_details .img_error {
      height: 380px; }
    .error_section .error_section_details h5 {
      font-size: 16px;
      margin-bottom: 15px; }
    .error_section .error_section_details .txt {
      font-size: 14px;
      margin-bottom: 25px;
      width: 400px; }
    .error_section.lost_page .error_section_details {
      padding: 0 20px; }
      .error_section.lost_page .error_section_details .content_area {
        margin-top: 20px; }
        .error_section.lost_page .error_section_details .content_area h3 {
          font-size: 18px;
          margin-bottom: 15px; }
        .error_section.lost_page .error_section_details .content_area .txt_w p {
          font-size: 14px; }
      .error_section.lost_page .error_section_details .img_section .img_area {
        height: 280px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .error_section {
    padding-top: 25px; }
    .error_section .error_section_details .img_error {
      height: 100%; }
    .error_section .error_section_details h5 {
      font-size: 16px;
      margin-bottom: 15px; }
    .error_section .error_section_details .txt {
      font-size: 14px;
      margin-bottom: 20px;
      width: 100%; }
    .error_section.lost_page .error_section_details {
      padding: 0px; }
      .error_section.lost_page .error_section_details .content_area {
        margin-top: 20px; }
        .error_section.lost_page .error_section_details .content_area h3 {
          font-size: 16px;
          margin-bottom: 15px; }
        .error_section.lost_page .error_section_details .content_area .txt_w p {
          font-size: 14px; }
      .error_section.lost_page .error_section_details .img_section .img_area {
        height: 100%; } }

/* Smaller phones */
@media (max-width: 360px) {
  .error_section {
    padding-top: 25px; }
    .error_section .error_section_details .img_error {
      height: 100%; }
    .error_section .error_section_details h5 {
      font-size: 16px;
      margin-bottom: 15px; }
    .error_section .error_section_details .txt {
      font-size: 14px;
      margin-bottom: 20px;
      width: 100%; } }

/* Smaller phones */
/* Add CSS styles for Portrait orientation */
/* Add CSS styles for Landscape orientation */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

#saveTaskUser label.error {
  display: none !important; }

#saveTaskUser .form-control.error {
  border-color: #f00; }

.task_section {
  padding: 55px 0; }
  .task_section .inner_task .task_description {
    background: linear-gradient(104.21deg, #001E3A 1.59%, #013F72 33.37%, #003360 66.83%, #01284F 97.91%);
    box-shadow: 0px 4px 14.5px 0px #00000014;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 25px 18px;
    margin-bottom: 25px; }
    .task_section .inner_task .task_description::after {
      display: block;
      content: "";
      clear: both; }
    .task_section .inner_task .task_description .left_side {
      float: left;
      width: calc(100% - 38%);
      padding-right: 15px; }
      .task_section .inner_task .task_description .left_side .form-group {
        margin-bottom: 0; }
        .task_section .inner_task .task_description .left_side .form-group .form-control {
          background-color: #F8FAFF;
          font-size: 16px;
          font-weight: 400;
          color: #000000;
          border: 1px solid #A5C0FF;
          border-radius: 5px;
          height: 40px; }
          .task_section .inner_task .task_description .left_side .form-group .form-control::placeholder {
            font-size: 16px;
            font-weight: 400;
            color: #859FB9; }
    .task_section .inner_task .task_description .right_side {
      float: right;
      width: 38%;
      display: flex;
      gap: 15px; }
      .task_section .inner_task .task_description .right_side .select_form {
        width: 175px; }
        .task_section .inner_task .task_description .right_side .select_form .form-group {
          margin-bottom: 0;
          position: relative; }
          .task_section .inner_task .task_description .right_side .select_form .form-group .plus_icon {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            margin-top: 12px;
            margin-left: 10px; }
            .task_section .inner_task .task_description .right_side .select_form .form-group .plus_icon i {
              font-size: 16px;
              color: #0E1E42; }
          .task_section .inner_task .task_description .right_side .select_form .form-group .form-select ~ .select2-container .select2-selection--single {
            height: 40px !important; }
            .task_section .inner_task .task_description .right_side .select_form .form-group .form-select ~ .select2-container .select2-selection--single .select2-selection__rendered {
              padding-left: 20px; }
          .task_section .inner_task .task_description .right_side .select_form .form-group .form-select ~ .select2-container--default .select2-selection--single {
            height: 40px !important;
            background-color: #F8FAFF;
            border: 1px solid #A5C0FF;
            border-radius: 5px; }
            .task_section .inner_task .task_description .right_side .select_form .form-group .form-select ~ .select2-container--default .select2-selection--single .select2-selection__placeholder {
              font-size: 16px;
              color: #859FB9;
              font-weight: 400; }
            .task_section .inner_task .task_description .right_side .select_form .form-group .form-select ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
              line-height: 38px; }
            .task_section .inner_task .task_description .right_side .select_form .form-group .form-select ~ .select2-container--default .select2-selection--single .select2-selection__arrow b {
              background-image: url("../images/arrow.png");
              background-size: contain;
              background-color: transparent;
              background-repeat: no-repeat;
              border: none !important;
              height: 10px !important;
              width: 12px !important;
              margin: auto !important;
              top: 16px;
              left: 0px;
              -webkit-transition: all 0.5s ease-in-out;
              -moz-transition: all 0.5s ease-in-out;
              -ms-transition: all 0.5s ease-in-out;
              -o-transition: all 0.5s ease-in-out;
              transition: all 0.5s ease-in-out;
              transform: rotate(0deg); }
          .task_section .inner_task .task_description .right_side .select_form .form-group .form-select ~ .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
            top: 12px; }
      .task_section .inner_task .task_description .right_side .time_main {
        display: flex;
        align-items: center; }
        .task_section .inner_task .task_description .right_side .time_main .form-group {
          margin-bottom: 0; }
          .task_section .inner_task .task_description .right_side .time_main .form-group .form-control {
            background-color: #F8FAFF;
            font-size: 16px;
            font-weight: 400;
            color: #000000;
            border: 1px solid #A5C0FF;
            border-radius: 5px;
            height: 40px;
            width: 95px;
            display: inline-block;
            padding-left: 12px;
            padding-right: 12px; }
            .task_section .inner_task .task_description .right_side .time_main .form-group .form-control::placeholder {
              font-size: 16px;
              font-weight: 400;
              color: #859FB9; }
            .task_section .inner_task .task_description .right_side .time_main .form-group .form-control.time_only {
              width: 72px; }
        .task_section .inner_task .task_description .right_side .time_main .minus {
          margin: 0 5px; }
          .task_section .inner_task .task_description .right_side .time_main .minus i {
            font-size: 12px;
            color: #ffffff; }
        .task_section .inner_task .task_description .right_side .time_main .date_icon i {
          font-size: 22px;
          color: #859FB9;
          margin-left: 15px; }
        .task_section .inner_task .task_description .right_side .time_main .task_time {
          margin: 0 15px; }
          .task_section .inner_task .task_description .right_side .time_main .task_time .form-group .form-control {
            width: auto;
            border-color: transparent;
            background-color: transparent;
            color: #ffffff;
            padding: 0;
            width: 125px; }
            .task_section .inner_task .task_description .right_side .time_main .task_time .form-group .form-control::-webkit-inner-spin-button {
              display: none; }
            .task_section .inner_task .task_description .right_side .time_main .task_time .form-group .form-control::-webkit-calendar-picker-indicator {
              background-image: url("../images/calendar.png");
              background-position: center;
              background-size: 18px 18px;
              background-repeat: no-repeat;
              color: rgba(204, 204, 204, 0);
              cursor: pointer; }
      .task_section .inner_task .task_description .right_side .btn_add .btn-primary {
        min-width: 100px;
        background-color: #ffffff;
        border-radius: 7px;
        color: #0E1E42; }
        .task_section .inner_task .task_description .right_side .btn_add .btn-primary:hover, .task_section .inner_task .task_description .right_side .btn_add .btn-primary.active, .task_section .inner_task .task_description .right_side .btn_add .btn-primary:focus {
          background-color: #859FB9;
          color: #ffffff; }
  .task_section .inner_task .task_details ul li {
    border: 1px solid #D9ECFF;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px; }
    .task_section .inner_task .task_details ul li:last-child {
      margin-bottom: 0; }
    .task_section .inner_task .task_details ul li .top_area {
      background-color: #D9ECFF;
      padding: 16px 15px;
      display: flex;
      justify-content: space-between; }
      .task_section .inner_task .task_details ul li .top_area h5 {
        font-size: 16px;
        font-weight: 700;
        color: #0E1E42; }
      .task_section .inner_task .task_details ul li .top_area .tym {
        font-size: 18px;
        font-weight: 700;
        color: #0E1E42; }
    .task_section .inner_task .task_details ul li .bottom_area {
      overflow-x: auto; }
      .task_section .inner_task .task_details ul li .bottom_area::-webkit-scrollbar-track {
        border-radius: 10px; }
      .task_section .inner_task .task_details ul li .bottom_area::-webkit-scrollbar {
        height: 4px; }
      .task_section .inner_task .task_details ul li .bottom_area::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #0E1E42; }
      .task_section .inner_task .task_details ul li .bottom_area .inner_item {
        padding: 20px 35px;
        background-color: #ffffff;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: auto; }
        .task_section .inner_task .task_details ul li .bottom_area .inner_item:last-child::before {
          border-bottom: 0px; }
        .task_section .inner_task .task_details ul li .bottom_area .inner_item::before {
          content: "";
          border-bottom: 2px solid #F2F2F2;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: 0 35px; }
        .task_section .inner_task .task_details ul li .bottom_area .inner_item .left_btm {
          width: 100%; }
          .task_section .inner_task .task_details ul li .bottom_area .inner_item .left_btm .inner_area {
            display: flex;
            align-items: center; }
            .task_section .inner_task .task_details ul li .bottom_area .inner_item .left_btm .inner_area::after {
              display: block;
              content: "";
              clear: both; }
            .task_section .inner_task .task_details ul li .bottom_area .inner_item .left_btm .inner_area .title_left {
              float: left;
              width: calc(100% - 175px);
              padding-right: 10px; }
              .task_section .inner_task .task_details ul li .bottom_area .inner_item .left_btm .inner_area .title_left .form-group {
                margin-bottom: 0; }
                .task_section .inner_task .task_details ul li .bottom_area .inner_item .left_btm .inner_area .title_left .form-group .form-control {
                  border-color: transparent;
                  border-radius: 10px;
                  padding-left: 10px; }
                  .task_section .inner_task .task_details ul li .bottom_area .inner_item .left_btm .inner_area .title_left .form-group .form-control:focus {
                    border-color: #D9ECFF;
                    outline: none; }
            .task_section .inner_task .task_details ul li .bottom_area .inner_item .left_btm .inner_area .tag_main {
              float: right;
              width: 175px;
              text-align: end; }
              .task_section .inner_task .task_details ul li .bottom_area .inner_item .left_btm .inner_area .tag_main .form-group {
                margin-bottom: 0;
                display: inline-block;
                min-width: 80px; }
                .task_section .inner_task .task_details ul li .bottom_area .inner_item .left_btm .inner_area .tag_main .form-group .form-select ~ .select2-container .select2-selection--single {
                  height: 40px !important; }
                  .task_section .inner_task .task_details ul li .bottom_area .inner_item .left_btm .inner_area .tag_main .form-group .form-select ~ .select2-container .select2-selection--single .select2-selection__rendered {
                    padding-left: 10px;
                    padding-right: 10px;
                    color: #ffffff;
                    text-align: center; }
                .task_section .inner_task .task_details ul li .bottom_area .inner_item .left_btm .inner_area .tag_main .form-group .form-select ~ .select2-container--default .select2-selection--single {
                  height: 40px !important;
                  background-color: #0E1E42;
                  border: 1px solid #0E1E42;
                  border-radius: 5px; }
                  .task_section .inner_task .task_details ul li .bottom_area .inner_item .left_btm .inner_area .tag_main .form-group .form-select ~ .select2-container--default .select2-selection--single .select2-selection__placeholder {
                    font-size: 14px;
                    color: #ffffff;
                    font-weight: 400; }
                  .task_section .inner_task .task_details ul li .bottom_area .inner_item .left_btm .inner_area .tag_main .form-group .form-select ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
                    line-height: 38px; }
                  .task_section .inner_task .task_details ul li .bottom_area .inner_item .left_btm .inner_area .tag_main .form-group .form-select ~ .select2-container--default .select2-selection--single .select2-selection__arrow b {
                    background-image: url("../images/arrow.png");
                    background-size: contain;
                    background-color: transparent;
                    background-repeat: no-repeat;
                    border: none !important;
                    height: 10px !important;
                    width: 12px !important;
                    margin: auto !important;
                    top: 16px;
                    left: 0px;
                    -webkit-transition: all 0.5s ease-in-out;
                    -moz-transition: all 0.5s ease-in-out;
                    -ms-transition: all 0.5s ease-in-out;
                    -o-transition: all 0.5s ease-in-out;
                    transition: all 0.5s ease-in-out;
                    transform: rotate(0deg); }
                .task_section .inner_task .task_details ul li .bottom_area .inner_item .left_btm .inner_area .tag_main .form-group .form-select ~ .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
                  -webkit-transform: rotate(180deg);
                  -moz-transform: rotate(180deg);
                  -ms-transform: rotate(180deg);
                  -o-transform: rotate(180deg);
                  transform: rotate(180deg);
                  top: 12px; }
        .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm {
          float: right;
          padding-left: 30px; }
          .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right {
            display: flex;
            align-items: center; }
            .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .select_tym {
              display: flex;
              align-items: center;
              margin-right: 20px; }
              .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .select_tym .form-group {
                margin-bottom: 0; }
                .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .select_tym .form-group .form-control {
                  background-color: #F8FAFF;
                  font-size: 16px;
                  font-weight: 400;
                  color: #000000;
                  border: 1px solid #A5C0FF;
                  border-radius: 5px;
                  height: 40px;
                  width: 95px;
                  display: inline-block;
                  padding-left: 12px;
                  padding-right: 12px; }
                  .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .select_tym .form-group .form-control::placeholder {
                    font-size: 16px;
                    font-weight: 400;
                    color: #859FB9; }
              .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .select_tym .minus {
                margin: 0 5px; }
                .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .select_tym .minus i {
                  font-size: 12px;
                  color: #626262; }
              .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .select_tym .icon_d {
                margin-left: 25px; }
                .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .select_tym .icon_d i {
                  font-size: 20px;
                  color: #626262; }
            .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .icon_cal {
              margin-right: 20px; }
              .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .icon_cal .form-group {
                margin-bottom: 0; }
                .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .icon_cal .form-group .form-control {
                  width: auto;
                  border: none;
                  background-color: transparent;
                  color: #ffffff;
                  padding: 0;
                  width: 18px; }
                  .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .icon_cal .form-group .form-control::-webkit-inner-spin-button {
                    display: none; }
                  .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .icon_cal .form-group .form-control::-webkit-calendar-picker-indicator {
                    background-image: url("../images/grey_calendar.png");
                    background-position: center;
                    background-size: 18px 18px;
                    background-repeat: no-repeat;
                    color: rgba(204, 204, 204, 0);
                    cursor: pointer; }
                  .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .icon_cal .form-group .form-control:focus {
                    outline: none; }
            .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .total_tym {
              font-size: 18px;
              font-weight: 400;
              color: #0E1E42;
              padding: 16px 25px;
              background-color: #F4F4F4;
              display: inline-block; }
            .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .delete_action {
              margin-left: 20px;
              display: flex;
              flex-direction: column;
              gap: 8px; }
              .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .delete_action a i {
                font-size: 15px;
                color: #FC0202; }
            .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .dropdown_area {
              margin-left: 25px; }
              .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .dropdown_area .dropdown-toggle::after {
                display: none; }
              .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .dropdown_area .btn-secondary {
                background-color: transparent;
                padding: 0; }
                .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .dropdown_area .btn-secondary i {
                  font-size: 20px;
                  color: #0E1E42; }
              .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .dropdown_area .dropdown-menu.show {
                --bs-dropdown-min-width:auto;
                --bs-dropdown-min-height:auto;
                border: 1px solid #D9ECFF;
                padding: 0;
                border-radius: 10px;
                inset: auto 0px 0px auto !important;
                transform: translate(-10px, 26px) !important;
                height: 45px; }
                .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .dropdown_area .dropdown-menu.show li {
                  display: inline-block;
                  padding: 0px;
                  border: none; }
                  .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .dropdown_area .dropdown-menu.show li .dropdown-item {
                    width: 100%;
                    font-size: 14px;
                    font-weight: 400;
                    color: #0E1E42;
                    padding: 12px 15px;
                    background-color: transparent;
                    -webkit-transition: all 0.5s ease-in-out;
                    -moz-transition: all 0.5s ease-in-out;
                    -ms-transition: all 0.5s ease-in-out;
                    -o-transition: all 0.5s ease-in-out;
                    transition: all 0.5s ease-in-out;
                    min-width: 90px; }
                  .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .dropdown_area .dropdown-menu.show li:hover .dropdown-item, .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .dropdown_area .dropdown-menu.show li.actve .dropdown-item {
                    background-color: #FF313D;
                    color: #ffffff; }
  .task_section .inner_task .filter_task .right_area {
    text-align: end; }
    .task_section .inner_task .filter_task .right_area .btn-default {
      font-size: 18px;
      font-weight: 400;
      color: #0E1E42;
      margin-top: -2px; }
      .task_section .inner_task .filter_task .right_area .btn-default:hover, .task_section .inner_task .filter_task .right_area .btn-default.active, .task_section .inner_task .filter_task .right_area .btn-default:focus {
        background-color: transparent; }
    .task_section .inner_task .filter_task .right_area .dropdown-menu .dropdown-item:hover {
      background-color: #ffffff; }
    .task_section .inner_task .filter_task .right_area .dropdown-bottom .btn {
      font-size: 12px;
      padding: 5px;
      border-radius: 7px;
      font-weight: 400;
      margin: 0 15px; }
      .task_section .inner_task .filter_task .right_area .dropdown-bottom .btn.btn-danger {
        background-color: #e6381a;
        border: 1px solid #e6381a; }
        .task_section .inner_task .filter_task .right_area .dropdown-bottom .btn.btn-danger:hover {
          background-color: #e6381a;
          border: 1px solid #e6381a;
          box-shadow: none; }
      .task_section .inner_task .filter_task .right_area .dropdown-bottom .btn:hover {
        background-color: #0E1E42;
        border: 1px solid #0E1E42; }

/* Above 1920 desktop */
/* 1680 desktop */
@media (min-width: 1680px) and (max-width: 1919px) {
  .task_section .inner_task .task_description .left_side {
    width: calc(100% - 43%); }
  .task_section .inner_task .task_description .right_side {
    width: 43%; } }

/* 1600 desktop */
@media (min-width: 1600px) and (max-width: 1679px) {
  .task_section .inner_task .task_description .left_side {
    width: calc(100% - 46%); }
  .task_section .inner_task .task_description .right_side {
    width: 46%; } }

/* Above 1400 and Below 1599 Desktop*/
@media (min-width: 1400px) and (max-width: 1599px) {
  .task_section .inner_task .task_description .left_side {
    width: calc(100% - 51%); }
  .task_section .inner_task .task_description .right_side {
    width: 51%; } }

/* 1300 desktop only */
@media (min-width: 1300px) and (max-width: 1399px) {
  .task_section {
    padding: 40px 0; }
    .task_section .inner_task .task_description {
      padding: 20px 18px; }
      .task_section .inner_task .task_description .left_side {
        width: calc(100% - 55%); }
      .task_section .inner_task .task_description .right_side {
        width: 55%; }
    .task_section .inner_task .task_details ul li {
      margin-bottom: 25px; }
      .task_section .inner_task .task_details ul li .bottom_area .inner_item {
        padding: 20px; }
        .task_section .inner_task .task_details ul li .bottom_area .inner_item::before {
          margin: 0 20px; }
        .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm {
          padding-left: 25px; }
          .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .select_tym {
            margin-right: 25px; }
          .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .total_tym {
            padding: 14px 20px; } }

/* 1200 desktop only */
@media (min-width: 1200px) and (max-width: 1299px) {
  .task_section {
    padding: 40px 0; }
    .task_section .inner_task .task_description {
      padding: 20px 18px; }
      .task_section .inner_task .task_description .left_side {
        width: calc(100% - 60%); }
      .task_section .inner_task .task_description .right_side {
        width: 60%; }
    .task_section .inner_task .task_details ul li {
      margin-bottom: 25px; }
      .task_section .inner_task .task_details ul li .bottom_area .inner_item {
        padding: 20px; }
        .task_section .inner_task .task_details ul li .bottom_area .inner_item::before {
          margin: 0 20px; }
        .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm {
          padding-left: 25px; }
          .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .select_tym {
            margin-right: 25px; }
          .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .total_tym {
            padding: 14px 20px; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .task_section {
    padding: 35px 0; }
    .task_section .inner_task .task_description {
      margin-bottom: 20px;
      padding: 20px 15px; }
      .task_section .inner_task .task_description .left_side {
        width: calc(100% - 72%); }
        .task_section .inner_task .task_description .left_side .form-group .form-control {
          font-size: 15px; }
          .task_section .inner_task .task_description .left_side .form-group .form-control::placeholder {
            font-size: 15px; }
      .task_section .inner_task .task_description .right_side {
        width: 72%; }
        .task_section .inner_task .task_description .right_side .select_form .form-group .form-select ~ .select2-container--default .select2-selection--single .select2-selection__placeholder {
          font-size: 15px; }
        .task_section .inner_task .task_description .right_side .time_main .form-group .form-control {
          font-size: 15px; }
          .task_section .inner_task .task_description .right_side .time_main .form-group .form-control::placeholder {
            font-size: 15px; }
    .task_section .inner_task .task_details ul li {
      margin-bottom: 20px; }
      .task_section .inner_task .task_details ul li .top_area {
        padding: 12px; }
        .task_section .inner_task .task_details ul li .top_area h5 {
          font-size: 15px; }
        .task_section .inner_task .task_details ul li .top_area .tym {
          font-size: 16px; }
      .task_section .inner_task .task_details ul li .bottom_area .inner_item {
        padding: 16px 20px; }
        .task_section .inner_task .task_details ul li .bottom_area .inner_item::before {
          margin: 0 20px; }
        .task_section .inner_task .task_details ul li .bottom_area .inner_item .left_btm .inner_area .title_left .title {
          font-size: 15px; }
        .task_section .inner_task .task_details ul li .bottom_area .inner_item .left_btm .inner_area .tag_main .tag {
          font-size: 15px;
          padding: 10px;
          line-height: 17px; }
        .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm {
          padding-left: 20px; }
          .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .select_tym {
            margin-right: 20px; }
            .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .select_tym .tym {
              font-size: 15px; }
            .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .select_tym .icon_d {
              margin-left: 20px; }
              .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .select_tym .icon_d i {
                font-size: 18px; }
          .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .total_tym {
            font-size: 16px;
            padding: 10px 15px; }
          .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .dropdown_area {
            margin-left: 20px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .task_section {
    padding: 30px 0; }
    .task_section .inner_task .task_description {
      margin-bottom: 20px;
      padding: 20px 15px; }
      .task_section .inner_task .task_description .left_side {
        width: 100%;
        margin-bottom: 15px;
        padding-right: 0; }
        .task_section .inner_task .task_description .left_side .form-group .form-control {
          font-size: 15px; }
          .task_section .inner_task .task_description .left_side .form-group .form-control::placeholder {
            font-size: 15px; }
      .task_section .inner_task .task_description .right_side {
        width: 100%;
        justify-content: space-between; }
        .task_section .inner_task .task_description .right_side .select_form .form-group .form-select ~ .select2-container--default .select2-selection--single .select2-selection__placeholder {
          font-size: 15px; }
        .task_section .inner_task .task_description .right_side .time_main .form-group .form-control {
          font-size: 15px; }
          .task_section .inner_task .task_description .right_side .time_main .form-group .form-control::placeholder {
            font-size: 15px; }
    .task_section .inner_task .task_details ul li {
      margin-bottom: 20px; }
      .task_section .inner_task .task_details ul li .top_area {
        padding: 12px; }
        .task_section .inner_task .task_details ul li .top_area h5 {
          font-size: 15px; }
        .task_section .inner_task .task_details ul li .top_area .tym {
          font-size: 16px; }
      .task_section .inner_task .task_details ul li .bottom_area .inner_item {
        padding: 16px 20px;
        width: fit-content; }
        .task_section .inner_task .task_details ul li .bottom_area .inner_item::before {
          margin: 0 20px; }
        .task_section .inner_task .task_details ul li .bottom_area .inner_item .left_btm .inner_area .title_left {
          width: 400px; }
          .task_section .inner_task .task_details ul li .bottom_area .inner_item .left_btm .inner_area .title_left .title {
            font-size: 15px;
            white-space: nowrap; }
        .task_section .inner_task .task_details ul li .bottom_area .inner_item .left_btm .inner_area .tag_main .tag {
          font-size: 15px;
          padding: 10px;
          line-height: 17px; }
        .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm {
          padding-left: 15px; }
          .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .select_tym {
            margin-right: 15px; }
            .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .select_tym .tym {
              font-size: 15px; }
            .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .select_tym .icon_d {
              margin-left: 15px; }
              .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .select_tym .icon_d i {
                font-size: 18px; }
          .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .total_tym {
            font-size: 16px;
            padding: 10px 15px; }
          .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .dropdown_area {
            margin-left: 15px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .task_section {
    padding: 30px 0; }
    .task_section .inner_task .task_description {
      margin-bottom: 15px;
      padding: 20px 15px;
      position: relative; }
      .task_section .inner_task .task_description .left_side {
        width: 100%;
        margin-bottom: 15px;
        padding-right: 115px; }
        .task_section .inner_task .task_description .left_side .form-group .form-control {
          font-size: 15px; }
          .task_section .inner_task .task_description .left_side .form-group .form-control::placeholder {
            font-size: 15px; }
      .task_section .inner_task .task_description .right_side {
        width: 100%;
        justify-content: space-between; }
        .task_section .inner_task .task_description .right_side .select_form .form-group .form-select ~ .select2-container--default .select2-selection--single .select2-selection__placeholder {
          font-size: 15px; }
        .task_section .inner_task .task_description .right_side .time_main .form-group .form-control {
          font-size: 15px; }
          .task_section .inner_task .task_description .right_side .time_main .form-group .form-control::placeholder {
            font-size: 15px; }
        .task_section .inner_task .task_description .right_side .btn_add {
          position: absolute;
          right: 0;
          top: 0;
          margin-top: 20px;
          margin-right: 15px; }
    .task_section .inner_task .task_details ul li {
      margin-bottom: 20px; }
      .task_section .inner_task .task_details ul li .top_area {
        padding: 12px; }
        .task_section .inner_task .task_details ul li .top_area h5 {
          font-size: 15px; }
        .task_section .inner_task .task_details ul li .top_area .tym {
          font-size: 16px; }
      .task_section .inner_task .task_details ul li .bottom_area .inner_item {
        padding: 16px 20px;
        width: fit-content; }
        .task_section .inner_task .task_details ul li .bottom_area .inner_item::before {
          margin: 0 20px; }
        .task_section .inner_task .task_details ul li .bottom_area .inner_item .left_btm .inner_area .title_left {
          width: 400px; }
          .task_section .inner_task .task_details ul li .bottom_area .inner_item .left_btm .inner_area .title_left .title {
            font-size: 15px; }
        .task_section .inner_task .task_details ul li .bottom_area .inner_item .left_btm .inner_area .tag_main .tag {
          font-size: 15px;
          padding: 10px;
          line-height: 17px; }
        .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm {
          padding-left: 15px; }
          .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .select_tym {
            margin-right: 15px; }
            .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .select_tym .tym {
              font-size: 15px; }
            .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .select_tym .icon_d {
              margin-left: 15px; }
              .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .select_tym .icon_d i {
                font-size: 18px; }
          .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .total_tym {
            font-size: 16px;
            padding: 10px 15px; }
          .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .dropdown_area {
            margin-left: 15px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .task_section {
    padding: 25px 0; }
    .task_section .inner_task .task_description {
      margin-bottom: 15px;
      padding: 20px 15px; }
      .task_section .inner_task .task_description .left_side {
        width: 100%;
        margin-bottom: 15px;
        padding-right: 0; }
        .task_section .inner_task .task_description .left_side .form-group .form-control {
          font-size: 15px; }
          .task_section .inner_task .task_description .left_side .form-group .form-control::placeholder {
            font-size: 15px; }
      .task_section .inner_task .task_description .right_side {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .task_section .inner_task .task_description .right_side .select_form {
          order: 1; }
          .task_section .inner_task .task_description .right_side .select_form .form-group .form-select ~ .select2-container--default .select2-selection--single .select2-selection__placeholder {
            font-size: 15px; }
        .task_section .inner_task .task_description .right_side .time_main {
          order: 0;
          flex-wrap: wrap;
          gap: 15px; }
          .task_section .inner_task .task_description .right_side .time_main .form-group .form-control {
            font-size: 15px; }
            .task_section .inner_task .task_description .right_side .time_main .form-group .form-control::placeholder {
              font-size: 15px; }
        .task_section .inner_task .task_description .right_side .btn_add {
          order: 2; }
    .task_section .inner_task .task_details ul li {
      margin-bottom: 20px; }
      .task_section .inner_task .task_details ul li .top_area {
        padding: 12px; }
        .task_section .inner_task .task_details ul li .top_area h5 {
          font-size: 15px; }
        .task_section .inner_task .task_details ul li .top_area .tym {
          font-size: 16px; }
      .task_section .inner_task .task_details ul li .bottom_area .inner_item {
        padding: 16px 20px;
        width: fit-content; }
        .task_section .inner_task .task_details ul li .bottom_area .inner_item::before {
          margin: 0 20px; }
        .task_section .inner_task .task_details ul li .bottom_area .inner_item .left_btm .inner_area .title_left {
          width: 300px; }
          .task_section .inner_task .task_details ul li .bottom_area .inner_item .left_btm .inner_area .title_left .title {
            font-size: 15px;
            white-space: nowrap; }
        .task_section .inner_task .task_details ul li .bottom_area .inner_item .left_btm .inner_area .tag_main .tag {
          font-size: 15px;
          padding: 10px;
          line-height: 17px; }
        .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm {
          padding-left: 15px; }
          .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .select_tym {
            margin-right: 15px; }
            .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .select_tym .tym {
              font-size: 15px; }
            .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .select_tym .icon_d {
              margin-left: 15px; }
              .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .select_tym .icon_d i {
                font-size: 18px; }
          .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .total_tym {
            font-size: 16px;
            padding: 10px 15px; }
          .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .dropdown_area {
            margin-left: 15px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .task_section {
    padding: 25px 0; }
    .task_section .inner_task .task_description {
      margin-bottom: 15px;
      padding: 20px 15px; }
      .task_section .inner_task .task_description .left_side {
        width: 100%;
        margin-bottom: 15px;
        padding-right: 0; }
        .task_section .inner_task .task_description .left_side .form-group .form-control {
          font-size: 15px; }
          .task_section .inner_task .task_description .left_side .form-group .form-control::placeholder {
            font-size: 15px; }
      .task_section .inner_task .task_description .right_side {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .task_section .inner_task .task_description .right_side .select_form {
          order: 1; }
          .task_section .inner_task .task_description .right_side .select_form .form-group .form-select ~ .select2-container--default .select2-selection--single .select2-selection__placeholder {
            font-size: 15px; }
        .task_section .inner_task .task_description .right_side .time_main {
          order: 0;
          flex-wrap: wrap;
          gap: 15px; }
          .task_section .inner_task .task_description .right_side .time_main .form-group .form-control {
            font-size: 15px; }
            .task_section .inner_task .task_description .right_side .time_main .form-group .form-control::placeholder {
              font-size: 15px; }
        .task_section .inner_task .task_description .right_side .btn_add {
          order: 2; }
    .task_section .inner_task .task_details ul li {
      margin-bottom: 20px; }
      .task_section .inner_task .task_details ul li .top_area {
        padding: 12px; }
        .task_section .inner_task .task_details ul li .top_area h5 {
          font-size: 15px; }
        .task_section .inner_task .task_details ul li .top_area .tym {
          font-size: 16px; }
      .task_section .inner_task .task_details ul li .bottom_area .inner_item {
        padding: 16px 20px;
        width: fit-content; }
        .task_section .inner_task .task_details ul li .bottom_area .inner_item::before {
          margin: 0 20px; }
        .task_section .inner_task .task_details ul li .bottom_area .inner_item .left_btm .inner_area .title_left {
          width: 300px; }
          .task_section .inner_task .task_details ul li .bottom_area .inner_item .left_btm .inner_area .title_left .title {
            font-size: 15px;
            white-space: nowrap; }
        .task_section .inner_task .task_details ul li .bottom_area .inner_item .left_btm .inner_area .tag_main .tag {
          font-size: 15px;
          padding: 10px;
          line-height: 17px; }
        .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm {
          padding-left: 15px; }
          .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .select_tym {
            margin-right: 15px; }
            .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .select_tym .tym {
              font-size: 15px; }
            .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .select_tym .icon_d {
              margin-left: 15px; }
              .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .select_tym .icon_d i {
                font-size: 18px; }
          .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .total_tym {
            font-size: 16px;
            padding: 10px 15px; }
          .task_section .inner_task .task_details ul li .bottom_area .inner_item .right_btm .inner_right .dropdown_area {
            margin-left: 15px; } }

/* Smaller phones */
/* Add CSS styles for Portrait orientation */
/* Add CSS styles for Landscape orientation */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.schedule_listing_section {
  padding: 55px 0; }
  .schedule_listing_section .inner_list .title_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px; }
    .schedule_listing_section .inner_list .title_main h3 {
      font-size: 24px;
      font-weight: 600;
      color: #0E1E42; }
    .schedule_listing_section .inner_list .title_main .btn_area .btn-primary {
      background-color: #EFEFEF;
      color: #0E1E42;
      border-color: #EFEFEF;
      border-radius: 6px; }
      .schedule_listing_section .inner_list .title_main .btn_area .btn-primary:hover, .schedule_listing_section .inner_list .title_main .btn_area .btn-primary.active, .schedule_listing_section .inner_list .title_main .btn_area .btn-primary:focus {
        background-color: #0E1E42;
        color: #ffffff; }
  .schedule_listing_section .inner_list .schedule_list ul li {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #D9ECFF;
    background-color: #ffffff;
    margin-bottom: 30px; }
    .schedule_listing_section .inner_list .schedule_list ul li:last-child {
      margin-bottom: 0; }
    .schedule_listing_section .inner_list .schedule_list ul li .head_main {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #D9ECFF;
      padding: 15px 16px; }
      .schedule_listing_section .inner_list .schedule_list ul li .head_main .txt {
        font-size: 16px;
        font-weight: 700;
        color: #0E1E42; }
      .schedule_listing_section .inner_list .schedule_list ul li .head_main .right_txt {
        display: flex;
        align-items: center;
        gap: 20px; }
        .schedule_listing_section .inner_list .schedule_list ul li .head_main .right_txt .time {
          font-size: 18px;
          font-weight: 600;
          color: #0E1E42; }
        .schedule_listing_section .inner_list .schedule_list ul li .head_main .right_txt .icon_area i {
          font-size: 20px;
          color: #0E1E42; }
    .schedule_listing_section .inner_list .schedule_list ul li .list_des {
      background-color: #ffffff;
      padding: 25px 35px 25px 20px;
      display: flex;
      overflow-x: auto; }
      .schedule_listing_section .inner_list .schedule_list ul li .list_des::after {
        display: block;
        content: "";
        clear: both; }
      .schedule_listing_section .inner_list .schedule_list ul li .list_des::-webkit-scrollbar-track {
        border-radius: 10px; }
      .schedule_listing_section .inner_list .schedule_list ul li .list_des::-webkit-scrollbar {
        height: 4px;
        width: 4px; }
      .schedule_listing_section .inner_list .schedule_list ul li .list_des::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #0E1E42; }
      .schedule_listing_section .inner_list .schedule_list ul li .list_des .left_side {
        width: 100%;
        margin-right: 15px; }
        .schedule_listing_section .inner_list .schedule_list ul li .list_des .left_side .inner_left {
          display: flex; }
          .schedule_listing_section .inner_list .schedule_list ul li .list_des .left_side .inner_left .ques {
            font-size: 16px;
            font-weight: 700;
            color: #0E1E42;
            max-width: 250px; }
          .schedule_listing_section .inner_list .schedule_list ul li .list_des .left_side .inner_left .des {
            font-size: 14px;
            font-weight: 400;
            color: #0E1E42;
            line-height: 20px;
            padding-left: 5px;
            min-width: 250px; }
      .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side {
        width: 275px; }
        .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right {
          display: flex;
          align-items: center;
          justify-content: end;
          gap: 30px; }
          .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right .timing {
            font-size: 16px;
            font-weight: 400;
            color: #0E1E42; }
          .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right .cal_icon i {
            font-size: 20px;
            color: #626262; }
          .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right .btn_area .btn-primary {
            font-size: 16px;
            border: none; }
            .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right .btn_area .btn-primary.cancel {
              color: #AB0000;
              background-color: #FBBFBF; }
            .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right .btn_area .btn-primary.success {
              color: #00770D;
              background-color: #DDFFE1; }
          .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right .dropdown_icon .dropdown-toggle::after {
            display: none; }
          .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right .dropdown_icon .btn-secondary {
            background-color: transparent;
            padding: 0; }
            .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right .dropdown_icon .btn-secondary i {
              font-size: 20px;
              color: #0E1E42; }
          .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right .dropdown_icon .dropdown-menu.show {
            border: 1px solid #D9ECFF;
            padding: 0;
            border-radius: 10px;
            inset: 0px 0px auto auto !important;
            transform: translate(-10px, 26px) !important;
            overflow: hidden; }
            .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right .dropdown_icon .dropdown-menu.show li {
              display: block;
              padding: 0px;
              border: none;
              margin-bottom: 0;
              border-radius: 0; }
              .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right .dropdown_icon .dropdown-menu.show li .txt {
                font-size: 16px;
                font-weight: 600;
                color: #0E1E42;
                padding: 12px 15px;
                position: relative; }
                .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right .dropdown_icon .dropdown-menu.show li .txt::before {
                  content: "";
                  border-bottom: 1px solid #D9ECFF;
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  right: 0;
                  margin: 0 -5px; }
              .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right .dropdown_icon .dropdown-menu.show li .dropdown-item {
                width: 100%;
                font-size: 14px;
                font-weight: 400;
                color: #0E1E42;
                padding: 12px 15px;
                background-color: transparent;
                -webkit-transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                -ms-transition: all 0.5s ease-in-out;
                -o-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
                position: relative;
                border-radius: 0; }
                .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right .dropdown_icon .dropdown-menu.show li .dropdown-item::before {
                  content: "";
                  border-bottom: 1px solid #D9ECFF;
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  right: 0;
                  margin: 0 15px; }
                .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right .dropdown_icon .dropdown-menu.show li .dropdown-item:hover, .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right .dropdown_icon .dropdown-menu.show li .dropdown-item.actve {
                  background-color: #D9ECFF; }
              .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right .dropdown_icon .dropdown-menu.show li:last-child .dropdown-item::before {
                border-bottom: 0; }

.new_meeting_section {
  padding-top: 55px;
  padding-bottom: 20px; }
  .new_meeting_section .inner_form {
    padding: 45px 67px 45px 67px;
    background-color: #F8FAFF;
    border: 1px solid #D9ECFF;
    border-radius: 10px; }
    .new_meeting_section .inner_form h3 {
      font-size: 24px;
      font-weight: 600;
      color: #0E1E42;
      text-align: center;
      margin-bottom: 50px; }
    .new_meeting_section .inner_form .form-group {
      margin-bottom: 40px; }
      .new_meeting_section .inner_form .form-group label {
        font-size: 16px;
        font-weight: 600;
        color: #0E1E42;
        margin-bottom: 15px; }
      .new_meeting_section .inner_form .form-group .form-control {
        font-size: 16px;
        font-weight: 600;
        color: #000000;
        padding: 0;
        background-color: transparent;
        border: none;
        height: unset;
        line-height: unset;
        padding-bottom: 15px;
        border-bottom: 1px solid #9CBDDF; }
        .new_meeting_section .inner_form .form-group .form-control::placeholder {
          font-size: 16px;
          font-weight: 600;
          color: #859FB9; }
      .new_meeting_section .inner_form .form-group .form-select ~ .select2-container .select2-selection--single {
        height: 40px !important; }
        .new_meeting_section .inner_form .form-group .form-select ~ .select2-container .select2-selection--single .select2-selection__rendered {
          padding-left: 0px; }
      .new_meeting_section .inner_form .form-group .form-select ~ .select2-container--default .select2-selection--single {
        height: unset !important;
        background-color: #F8FAFF;
        border: none;
        border-bottom: 1px solid #9CBDDF;
        border-radius: 0px;
        padding-bottom: 15px; }
        .new_meeting_section .inner_form .form-group .form-select ~ .select2-container--default .select2-selection--single .select2-selection__placeholder {
          font-size: 16px;
          font-weight: 600;
          color: #859FB9; }
        .new_meeting_section .inner_form .form-group .form-select ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
          line-height: unset;
          font-size: 16px;
          font-weight: 600;
          color: #000000; }
        .new_meeting_section .inner_form .form-group .form-select ~ .select2-container--default .select2-selection--single .select2-selection__arrow b {
          background-image: url("../images/arrow.png");
          background-size: contain;
          background-color: transparent;
          background-repeat: no-repeat;
          border: none !important;
          height: 10px !important;
          width: 12px !important;
          margin: auto !important;
          top: 8px;
          left: 6px;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          transform: rotate(0deg); }
      .new_meeting_section .inner_form .form-group .form-select ~ .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 4px; }
    .new_meeting_section .inner_form .btn_area {
      text-align: center; }
      .new_meeting_section .inner_form .btn_area .btn-primary {
        border-radius: 10px;
        padding: 12px 15px; }
  .new_meeting_section.compose_email {
    margin-bottom: 50px; }
    .new_meeting_section.compose_email .inner_form {
      background-color: #ffffff;
      box-shadow: 0px 4px 14.5px 0px rgba(0, 0, 0, 0.08);
      border: none;
      position: relative;
      padding: 0;
      border-radius: 10px;
      width: 830px;
      max-width: 100%;
      margin: 0 auto;
      overflow: hidden; }
      .new_meeting_section.compose_email .inner_form .title_com {
        border-bottom: 1px solid #E2E2E2;
        padding: 15px 15px 15px 30px;
        background-color: #f5f5f9;
        display: flex;
        align-items: center;
        margin-bottom: 30px; }
        .new_meeting_section.compose_email .inner_form .title_com::after {
          display: block;
          content: "";
          clear: both; }
        .new_meeting_section.compose_email .inner_form .title_com .left_arrow {
          font-size: 22px;
          color: #ffffff;
          background-color: #0E1E42;
          height: 38px;
          width: 38px;
          font-weight: 600;
          line-height: 33px;
          text-align: center;
          border-radius: 50%;
          border: 2px solid #0E1E42;
          float: right; }
        .new_meeting_section.compose_email .inner_form .title_com h3 {
          font-size: 20px;
          padding-bottom: 0px;
          text-align: left;
          float: left;
          width: calc(100% - 35px);
          margin-bottom: 0; }
      .new_meeting_section.compose_email .inner_form .form-group {
        margin-bottom: 25px; }
        .new_meeting_section.compose_email .inner_form .form-group label.set_error {
          margin-bottom: 8px; }
          .new_meeting_section.compose_email .inner_form .form-group label.set_error .astrick {
            display: inline-block;
            color: #FC0202; }
        .new_meeting_section.compose_email .inner_form .form-group label.error {
          margin-bottom: 0; }
        .new_meeting_section.compose_email .inner_form .form-group .form-control {
          border-bottom: 1px solid #E2E2E2; }
      .new_meeting_section.compose_email .inner_form .email_compose_form {
        padding: 40px 30px 30px 30px;
        padding-top: 0; }
        .new_meeting_section.compose_email .inner_form .email_compose_form .form-group .form-select ~ .select2-container--default .select2-selection--single {
          background-color: transparent;
          border-bottom: 1px solid #E2E2E2; }
        .new_meeting_section.compose_email .inner_form .email_compose_form .form-group .form-select ~ .select2-container .select2-selection--multiple {
          border-bottom: 1px solid #E2E2E2; }
          .new_meeting_section.compose_email .inner_form .email_compose_form .form-group .form-select ~ .select2-container .select2-selection--multiple .select2-selection__rendered {
            font-size: 16px;
            font-weight: 600;
            color: #000000; }
        .new_meeting_section.compose_email .inner_form .email_compose_form .form-group .form-select ~ .select2-container--default.select2-container--focus .select2-selection--multiple {
          border: none;
          border-bottom: 1px solid #E2E2E2; }
        .new_meeting_section.compose_email .inner_form .email_compose_form .btns_main {
          display: flex;
          justify-content: space-between; }
          .new_meeting_section.compose_email .inner_form .email_compose_form .btns_main .btn-primary {
            min-width: 130px;
            border-radius: 8px;
            height: 45px;
            border: none; }

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
@media (min-width: 1300px) and (max-width: 1399px) {
  .schedule_listing_section {
    padding: 40px 0; }
    .schedule_listing_section .inner_list .title_main {
      margin-bottom: 35px; }
      .schedule_listing_section .inner_list .title_main h3 {
        font-size: 22px; }
  .new_meeting_section {
    padding-top: 40px;
    padding-bottom: 20px; }
    .new_meeting_section .inner_form {
      padding: 40px; }
      .new_meeting_section .inner_form h3 {
        margin-bottom: 35px; } }

/* 1200 desktop only */
@media (min-width: 1200px) and (max-width: 1299px) {
  .schedule_listing_section {
    padding: 40px 0; }
    .schedule_listing_section .inner_list .title_main {
      margin-bottom: 35px; }
      .schedule_listing_section .inner_list .title_main h3 {
        font-size: 22px; }
  .new_meeting_section {
    padding-top: 40px;
    padding-bottom: 20px; }
    .new_meeting_section .inner_form {
      padding: 40px; }
      .new_meeting_section .inner_form h3 {
        margin-bottom: 35px; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .schedule_listing_section {
    padding: 35px 0; }
    .schedule_listing_section .inner_list .title_main {
      margin-bottom: 25px; }
      .schedule_listing_section .inner_list .title_main h3 {
        font-size: 20px; }
    .schedule_listing_section .inner_list .schedule_list ul li {
      margin-bottom: 25px; }
      .schedule_listing_section .inner_list .schedule_list ul li .head_main .txt {
        font-size: 15px; }
      .schedule_listing_section .inner_list .schedule_list ul li .head_main .right_txt .time {
        font-size: 16px; }
      .schedule_listing_section .inner_list .schedule_list ul li .head_main .right_txt .icon_area i {
        font-size: 18px; }
      .schedule_listing_section .inner_list .schedule_list ul li .list_des {
        padding: 20px; }
        .schedule_listing_section .inner_list .schedule_list ul li .list_des .left_side .inner_left .ques {
          font-size: 15px; }
        .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side {
          width: 245px; }
          .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right {
            gap: 25px; }
            .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right .timing {
              font-size: 15px; }
            .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right .btn_area .btn-primary {
              font-size: 14px; }
  .new_meeting_section {
    padding-top: 35px;
    padding-bottom: 10px; }
    .new_meeting_section .inner_form {
      padding: 35px; }
      .new_meeting_section .inner_form h3 {
        margin-bottom: 30px;
        font-size: 22px; }
      .new_meeting_section .inner_form .form-group {
        margin-bottom: 35px; }
        .new_meeting_section .inner_form .form-group label {
          margin-bottom: 12px; }
    .new_meeting_section.compose_email .inner_form {
      border-radius: 15px;
      width: 710px; }
      .new_meeting_section.compose_email .inner_form .title_com {
        padding: 15px 25px;
        margin-bottom: 25px; }
        .new_meeting_section.compose_email .inner_form .title_com h3 {
          font-size: 20px; }
        .new_meeting_section.compose_email .inner_form .title_com .left_arrow {
          font-size: 20px;
          height: 35px;
          width: 36px;
          line-height: 31px; }
      .new_meeting_section.compose_email .inner_form .form-group {
        margin-bottom: 25px; }
        .new_meeting_section.compose_email .inner_form .form-group label {
          font-size: 15px; }
      .new_meeting_section.compose_email .inner_form .email_compose_form {
        padding: 25px;
        padding-top: 0; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .schedule_listing_section {
    padding: 30px 0; }
    .schedule_listing_section .inner_list .title_main {
      margin-bottom: 25px; }
      .schedule_listing_section .inner_list .title_main h3 {
        font-size: 18px; }
    .schedule_listing_section .inner_list .schedule_list ul li {
      margin-bottom: 20px; }
      .schedule_listing_section .inner_list .schedule_list ul li .head_main {
        padding: 12px 15px; }
        .schedule_listing_section .inner_list .schedule_list ul li .head_main .txt {
          font-size: 15px; }
        .schedule_listing_section .inner_list .schedule_list ul li .head_main .right_txt .time {
          font-size: 16px; }
        .schedule_listing_section .inner_list .schedule_list ul li .head_main .right_txt .icon_area i {
          font-size: 18px; }
      .schedule_listing_section .inner_list .schedule_list ul li .list_des {
        padding: 15px 20px; }
        .schedule_listing_section .inner_list .schedule_list ul li .list_des .left_side .inner_left .ques {
          font-size: 15px; }
        .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side {
          width: 245px; }
          .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right {
            gap: 25px; }
            .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right .timing {
              font-size: 15px; }
            .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right .btn_area .btn-primary {
              font-size: 14px; }
  .new_meeting_section {
    padding-top: 30px;
    padding-bottom: 10px; }
    .new_meeting_section .inner_form {
      padding: 30px; }
      .new_meeting_section .inner_form h3 {
        margin-bottom: 25px;
        font-size: 20px; }
      .new_meeting_section .inner_form .form-group {
        margin-bottom: 30px; }
        .new_meeting_section .inner_form .form-group label {
          margin-bottom: 10px;
          font-size: 15px; }
        .new_meeting_section .inner_form .form-group .form-control {
          font-size: 15px;
          padding-bottom: 12px; }
          .new_meeting_section .inner_form .form-group .form-control::placeholder {
            font-size: 15px; }
        .new_meeting_section .inner_form .form-group .form-select ~ .select2-container--default .select2-selection--single {
          padding-bottom: 12px; }
          .new_meeting_section .inner_form .form-group .form-select ~ .select2-container--default .select2-selection--single .select2-selection__placeholder {
            font-size: 15px; }
          .new_meeting_section .inner_form .form-group .form-select ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
            font-size: 15px; }
    .new_meeting_section.compose_email .inner_form {
      border-radius: 15px;
      width: 620px; }
      .new_meeting_section.compose_email .inner_form .title_com {
        padding: 15px 25px;
        margin-bottom: 25px; }
        .new_meeting_section.compose_email .inner_form .title_com h3 {
          font-size: 18px; }
        .new_meeting_section.compose_email .inner_form .title_com .left_arrow {
          font-size: 20px;
          height: 35px;
          width: 36px;
          line-height: 31px; }
      .new_meeting_section.compose_email .inner_form .form-group {
        margin-bottom: 25px; }
        .new_meeting_section.compose_email .inner_form .form-group label {
          font-size: 15px; }
      .new_meeting_section.compose_email .inner_form .email_compose_form {
        padding: 25px;
        padding-top: 0; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .schedule_listing_section {
    padding: 30px 0; }
    .schedule_listing_section .inner_list .title_main {
      margin-bottom: 20px; }
      .schedule_listing_section .inner_list .title_main h3 {
        font-size: 16px; }
    .schedule_listing_section .inner_list .schedule_list ul li {
      margin-bottom: 20px; }
      .schedule_listing_section .inner_list .schedule_list ul li .head_main {
        padding: 12px 15px; }
        .schedule_listing_section .inner_list .schedule_list ul li .head_main .txt {
          font-size: 14px; }
        .schedule_listing_section .inner_list .schedule_list ul li .head_main .right_txt .time {
          font-size: 15px; }
        .schedule_listing_section .inner_list .schedule_list ul li .head_main .right_txt .icon_area i {
          font-size: 16px; }
      .schedule_listing_section .inner_list .schedule_list ul li .list_des {
        padding: 15px 20px; }
        .schedule_listing_section .inner_list .schedule_list ul li .list_des .left_side .inner_left .ques {
          font-size: 14px; }
        .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side {
          width: 245px; }
          .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right {
            gap: 25px; }
            .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right .timing {
              font-size: 14px; }
            .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right .btn_area .btn-primary {
              font-size: 14px; }
  .new_meeting_section {
    padding-top: 30px;
    padding-bottom: 10px; }
    .new_meeting_section .inner_form {
      padding: 25px; }
      .new_meeting_section .inner_form h3 {
        margin-bottom: 25px;
        font-size: 20px; }
      .new_meeting_section .inner_form .form-group {
        margin-bottom: 30px; }
        .new_meeting_section .inner_form .form-group label {
          margin-bottom: 10px;
          font-size: 15px; }
        .new_meeting_section .inner_form .form-group .form-control {
          font-size: 15px;
          padding-bottom: 12px; }
          .new_meeting_section .inner_form .form-group .form-control::placeholder {
            font-size: 15px; }
        .new_meeting_section .inner_form .form-group .form-select ~ .select2-container--default .select2-selection--single {
          padding-bottom: 12px; }
          .new_meeting_section .inner_form .form-group .form-select ~ .select2-container--default .select2-selection--single .select2-selection__placeholder {
            font-size: 15px; }
          .new_meeting_section .inner_form .form-group .form-select ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
            font-size: 15px; }
    .new_meeting_section.compose_email {
      margin-bottom: 50px; }
      .new_meeting_section.compose_email .inner_form {
        border-radius: 15px;
        width: 560px; }
        .new_meeting_section.compose_email .inner_form .title_com {
          padding: 15px 20px;
          margin-bottom: 25px; }
          .new_meeting_section.compose_email .inner_form .title_com h3 {
            font-size: 18px; }
          .new_meeting_section.compose_email .inner_form .title_com .left_arrow {
            font-size: 20px;
            height: 35px;
            width: 36px;
            line-height: 31px; }
        .new_meeting_section.compose_email .inner_form .form-group {
          margin-bottom: 22px; }
          .new_meeting_section.compose_email .inner_form .form-group label {
            font-size: 15px; }
        .new_meeting_section.compose_email .inner_form .email_compose_form {
          padding: 20px;
          padding-top: 0; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .schedule_listing_section {
    padding: 25px 0; }
    .schedule_listing_section .inner_list .title_main {
      margin-bottom: 20px; }
      .schedule_listing_section .inner_list .title_main h3 {
        font-size: 16px; }
    .schedule_listing_section .inner_list .schedule_list ul li {
      margin-bottom: 15px; }
      .schedule_listing_section .inner_list .schedule_list ul li .head_main {
        padding: 12px 15px; }
        .schedule_listing_section .inner_list .schedule_list ul li .head_main .txt {
          font-size: 14px; }
        .schedule_listing_section .inner_list .schedule_list ul li .head_main .right_txt .time {
          font-size: 15px; }
        .schedule_listing_section .inner_list .schedule_list ul li .head_main .right_txt .icon_area i {
          font-size: 16px; }
      .schedule_listing_section .inner_list .schedule_list ul li .list_des {
        padding: 15px 20px; }
        .schedule_listing_section .inner_list .schedule_list ul li .list_des .left_side .inner_left .ques {
          font-size: 14px;
          min-width: 140px; }
        .schedule_listing_section .inner_list .schedule_list ul li .list_des .left_side .inner_left .des {
          min-width: 170px; }
        .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side {
          width: 245px; }
          .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right {
            gap: 20px; }
            .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right .timing {
              font-size: 14px; }
            .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right .btn_area .btn-primary {
              font-size: 14px; }
  .new_meeting_section {
    padding-top: 25px;
    padding-bottom: 10px; }
    .new_meeting_section .inner_form {
      padding: 20px; }
      .new_meeting_section .inner_form h3 {
        margin-bottom: 20px;
        font-size: 18px; }
      .new_meeting_section .inner_form .form-group {
        margin-bottom: 20px; }
        .new_meeting_section .inner_form .form-group label {
          margin-bottom: 10px;
          font-size: 15px; }
        .new_meeting_section .inner_form .form-group .form-control {
          font-size: 15px;
          padding-bottom: 12px; }
          .new_meeting_section .inner_form .form-group .form-control::placeholder {
            font-size: 15px; }
        .new_meeting_section .inner_form .form-group .form-select ~ .select2-container--default .select2-selection--single {
          padding-bottom: 12px; }
          .new_meeting_section .inner_form .form-group .form-select ~ .select2-container--default .select2-selection--single .select2-selection__placeholder {
            font-size: 15px; }
          .new_meeting_section .inner_form .form-group .form-select ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
            font-size: 15px; }
    .new_meeting_section.compose_email {
      margin-bottom: 50px; }
      .new_meeting_section.compose_email .inner_form {
        border-radius: 10px;
        width: 100%; }
        .new_meeting_section.compose_email .inner_form .title_com {
          padding: 12px 15px;
          margin-bottom: 20px; }
          .new_meeting_section.compose_email .inner_form .title_com h3 {
            font-size: 16px; }
          .new_meeting_section.compose_email .inner_form .title_com .left_arrow {
            font-size: 18px;
            height: 32px;
            width: 32px;
            line-height: 28px; }
        .new_meeting_section.compose_email .inner_form .form-group {
          margin-bottom: 20px; }
          .new_meeting_section.compose_email .inner_form .form-group label {
            font-size: 14px; }
        .new_meeting_section.compose_email .inner_form .email_compose_form {
          padding: 15px;
          padding-top: 0; }
          .new_meeting_section.compose_email .inner_form .email_compose_form .btns_main .btn-primary {
            min-width: 120px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .schedule_listing_section {
    padding: 25px 0; }
    .schedule_listing_section .inner_list .title_main {
      margin-bottom: 20px; }
      .schedule_listing_section .inner_list .title_main h3 {
        font-size: 16px; }
    .schedule_listing_section .inner_list .schedule_list ul li {
      margin-bottom: 15px; }
      .schedule_listing_section .inner_list .schedule_list ul li .head_main {
        padding: 12px 15px; }
        .schedule_listing_section .inner_list .schedule_list ul li .head_main .txt {
          font-size: 14px; }
        .schedule_listing_section .inner_list .schedule_list ul li .head_main .right_txt .time {
          font-size: 15px; }
        .schedule_listing_section .inner_list .schedule_list ul li .head_main .right_txt .icon_area i {
          font-size: 16px; }
      .schedule_listing_section .inner_list .schedule_list ul li .list_des {
        padding: 15px 20px; }
        .schedule_listing_section .inner_list .schedule_list ul li .list_des .left_side .inner_left .ques {
          font-size: 14px;
          min-width: 140px; }
        .schedule_listing_section .inner_list .schedule_list ul li .list_des .left_side .inner_left .des {
          min-width: 170px; }
        .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side {
          width: 245px; }
          .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right {
            gap: 20px; }
            .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right .timing {
              font-size: 14px; }
            .schedule_listing_section .inner_list .schedule_list ul li .list_des .right_side .inner_right .btn_area .btn-primary {
              font-size: 14px; }
  .new_meeting_section {
    padding-top: 25px;
    padding-bottom: 10px; }
    .new_meeting_section .inner_form {
      padding: 20px; }
      .new_meeting_section .inner_form h3 {
        margin-bottom: 20px;
        font-size: 18px; }
      .new_meeting_section .inner_form .form-group {
        margin-bottom: 20px; }
        .new_meeting_section .inner_form .form-group label {
          margin-bottom: 10px;
          font-size: 15px; }
        .new_meeting_section .inner_form .form-group .form-control {
          font-size: 15px;
          padding-bottom: 12px; }
          .new_meeting_section .inner_form .form-group .form-control::placeholder {
            font-size: 15px; }
        .new_meeting_section .inner_form .form-group .form-select ~ .select2-container--default .select2-selection--single {
          padding-bottom: 12px; }
          .new_meeting_section .inner_form .form-group .form-select ~ .select2-container--default .select2-selection--single .select2-selection__placeholder {
            font-size: 15px; }
          .new_meeting_section .inner_form .form-group .form-select ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
            font-size: 15px; }
    .new_meeting_section.compose_email {
      margin-bottom: 50px; }
      .new_meeting_section.compose_email .inner_form {
        border-radius: 10px;
        width: 100%; }
        .new_meeting_section.compose_email .inner_form .title_com {
          padding: 12px 15px;
          margin-bottom: 20px; }
          .new_meeting_section.compose_email .inner_form .title_com h3 {
            font-size: 16px; }
          .new_meeting_section.compose_email .inner_form .title_com .left_arrow {
            font-size: 18px;
            height: 32px;
            width: 32px;
            line-height: 28px; }
        .new_meeting_section.compose_email .inner_form .form-group {
          margin-bottom: 20px; }
          .new_meeting_section.compose_email .inner_form .form-group label {
            font-size: 14px; }
        .new_meeting_section.compose_email .inner_form .email_compose_form {
          padding: 15px;
          padding-top: 0; }
          .new_meeting_section.compose_email .inner_form .email_compose_form .btns_main .btn-primary {
            min-width: 120px; } }

/* Smaller phones */
/* Add CSS styles for Portrait orientation */
/* Add CSS styles for Landscape orientation */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.thankyou_section {
  padding: 50px 0 50px 0;
  position: relative; }
  .thankyou_section .inner_main_area {
    text-align: center; }
    .thankyou_section .inner_main_area .img_submit {
      height: 460px;
      width: 620px;
      margin: 0 auto;
      margin-bottom: 30px; }
      .thankyou_section .inner_main_area .img_submit img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .thankyou_section .inner_main_area h3 {
      font-size: 24px;
      font-weight: 700;
      color: #0E1E42;
      text-align: center;
      margin-bottom: 15px; }
    .thankyou_section .inner_main_area p {
      font-size: 16px;
      font-weight: 500;
      color: #1F1F1F;
      text-align: center;
      width: 366px;
      max-width: 100%;
      margin: 0 auto;
      margin-bottom: 18px; }
    .thankyou_section .inner_main_area .btn_area {
      margin-top: 20px; }
      .thankyou_section .inner_main_area .btn_area .btn-primary {
        min-width: 120px; }

/* Above 1920 desktop */
/* 1680 desktop */
/* 1600 desktop */
/* Above 1400 and Below 1599 Desktop*/
/* 1300 desktop only */
@media (min-width: 1300px) and (max-width: 1399px) {
  .thankyou_section {
    padding: 110px 0 70px 0; } }

/* 1200 desktop only */
@media (min-width: 1200px) and (max-width: 1299px) {
  .thankyou_section {
    padding: 110px 0 60px 0; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .thankyou_section {
    padding: 110px 0 40px 0; }
    .thankyou_section .inner_main_area .img_submit {
      height: 380px;
      width: 520px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .thankyou_section {
    padding: 85px 0 35px 0; }
    .thankyou_section .inner_main_area .img_submit {
      height: 330px;
      width: 430px;
      margin-bottom: 25px; }
    .thankyou_section .inner_main_area h3 {
      font-size: 22px; }
    .thankyou_section .inner_main_area p {
      font-size: 15px;
      margin-bottom: 15px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .thankyou_section {
    padding: 75px 0 30px 0; }
    .thankyou_section .inner_main_area .img_submit {
      height: 270px;
      width: 340px;
      margin-bottom: 15px; }
    .thankyou_section .inner_main_area h3 {
      font-size: 20px;
      margin-bottom: 12px; }
    .thankyou_section .inner_main_area p {
      font-size: 14px;
      margin-bottom: 15px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .thankyou_section {
    padding: 65px 0 30px 0; }
    .thankyou_section .inner_main_area .img_submit {
      height: 270px;
      width: 340px;
      margin-bottom: 15px; }
    .thankyou_section .inner_main_area h3 {
      font-size: 18px;
      margin-bottom: 12px; }
    .thankyou_section .inner_main_area p {
      font-size: 14px;
      margin-bottom: 15px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .thankyou_section {
    padding: 65px 0 30px 0; }
    .thankyou_section .inner_main_area .img_submit {
      height: 270px;
      width: 340px;
      margin-bottom: 15px; }
    .thankyou_section .inner_main_area h3 {
      font-size: 18px;
      margin-bottom: 12px; }
    .thankyou_section .inner_main_area p {
      font-size: 14px;
      margin-bottom: 15px; } }

/* Smaller phones */
/* Add CSS styles for Portrait orientation */
/* Add CSS styles for Landscape orientation */
