main>.container {
  padding: 70px 15px 20px;
}

.footer {
  background-color: #f5f5f5;
  font-size: .9em;
  height: 60px;
}

.footer>.container {
  padding-right: 15px;
  padding-left: 15px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  content: '';
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  margin: 4px 4px 2px 4px;
  background: transparent;
}

a.asc:after {
  border-bottom: solid 7px #212529;
  border-top-width: 0;
}

a.desc:after {
  border-top: solid 7px #212529;
  border-bottom-width: 0;
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
  padding-top: 7px;
  color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
  .nav li>form>button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 0;
  }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}

.nav>li>form>button.logout:focus {
  outline: none;
}

.form-group {
  margin-bottom: 1rem;
}


/*
 *
 *
 *  
 *
 *
 *
 *
 *
 *
*/


html,
body {
  background: #f8f9fa;
  color: #414141;
  cursor: auto;
  /*font-family: 'Lexend', sans-serif;*/
  font-family: "Inter", sans-serif;

  font-size: 0.93em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.444;
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

::-webkit-input-placeholder {
  font-style: italic;
}

:-moz-placeholder {
  font-style: italic;
}

::-moz-placeholder {
  font-style: italic;
}

:-ms-input-placeholder {
  font-style: italic;
}

.invalid-feedback {
  font-size: 0.95rem;
}

a,
a:visited {
  color: #414141;
  letter-spacing: 0.25px;
  font-weight: 500;
}

a:hover {
  color: #1a73e8;
}

.alert {
  font-size: 1.1rem;
  font-weight: 300;
}

.nav-link {
  font-weight: 400;
}

.active-round-shadow-all {
  -webkit-box-shadow: inset -1px 1px 5px 5px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: inset -1px 1px 5px 5px rgba(0, 0, 0, 0.28);
  box-shadow: inset -1px 1px 5px 5px rgba(0, 0, 0, 0.28);
}

/*
.active-round-shadow-header {
  /* Apply top, right, and left shadows * /
  box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.3),
              2px 0px 5px rgba(0, 0, 0, 0.3),
              -2px 0px 5px rgba(0, 0, 0, 0.3);
}
.active-round-shadow-body {
  /* Apply right and left shadows * /
  box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.3),
              -2px 0px 5px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.active-round-shadow-footer {
  /* Apply right, left, and bottom shadows * /
  box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.3),
              -2px 0px 5px rgba(0, 0, 0, 0.3),
              0px 2px 5px rgba(0, 0, 0, 0.3);
}
*/

.active-round-shadow-header {
  box-shadow: inset 3px 0 5px lightblue, inset -3px 0 5px lightblue, inset 0 3px 5px lightblue;
}

.active-round-shadow-body {
  box-shadow: inset 3px 0 5px lightblue, inset -3px 0 5px lightblue;
}

.active-round-shadow-footer {
  box-shadow: inset 3px 0 5px lightblue, inset -3px 0 5px lightblue, inset 0 -3px 5px lightblue;
}

.box-shadow-top {
  -webkit-box-shadow: inset 0px 14px 13px -11px rgba(0, 0, 0, 1);
  -moz-box-shadow: inset 0px 14px 13px -11px rgba(0, 0, 0, 1);
  box-shadow: inset 0px 14px 13px -11px rgba(0, 0, 0, 1);
}

.box-shadow-right {
  -webkit-box-shadow: inset -18px -3px 13px -11px rgba(0, 0, 0, 1);
  -moz-box-shadow: inset -18px -3px 13px -11px rgba(0, 0, 0, 1);
  box-shadow: inset -18px -3px 13px -11px rgba(0, 0, 0, 1);
}

.box-shadow-left {
  -webkit-box-shadow: inset 18px -3px 13px -11px rgba(0, 0, 0, 1);
  -moz-box-shadow: inset 18px -3px 13px -11px rgba(0, 0, 0, 1);
  box-shadow: inset 18px -3px 13px -11px rgba(0, 0, 0, 1);
}

.box-shadow-bottom {
  -webkit-box-shadow: inset 0px -21px 13px -11px rgba(0, 0, 0, 1);
  -moz-box-shadow: inset 0px -21px 13px -11px rgba(0, 0, 0, 1);
  box-shadow: inset 0px -21px 13px -11px rgba(0, 0, 0, 1);
}

.new-active-round-shadow-header {
  -webkit-box-shadow: inset 9px -3px 11px -11px rgba(0, 0, 0, 1), inset 0px 10px 11px -11px rgba(0, 0, 0, 1), inset -9px -3px 11px -11px rgba(0, 0, 0, 1);
  -moz-box-shadow: inset 9px -3px 11px -11px rgba(0, 0, 0, 1), inset 0px 10px 11px -11px rgba(0, 0, 0, 1), inset -9px -3px 11px -11px rgba(0, 0, 0, 1);
  box-shadow: inset 9px -3px 11px -11px rgba(0, 0, 0, 1), inset 0px 10px 11px -11px rgba(0, 0, 0, 1), inset -9px -3px 11px -11px rgba(0, 0, 0, 1);


}

.new-active-round-shadow-body {
  -webkit-box-shadow: inset 9px -3px 11px -11px rgba(0, 0, 0, 1), inset -9px -3px 11px -11px rgba(0, 0, 0, 1);
  -moz-box-shadow: inset 9px -3px 11px -11px rgba(0, 0, 0, 1), inset -9px -3px 11px -11px rgba(0, 0, 0, 1);
  box-shadow: inset 9px -3px 11px -11px rgba(0, 0, 0, 1), inset -9px -3px 11px -11px rgba(0, 0, 0, 1);
}

.new-active-round-shadow-footer {
  -webkit-box-shadow: inset 9px -3px 11px -11px rgba(0, 0, 0, 1), inset 0px -21px 11px -11px rgba(0, 0, 0, 1), inset -9px -3px 11px -11px rgba(0, 0, 0, 1);
  -moz-box-shadow: inset 9px -3px 11px -11px rgba(0, 0, 0, 1), inset 0px -21px 11px -11px rgba(0, 0, 0, 1), inset -9px -3px 11px -11px rgba(0, 0, 0, 1);
  box-shadow: inset 9px -3px 11px -11px rgba(0, 0, 0, 1), inset 0px -21px 11px -11px rgba(0, 0, 0, 1), inset -9px -3px 11px -11px rgba(0, 0, 0, 1);
}


.navbar-brand,
.brand-color {
  color: rgb(128, 0, 128) !important;
}

.navbar-brand {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.heading {
  font-family: "Inter", sans-serif;
  color: rgb(128, 0, 128);
}

.heading-font,
.head-font {
  font-family: "Inter", sans-serif;
}


.headcolor {
  color: rgb(128, 0, 128);
}

label {
  margin-bottom: 0;
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

.wrap>.container #site-index {
  padding: 70px 15px 20px;
}

.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

a.asc:after,
a.desc:after {
  position: relative;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  /*padding-left: 5px;*/
}

a.asc:after {
  top: 2px;
}

a.desc:after {
  /* top: -2px; */
}

a.asc:after,
.sort-numerical a.asc:after,
.sort-ordinal a.asc:after,
.sort-numerical a.desc:after,
.sort-ordinal a.desc:after,
a.desc:after {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  top: 3px !important;
}

a.asc:after {
  /*content: "\e5ce";*/
}

.sort-numerical a.asc:after {
  content: "\e5ce";
}

.sort-ordinal a.asc:after {
  content: "\e5ce";
}

.sort-numerical a.desc:after {
  content: "\e5cf";
}

.sort-ordinal a.desc:after {
  content: "\e5cf";
}

a.desc:after {
  /*content: "\e5cf";*/
}

#w0-filters td {
  padding: 2px;
}

#w0-filters {
  display: none !important;
}

/*
.contesttableallinformation thead tr th a,
.contesttableallinformation thead tr th {
    color: #202124;
    font-weight: 400; 
    font: 500 14px Roboto, sans-serif;
    line-height: 18px;
}

.contesttableallinformation.dataTable thead th,
.contesttableallinformation.dataTable thead td {
    border-bottom: none;
}

.contesttableallinformation.dataTable tbody td {
    box-sizing: border-box;
    border-bottom: 1px solid #dadce0;
    min-height: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
}

.contesttableallinformation thead th {
    border-bottom: 1px solid #dadce0
}

.contesttableallinformation th,
.contesttableallinformation td {
    border: 1px solid #dadce0;
    border-right: 2px solid #d4d1d1;
}

.contesttableallinformation th:last-child,
.contesttableallinformation td:last-child {
    border-right: 1px solid #dadce0;
}

.contesttableallinformation thead th,
.contesttableallinformation thead td {
    border-bottom-width: 1px;
}
*/

.grid-view td {
  white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
  min-width: 50px;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
  padding: 15px;
  border: none;
}

@media (max-width: 767px) {
  .nav li>form>button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
  text-decoration: none;
}

.nav>li>form>button.logout:focus {
  outline: none;
}

/*
a{
    color: #2c7be5 ;
}
*/
/*
a, a:active, a:visited {
    color: #1a73e8;
    text-decoration: none;
    outline: 0;
}
*/
.breadcrumb {
  display: none;
}

ul.sitemainmenubar li form .logout,
#mainmenuuserlogoutbtn {
  background: none;
  padding: 0.5rem 1rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: rgba(0, 0, 0, 0.5);
}

#mainmenuuserlogoutbtn:hover,
#mainmenuuserlogoutbtn:focus {
  color: rgba(0, 0, 0, 0.7);
}

.wrap>.container {
  padding: 15px 15px 20px;
}

.classcode {
  background-color: #e5f7ff;
  color: #27bcfd;
  padding: 0.2rem 0.6rem;
  font-size: 15px;
}

.classcodeheader {
  background-color: #e5f7ff;
  color: #1eb9fc;
  padding: 0.2rem 0.6rem;
  font-size: 15px;
}

.material-icons-outlined {
  display: inline-flex;
  vertical-align: text-bottom;
  font-size: 16px;
}

.no-border {
  border: 0 !important;
}

.classcode {
  background-color: #ccf6e4;
  color: #00864e;
  border: 1px solid #aaa;
  font-weight: bold;
  letter-spacing: 2px;
}

.font-weight-normal {
  font-weight: normal !important;
}

.custom_li_header {
  width: 50px;
}

.custom_li_value {
  width: 50px;
}

.contest-table .num-badge {
  font-weight: 500;
  font-size: 12px;
  padding: 0.55em 0.4em;
}

.contest_player_id {
  font-size: 0.8rem;
  width: 100%;
  letter-spacing: 0.1rem;
}

.message-above {
  background-color: #f9edbe;
  border: 1px solid #f0c36d;
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
  color: #222;
  padding: 4px 10px;
}

.cooperateBtn,
.defectBtn {
  width: 7rem;
}

.shadow-nav {
  /*
    box-shadow: 0 0.2rem 0.5rem rgb(0 0 0 / 15%) !important;
    */
  background: #fff;
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / 12%), inset 0 -1px 0 0 #dadce0;
  left: 0;
  right: 0;
  top: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s, background 0.4s;
  z-index: 100;
}

.contesttablevalue {
  color: #001f3f;
  font-weight: normal;
}

.total_contesttablevalue {
  font-weight: normal;
}

.modal-dialog-full-width {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  /*max-width:none !important; */

  -webkit-box-shadow: -9px 0px 13px 6px rgba(0, 0, 0, 0.62);
  box-shadow: -9px 0px 13px 6px rgba(0, 0, 0, 0.62);

  width: 65rem;
  margin: 0px 0px 0 0;
  right: 0 !important;
  position: absolute;
  max-width: 70rem;
  height: 50rem;
  max-height: 62rem;
}

.modal-content-full-width {
  height: auto !important;
  min-height: 100% !important;
  border-radius: 0 !important;
  background-color: #ffffff
    /*#ececec*/
    !important;
  height: 100vh;
  height: 100vh;
  border: none;
  border-radius: 0;
}

.modal-header-full-width {
  border-bottom: 1px solid #9ea2a2 !important;
}

.modal-footer-full-width {
  border-top: 1px solid #9ea2a2 !important;
}

.modal-back-to-class-btn {
  margin: 0px !important;
  padding: 0px !important;
  font-weight: 400;
  font-size: 14px;
}

.class-tabular-class-name {
  font-weight: 500;
  color: #414141;
}

.class-table-lising-footer td .contesttablevalue,
.class-table-lising-footer td a {
  font-weight: inherit;
}

.text-900 {
  color: #344050 !important;
}

.bg-200 {
  background-color: #edf2f9 !important;
}

.text-900 {
  color: #344050 !important;
}

/* .table > :not(caption) > * > *{
  color: unset;
 background-color: unset; 
} */
/* .table > td > * > * {
  color: unset;
  background-color: unset;
} */
/* .table-bordered > :not(caption) > * > * {
  border-width: unset;
} */


#teacherpagecontestwholelisting .grid-view th,
#studentcontesttableallinformation th,
#small_info_bar_stats td,
.playerTableResponsive .table,
.overallstatustablenav .table {
  background: none !important;
  --bs-table-bg: unset !important;
}

#payoff_total_table_card_holder .table {
  --bs-table-bg: #f8f9fa !important;
  --bs-table-border-color: #dfe0e1 !important;
}

/* .third ,
.second{
  width: 89.35px;
} */

.gtl-table thead,
#totals_table {
  color: #344050 !important;
  background-color: #edf2f9 !important;
}

.gtl-table thead tr input {
  background-color: azure;
  border: 1px solid azure;
  border-radius: 0;
}

.gtl-table thead tr th a,
.gtl-table thead tr th {
  white-space: nowrap;

  color: #202124;
  font-weight: 400;
  /*font: 400 14px Roboto, sans-serif; */
  /* font:  400 14px 'Barlow Semi Condensed', sans-serif; */
  font: 400 14px 'Inter', sans-serif;
  line-height: 18px;
}

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

.gtl-table.dataTable tbody td {
  box-sizing: border-box;
  border-bottom: 1px solid #dadce0;
  min-height: 40px;
  /* font-family: "Roboto", sans-serif; */
  font-weight: 400;
  font-size: 13px;
}

.gtl-table thead th {
  border-bottom: 1px solid #b6c1d2;
  /*1px solid #dadce0;*/
}

.gtl-table th,
.gtl-table td {
  /*
    border: 1px solid #B6C1D2;
    */
  border-right: 2px solid #b6c1d2;
}

.gtl-table th:last-child,
.gtl-table td:last-child {
  border-right: 1px solid #b6c1d2;
}

.gtl-table thead th,
.gtl-table thead td {
  border-bottom-width: 1px;
}

.student-coop-def-container-overlay {
  display: none;
}

#list-wrapper th,
.bd_tabular th {
  font-weight: normal;
  color: #aaa;
}

#list-wrapper td,
.bd_tabular td {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 13px;
  vertical-align: middle !important;
}

.table-hover tbody tr:hover,
.bd_tabular tbody tr:hover {
  background-color: #f5f5f5;
}

/*left right modal*/
.modal.left_modal,
.modal.right_modal,
.modal.bottom_modal {
  position: fixed;
  z-index: 99999;
}

.modal.left_modal .modal-dialog,
.modal.right_modal .modal-dialog {
  position: fixed;
  margin: auto;
  width: 32%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.bottom_modal .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal-dialog {
  /* max-width: 100%; */
  margin: 1.75rem auto;
}

@media (min-width: 576px) {
  .left_modal .modal-dialog {
    max-width: 100%;
  }

  .right_modal .modal-dialog {
    max-width: 100%;
  }

  .bottom_modal .modal-dialog {
    max-width: 100%;
  }
}

.modal.left_modal .modal-content,
.modal.right_modal .modal-content {
  /*overflow-y: auto;
      overflow-x: hidden;*/
  height: 100vh !important;
}

.modal.bottom_modal .modal-content {
  /*overflow-y: auto;
      overflow-x: hidden;*/
  height: 50vh !important;
}

.modal.left_modal .modal-body,
.modal.right_modal .modal-body,
.modal.bottom_modal .modal-body {
  padding: 15px 15px 30px;
}

/*.modal.left_modal  {
      pointer-events: none;
      background: transparent;
  }*/

.modal-backdrop {
  display: none;
}

/*Left*/
.modal.left_modal.fade .modal-dialog {
  left: -50%;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left_modal.fade.show .modal-dialog {
  left: 0;
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.5);
}

/*Right*/
.modal.right_modal.fade .modal-dialog {
  right: -50%;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right_modal.fade.show .modal-dialog {
  right: 0;
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.5);
}

/*Bottom*/
.modal.bottom_modal.fade .modal-dialog {
  bottom: -70%;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.bottom_modal.fade.show .modal-dialog {
  bottom: 0;
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.5);
}

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header.left_modal,
.modal-header.right_modal,
.modal-header.bottom_modal {
  padding: 10px 15px;
  border-bottom-color: #eeeeee;
  background-color: #fafafa;
}

.modal_outer .modal-body {
  /*height:90%;*/
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
}

.swal2-actions button {
  margin-right: 5px;
}

/*
    #teachercontesttableallinformation .col {
        padding-left: 2px;
        padding-right: 2px;
    }
    */

#teachercontesttableallinformation th,
#teachercontesttableallinformation td {
  padding: 0.25rem;
  border: 1px solid #CCC !important;
  border-bottom: 1px solid transparent;
}

#list-wrapper th,
.list-wrapper th,
.bd_tabular th {
  font-weight: normal;
  color: #aaa;
  padding: 0.3rem;
  border: none;
  border-right: 1px solid #ccc;
}

#list-wrapper td,
.list-wrapper td,
.bd_tabular td,
#teachercontesttableallinformation td,
.teachercontesttableallinformation td,
.teachercontesttableallinformation td,
.tdcelltext,
#teachercontesttableallinformation td .contesttablevalue {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 13px;
  vertical-align: middle !important;
  padding: 0.7rem 0.3rem;
  border-right: 1px solid #ccc;
}

#list-wrapper_filter {
  padding-right: 12px;
}

.table-hover tbody tr:hover,
.bd_tabular tbody tr:hover {
  background-color: #f5f5f5;
}

#teacherpagecontestwholelisting .empty {
  padding: 2rem 1rem;
  font-size: 1.2rem;
  font-weight: 400;
}

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

table.dataTable.no-footer {
  border: none;
}

#list-wrapper td:last-child,
.list-wrapper td:last-child,
.bd_tabular td:last-child {
  border-right: none;
}

#teachercontesttableallinformation td .contesttablevalue,
#studentcontesttableallinformation td .contesttablevalue {
  padding: 0.2rem 0;
  border: none;
}


/**********************************************************************************
----------------------------------------OR-----------------------------------------
          Start -------------Start -------------Start -------------Start
----------------------------------------OR-----------------------------------------
**********************************************************************************/

.SeparatorRow {
  align-items: center;
  display: flex;
  text-align: center;
}

.SeparatorRow-horizontalLine {
  border-top: 1px solid #edeae9;
  flex: 1 1 auto;
  margin-top: 8px;
  min-width: 1px;
  padding-top: 8px;
}

.LoginDefaultView-separatorRowLabel {
  color: #cfcbcb !important;
  font-size: 16px;
}

.SeparatorRow {
  align-items: center;
  display: flex;
  text-align: center;
}

.SeparatorRow-label {
  color: #6d6e6f;
  margin: 0 8px;
}

/**********************************************************************************
----------------------------------------OR-----------------------------------------
          End -------------End -------------End -------------End
----------------------------------------OR-----------------------------------------
**********************************************************************************/