th,td {
    width: auto !important;
}
.bg-personal {
    background-color: black;
}
.bg-career {
    background-color: #130078;
}
.bg-academic {
    background-color: #580054;
}
.bg-financial {
    background-color: #1c5840;
}
.bg-sinclair {
    background-color: #ac1a2f;
}
.bg-gradient-sinclair {
    background-image: linear-gradient(#580410, #ac1a2f);
}
.bg-darkgray {
    background-color: #666666;
}
.personal {
    color: black;
}
.career {
    color: #130078;
}
.academic {
    color: #580054;
}
.financial {
    color: #1c5840;
}
.transparent {
    color: transparent;
}
.sinclair {
    color: #ac1a2f;
}
.pointer {
    cursor: pointer;
}
.input-group-text {
    background-color: white !important;
}
.modal-scc {
    max-width: 1028px;
}
/* tooltip overrides */
.popover {
    background-image: linear-gradient(rgb(99,99,99), rgb(22,22,22));
}
.bs-popover-top > .arrow::after {
    border-top-color: rgb(22,22,22);
}
.popover-body,
.popover-body p {
    color: white !important;
    font-size: 0.75rem;
}
.popover-body a {
    color: white !important;
    font-size: 0.75rem;
    text-decoration: underline !important;
}
/* paginator overrides */
.pagination .page-item .page-link {
    color: #ac1a2f;
    padding-left: 10px;
    padding-right: 10px;
}
.pagination .page-item.active .page-link {
    background-color: #ac1a2f;
    color: white;
    border-color: white !important;
}
.pagination .page-item:first-child .page-link {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 20px !important;
    padding-right: 10px !important;
}
.pagination .page-item:last-child .page-link {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-left: 10px !important;
    padding-right: 20px !important;
}
.page-link:focus {
    box-shadow: 0 0 0 .2rem rgba(0,0,0,0.2);
}
/* pretty checkbox overrides */
.pretty {
    margin-right: 0 !important;
}
/* print modal */
@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        visibility:hidden;
    }
    #printSection, #printSection * {
        visibility:visible;
    }
    #printSection {
        position:absolute;
        left:0;
        top:0;
    }
}
/* **************************************** */
/* Services Center                          */
/* **************************************** */
/*    header    */
.cta-background {
    background-color: white;
    max-width: 100%;
}
/********************** Navigation **********************************/
#services .navbar-nav .dropdown-menu {
    position: absolute;
    background: rgb(0, 0, 0);
    border: none;
    border-radius: 0;
    top: 30px;
    min-width: 20rem;
    border: none !important;
}

#services .navbar-nav .dropdown-menu ul, #services .navbar-nav ul.dropdown-menu  {
	padding-left: 15px;
    float: left;
}
#services .navbar-nav .dropdown-menu h3  {
	font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    border-bottom: 1px solid #ac1a2f;
    margin-bottom: 0px;
    font-weight: 700;
}
#services .navbar-nav .dropdown-menu ul li, #services .navbar-nav ul.dropdown-menu  li {
    list-style: none;
    padding-bottom: 16px !important;
    line-height: 14px;
}
#services .navbar-nav .dropdown-menu ul li a, #services .navbar-nav ul.dropdown-menu  li a {
    color: rgb(248,248,248);
    font-weight: 400;
    font-family: 'Open Sans' !important;
    font-display: auto;
    font-size: 13px;
    line-height: 12px;
}

#services #navPrimary li#navAbout a:hover,
li:hover#navAbout,
li#navAbout.active {
	background-color: rgb(172,26,47) !important;
	color: rgb(255,255,255) !important;
	height: 100%;
}

#services #navPrimary li#navLocations a:hover,
li:hover#navLocations,
li#navLocations.active {
	background-color: black !important; 
	color: rgb(255,255,255) !important;
	height: 100%;
}

#services #navPrimary li#navEnrollmentAid a:hover,
li:hover#navEnrollmentAid,
li#navEnrollmentAid.active a {
	background-color: #130078 !important; 
	color: rgb(255,255,255) !important;
	height: 100%;
}

#services #navPrimary li#navAcademics a:hover,
li:hover#navAcademics,
li#navAcademics.active a {
	background-color: #580054 !important; 
	color: rgb(255,255,255) !important;
	height: 100%;
}

#services #navPrimary li#navServices a:hover,
li:hover#navServices,
li#navServices.active a {
	background-color: #014f80 !important; 
	color: rgb(255,255,255) !important;
	height: 100%;
}

#services #navPrimary li#navStudentLife a:hover,
li:hover#navStudentLife,
li#navStudentLife.active a {
	background-color: #1c5840 !important; 
	color: rgb(255,255,255) !important;
	height: 100%;
}

#services #navPrimary li#navAbout a:hover, li:hover#navAbout, li#navAbout.active {
    background-color: #ac1a2f;
}
#services #navPrimary li#navLocations a:hover, li:hover#navLocations, li#navLocations.active {
    background-color: black;
}
#services #navPrimary li#navEnrollmentAid a:hover, li:hover#navEnrollmentAid, li#navEnrollmentAid.active {
    background-color: #130078;
}
#services #navPrimary li#navAcademics a:hover, li:hover#navAcademics, li#navCurrentStudents.active {
    background-color: #580054;
}
#services #navPrimary li#navServices a:hover, li:hover#navServices, li#navServices.active {
    background-color: #014f80;
}
#services #navPrimary li#navStudentLife a:hover, li:hover#navStudentLife, li#navStudentLife.active {
    background-color: #1c5840;
}
@media (min-width: 576px) {
  #services .megamenu-li {
      position: static;
  }
  #services .megamenu {
      left: 0;
      right: 0;
      width: 100%;
      padding: 20px;
  }
  #services .navbar-nav .dropdown-menu ul li a, #services .navbar-nav ul.dropdown-menu li a {
      padding: 0px;
  }
  #services .navbar-nav .dropdown-menu h3 {
      padding: 0px;
  }
}
/********************* Mobile Nav ********************/
@media (max-width: 767px) {
  #services #xsNavForm {
      margin-top: auto;
      width: 100vh;
      background-color: rgba(0,0,0,0.9);
  }
  #services #xsNavClose {
      padding-bottom: 14px;
  }
  #services #navPrimary li.navHome a:hover, li:hover.navHome, li.navHome.active {
      background-color: rgb(172,26,47) !important;
      color: rgb(255,255,255) !important;
      height: 100%;
  }
  #services #navPrimary li.navLocations a:hover, li:hover.navLocations, li.navLocations.active {
      background-color: #616366 !important;
      color: rgb(255,255,255) !important;
      height: 100%;
  }
  #services .nav-xs .nav-xs-items, #xsNavFormWelcomeCenter {
      float: left;
      height: auto;
      width: 100vh;
  }
  #xsNavFormWelcomeCenter {height:400px;}
  #services .nav-xs-items .navbar-nav > li {
      border-top: 1px solid gray;
      padding: 5px 0px;
  }
  #services .nav-xs-items .navbar-nav > li > a {
      padding: 15px;
      font-size: 1.2em;
  }
  #services .nav-xs-items .fa, #services .nav-xs-items .fab, #services .nav-xs-items .fal, #services .nav-xs-items .far, #services .nav-xs-items .fas {
      font-size: 1.2em;
  }
  #services .nav-xs-items .fa-chevron-right {
      margin-left: 12px;
      position: relative;
      top: 1px;
  }
  .xsNavHeaderAbout {
      background-color: #ac1a2f;
      color: white;
      padding: 15px 8px 8px 15px;
      margin-bottom: 10px;
  }
  .xsNavHeaderServices {
      background-color: #014F80;
      color: white;
      padding: 15px 8px 8px 15px;
      margin-bottom: 10px;
  }
  .xsNavHeaderAcademics {
      background-color: #580054;
      color: white;
      padding: 15px 8px 8px 15px;
      margin-bottom: 10px;
  }
  .xsNavHeaderGetStarted {
      background-color: #130078;
      color: white;
      padding: 15px 8px 8px 15px;
      margin-bottom: 10px;
  }
  .xsNavHeaderStudentLife {
      background-color: #1C5840
      color: white;
      padding: 15px 8px 8px 15px;
      margin-bottom: 10px;
  }
  .xsNavHeaderLocations {
      background-color: #616366;
      color: white;
      padding: 15px 8px 8px 15px;
      margin-bottom: 10px;
  }
  #services .navbar-nav .dropdown-menu {
      background: rgb(0, 0, 0,0.9);
      position: absolute;
      top: 0;
      border: none !important;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
  }
  #xsNavFormWelcomeCenter {height: 400px;}
  #xsNavFormDepartments {height: 1000px;}
  #xsNavFormAcademics {height: 1000px;}
  #xsNavFormCareer {height: 1000px;}
  #xsNavFormFinancial {height: 1000px;}
  #xsNavFormPersonal {height: 1000px;}
  #services .navbar-nav .dropdown-menu ul, #services .navbar-nav ul.dropdown-menu {
      padding-left: 0px;
  }
  #services .navbar-nav .dropdown-menu ul li a, #services .navbar-nav ul.dropdown-menu li a, #xsNavFormWelcomeCenter li a {
      padding: 8px 8px 8px 15px;
  }
  #services .navbar-nav .dropdown-menu h3 {
      padding: 8px 8px 8px 15px;
  }
  #xsNavCloseDepartments a, #xsNavCloseAcademics a, #xsNavCloseCareer a, #xsNavCloseFinancial a, #xsNavClosePersonal a, #xsNavCloseWelcomeCenter a  {
      font-size: 1.1em !important;
  }
  #xsNavCloseDepartments .fa-chevron-left, #xsNavCloseAcademics .fa-chevron-left, #xsNavCloseCareer .fa-chevron-left, #xsNavCloseFinancial .fa-chevron-left, #xsNavClosePersonal .fa-chevron-left, #xsNavCloseWelcomeCenter .fa-chevron-left  {
      position: relative;
      top: 1px;
      left: -2px;
  }
}
/********************** The Services Center wrapper **********************/
/*    Video   */
.video-background {
	background: #fff;
    background-image:url("/www/assets/Image/Hom-StuSer/video_back2.jpg") !important;
	background-size:cover !important;
	background-color:#fff;
	background-position: top center;
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: -99;
}
@media (max-width: 768px) {
    #services h1 {
        text-align: center;
        padding-top: 20px;
        margin-bottom: 0px;
    }
    #faq-search-bar #helpKeywords {
        font-size: 1em;
    }
    #services h3 img {
        display: none;
    }
    #services hr {
        display: none;
    }
}
@media (min-width: 769px) {
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px;
    }
}
#services .content-area {
    padding-bottom: 0px;
}

.the-center-services, .all-services {	
	width: calc(100vw - 0px);
	position: relative;
	left: calc(-1 * (100vw - 100%) / 2);
	padding: 0 4% !important;
}
@media (min-width: 576px) {
	.the-center-services, .all-services {
		width: calc(100vw - 0px);
		position: relative;
		left: calc(-1 * (100vw - 100%) / 2);
		padding: 0 5% !important;
	}
}
@media (min-width: 768px) {
	.the-center-services, .all-services {
		width: calc(100vw - 0px);
		position: relative;
		left: calc(-1 * (100vw - 100%) / 2);
		padding: 0 5% !important;
	}
}
@media (min-width: 992px) {
	.the-center-services, .all-services {
		width: calc(100vw - 0px);
		position: relative;
		left: calc(-1 * (100vw - 100%) / 2);
		padding: 0 0% !important;
	}
}
@media (min-width: 1200px) {
	.the-center-services, .all-services {	
		width: calc(100vw - 0px);
		position: relative;
		left: calc(-1 * (100vw - 100%) / 2);
		padding: 0 4% !important;
	}
}

/********************** The Services Center content **********************/
.the-center-services {
    background: #f7ecd7;
    background: -moz-linear-gradient(-45deg, #f7ecd7 0%, #d0edff 100%);
    background: -webkit-linear-gradient(-45deg, #f7ecd7 0%,#d0edff 100%);
    background: linear-gradient(135deg, #f7ecd7 0%,#d0edff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ecd7', endColorstr='#d0edff',GradientType=1 );
}
.all-services {
    border-top: 3px solid white;
    background: #D5D3CD;
    background: -moz-linear-gradient(-45deg, #D5D3CD 0%, #929FA9 100%);
    background: -webkit-linear-gradient(-45deg, #D5D3CD 0%,#929FA9 100%);
    background: linear-gradient(135deg, #D5D3CD 0%,#929FA9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ecd7', endColorstr='#d0edff',GradientType=1 );
	padding-bottom: 10px !important;
}
.services-center h2 {
	margin-top: 20px;
    font-size: 2.4em;
    text-align: center;
    color: #ac1a2f !important;
    font-weight: normal;
}
.services-center h2.black {color: black !important;font-weight: bold;}
.services-center p {
	font-family: "Source Serif Pro";
}
.the-center-services h3 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #130078;
    margin-bottom: 0;
    font-size: 1.55em;
}
.center-img {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.the-center-services hr {
    background-color: #130078;
    width: 100%;
    height: 4px;
    border-radius: 100%;
    margin: 0px 0px 8px;
}
/*********************   buttons     *********************/
div.one-button span {width: 100%;}


.center-four-buttons {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	float: none;
	margin-right: 0px !important;
	margin-left: 0px !important;
}
.center-four-buttons .btn {
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}
@media (min-width: 576px) {
	.center-four-buttons {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		width: 50%;
		float: left;
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	.center-four-buttons .btn {
		margin-left: 5px;
		margin-right: 5px;
		width: 95%;
	}
}
@media (min-width: 768px) {
	.center-four-buttons {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		width: 25%;
		float: left;
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	.center-four-buttons .btn {
		margin-left: 5px;
		margin-right: 5px;
		width: 95%;
	}
}
@media (min-width: 992px) {
	.center-four-buttons {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		width: 25%;
		float: left;
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	.center-four-buttons .btn {
		margin-left: 5px;
		margin-right: 5px;
		width: 95%;
	}
}
@media (min-width: 1200px) {
	.center-four-buttons {	
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		float: none;
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	.center-four-buttons .btn {
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
	}
}
.btn-new-enrollment, .btn-new-light-gray, .btn-sinclair-white {
	width: 100%;
	border-radius: 19px !important;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    font-size: 1.1em !important;
    padding: 8px 20px !important;
    margin-bottom: 6px;
}
.btn-new-enrollment {
	background: #130078 !important; /* Old browsers */
	background: -moz-linear-gradient(left, #125aa2 7%, #130078 99%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #125aa2 7%,#130078 99%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #125aa2 7%,#130078 99%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#125aa2', endColorstr='#130078',GradientType=1 ) !important; /* IE6-9 */
}
.btn-new-enrollment:hover, .btn-new-enrollment:active {
	background: #b7cfdf !important; /* Old browsers */
	background: -moz-linear-gradient(top, #bcbfdd 0%, #b7cfdf 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #bcbfdd 0%,#b7cfdf 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #bcbfdd 0%,#b7cfdf 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbfdd', endColorstr='#b7cfdf',GradientType=0 ) !important; /* IE6-9 */
	color: #130078;
}
.mysinclair-login {
	border-radius: 40px;
	background: linear-gradient(#900202 0%, #4e000b 100%);
  	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	background: #900202; /* Old browsers */
	background: -moz-linear-gradient(top, #900202 0%, #4e000b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #900202 0%,#4e000b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #900202 0%,#4e000b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#900202', endColorstr='#4e000b',GradientType=0 ); /* IE6-9 */
    padding: 10px;
    margin: 10px 0;
}
.mysinclair-login h3 {
    color: white !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold !important;
    font-size: 2em !important;
    line-height: 23px;
    margin-top: 10px;
}
.mysinclair-login h3 .little-my {
    font-size: 0.6em !important;
}
.mysinclair-login h3 .student-portal {
    font-weight: 300 !important;
    font-family: 'Open Sans', sans-serif;
}
.mysinclair-login p {
    color: white;
    margin: 5px 0px;
    line-height: 19px;
    font-size: 0.86em !important;
}
.btn-new-light-gray {
    border: 1px solid #9f95d2;
    color: #130078 !important;
    text-transform: none !important;
    background: #bac0dd !important; /* Old browsers */
    background: -moz-linear-gradient(top, #bac0dd 0%, #b8d1df 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bac0dd 0%,#b8d1df 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bac0dd 0%,#b8d1df 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bac0dd', endColorstr='#b8d1df',GradientType=0 ) !important; /* IE6-9 */
}
.mysinclair-login .btn-new-light-gray {font-size: 1.3em !important;}
.btn-new-light-gray:hover, .btn-new-light-gray:active {
  	background: #130078 !important; /* Old browsers */
	background: -moz-linear-gradient(left, #125aa2 7%, #130078 99%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #125aa2 7%,#130078 99%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #125aa2 7%,#130078 99%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#125aa2', endColorstr='#130078',GradientType=1 ) !important; /* IE6-9 */
	color: white !important;
}
.btn-sinclair-white {
    color: #ac1a2f !important;
    background: white;
    text-transform: capitalize;
    font-size: 1em !important;
    padding: 6px 20px !important;
    margin-bottom: 5px;
}
.btn-sinclair-white:hover, .btn-sinclair-white:active {
    color: white !important;
    background: #ac1a2f;
}
/********************* events dates feed *********************/
#services-center-events {
    padding-top: 10px;
}
.services-event-feed .upcoming-event a i {
    color: black !important;
}
.services-event-feed .event-link {
    font-size: 1em;
}
.services-event-feed {
    background: #8e96be; /* Old browsers */
    background: -moz-linear-gradient(top, #8e96be 0%, #8cb7d0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8e96be 0%,#8cb7d0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #8e96be 0%,#8cb7d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e96be', endColorstr='#8cb7d0',GradientType=0 ); /* IE6-9 */
    padding-bottom: 15px;
    margin: 20px 0 10px 0;
}
.services-event-feed .upcoming-event {
    border: 1px solid transparent;
    margin: 0 10px !important;
    padding: 6px 8px !important;
}
.services-event-feed .upcoming-event a {
    text-decoration: underline;
    color: black !important;
}
.services-event-feed h3 {
    font-family: 'Source Serif Pro', serif;
    text-transform: none;
    color: black;
    background-color: #BDBFDB;
    padding: 15px 0px;
}
/********************* FAQ Search Bar *********************/
#faq-search-bar #helpKeywords {
	border: 1px solid #9F95D2;
    border-radius: 20px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    font-weight: bold;
    font-size: 1.2em;
    color: #130078;
    height: 40px;
}
#faq-search-bar .help-ask {
    border-radius: 40px;
    background: linear-gradient(#900202 0%, #4e000b 100%);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    background: #900202;
    background: -moz-linear-gradient(top, #900202 0%, #4e000b 100%);
    background: -webkit-linear-gradient(top, #900202 0%,#4e000b 100%);
    background: linear-gradient(to bottom, #900202 0%,#4e000b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#900202', endColorstr='#4e000b',GradientType=0 );
    font-size: 1.4em;
    font-weight: bold;
    width: 60px !important;
    height: 40px !important;
}
#faq-search-bar .help-ask:hover {background:black;border-color:black;}
/********************* TheCenter *********************/
@media (min-width: 769px) {
	#TheCenter .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  	  width: 100%;
	}
	#TheCenter .px-lg-5 .justify-content-center {
  	      padding: 0px;
	}
}
#financial-select + button + div.dropdown-menu, #personal-select + button + div.dropdown-menu {
    right: 0;
	left: auto !important;
}
@media (max-width: 768px) {    
    #financial-select + button + div.dropdown-menu {
        left: 0;
        right: auto !important;
    }
    #career-select + button + div.dropdown-menu, #personal-select + button + div.dropdown-menu {
        right: 0;
        left: auto !important;
    }
    .pagination .page-item .page-link {
        padding-left: 5px;
        padding-right: 5px;
    }
}
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #000;
}