/* Font CSS Import */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&family=Montserrat&display=swap');
body {
    color: #000000;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 22px;
}

a {
    box-shadow: none;
    color: #00AAE7;
    text-decoration: none;
    outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    margin: 0px;
    padding: 0px;
}

.btn {
    border-radius: 4px;
    box-shadow: none;
    display: block;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    padding: 0 12px;
    line-height: 40px;
    width: 100%;
    transition: 0.4s;
}

.btn-primary {
    background-color: #0098E0 !important;
    border-color: #0098E0 !important;
    color: #ffffff;
}

.btn-outline-primary {
    background-color: #ffffff;
    border-color: #0098E0 !important;
    color: #0098E0 !important;
}

.btn-secondary {
    color: #121212;
    background-color: #EBEBEB;
    border-color: #EBEBEB;
}

.add-text-btn {
    font-size: 14px;
    line-height: 16px;
    padding: 0;
}

.add-text-btn img {
    max-width: 12px;
    margin: -2px 0 0 5px;
}

/* Common Color List */

.blue-link {
    color: #0098E0;
}

.grey-link {
    color: #7A8F9D;
}

/* Bg Color List */

.light-orange-bg {
    background-color: #FFF4E2;
}

.light-blue-bg {
    background-color: #DDF5FF;
}

.light-green-bg {
    background-color: #E2FFDE;
}

.light-purple-bg {
    background-color: #F7EFFF;
}

/* Text Color List */

.orange-text {
    color: #FF9E03;
}

.blue-text {
    color: #00A5CC;
}

.green-text {
    color: #009D0B;
}

.purple-text {
    color: #C574FF;
}

.dark-blue-text {
    color: #0F2F81;
}

/*Error Message Style*/
.error {
    color: #ff0000;
}


/* Login Page Style Here */

.login-section {
    background-image: url(../images/login-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #FCFCFC;
    padding: 45px 15px;
    min-height: 100vh;
}

.box-wrapper {
    background-color: #ffffff;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 3px 16px #0000001F;
    border-radius: 10px;
    max-width: 480px;
    margin: 0 auto;
    padding: 30px 45px;
    width: 100%;
}

.login-head {
    text-align: center;
}

.login-head h4 {
    color: #121212;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    padding: 10px 0 20px;
    text-align: center;
}

.trouble-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    position: absolute;
    right: 60px;
    top: 65px;
}

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

.form-label {
    color: #7A8F9D;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    margin: 0;
    padding: 0 0 12px;
    text-transform: capitalize;
}

.form-control {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #E0E6EF;
    border: 1px solid #E0E6EF;
    border-radius: 6px;
    box-shadow: none !important;
    outline: none;
    height: 42px;
}

.form-control:focus {
    border-color: #00B5B8;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #A5B4CB;
    font-weight: 600;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #A5B4CB;
    font-weight: 600;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #A5B4CB;
    font-weight: 600;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #A5B4CB;
    font-weight: 600;
}

.or-text {
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 15px;
}

.toggle-password:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 17px;
    font-size: 0px;
    height: 42px;
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
}

.toggle-password.fa-eye:before {
    background-image: url(../images/eye-close-icon.svg);
}

.toggle-password.fa-eye-slash:before {
    background-image: url(../images/open-eye-icon.svg);
}

.otp-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.otp-group .btn {
    max-width: 110px;
    width: 100%;
}

.forgot-link .grey-link {
    font-size: 14px;
    font-weight: bold;
}

.forgot-link .blue-link {
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin: 20px 0 30px;
}

.signin-new-member {
    padding: 30px 0 0;
}

.signin-new-member p {
    font-size: 15px;
    line-height: 18px;
}

.signin-new-member p a {
    font-weight: 700;
}

.step-verification ul {
    margin: 0;
    padding: 0 0 30px;
    text-align: center;
}

.step-verification ul li {
    display: inline-block;
    position: relative;
    width: 12%;
}

.step-verification ul li:not(:last-child):before {
    content: '';
    border-color: #00264680;
    border-width: 1px;
    border-style: dashed;
    position: absolute;
    width: 100%;
    top: 9px;
    right: -50%;
}

.step-verification ul li a {
    color: #000000;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    position: relative;
}

.step-verification ul li a span {
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    display: block;
    height: 20px;
    margin: 0 auto 12px;
    width: 20px;
}

.step-verification ul li a span {
    background-image: url(../images/verifcation-tick.svg);
}

.step-verification ul li.active a span {
    background-image: url(../images/verifcation-active-tick.svg);
}

.step-verification ul li.complete a span {
    background-image: url(../images/verifcation-complete-tick.svg);
}

.step-verification ul li.active a span:before {
    content: '';
    background-image: url(../images/down-green-arrow-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    height: 12px;
    width: 12px;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.back-btn {
    color: #7A8F9D;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    left: 14%;
}

.login-foot p {
    color: #002646;
    font-weight: 600;
    margin: 24px 0 15px;
}

.login-foot .blue-link {
    font-size: 15px;
    font-weight: 600;
    margin-right: 30px;
}

/* Inner Header Style Here */

.header-navbar {
    min-height: 60px;
}

.header-navbar .navbar-header {
    height: 60px;
}

body.vertical-layout.vertical-menu-modern.menu-expanded .navbar .navbar-header {
    width: 210px;
}

body.vertical-layout.vertical-menu-modern.menu-expanded .navbar .navbar-container {
    margin-left: 210px;
    padding: 10px 20px;
}

.header-navbar .navbar-header .navbar-brand .brand-logo {
    max-width: 150px;
}

body.vertical-layout.vertical-menu-modern .navbar .navbar-header .nav-toggle {
    right: -12px;
}

.header-navbar .navbar-header .navbar-brand {
    padding: 12px 0;
    margin: auto;
    display: block;
}

.header-navbar .navbar-container ul.nav li {
    margin-left: 30px;
}

.navbar-container .navbar-nav {
    margin-left: auto;
}

.header-navbar .navbar-container ul.nav li>a.nav-link {
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 3px 6px #00000029;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
    height: 40px;
    width: 40px;
    text-align: center;
}

.header-navbar .navbar-container ul.nav li>a.nav-link img {
    width: 100%;
    max-width: 15px;
}

.badge-up {
    top: 1px;
    right: 3px;
    position: absolute;
}

.header-navbar .navbar-container ul.nav li.dropdown-user>a.nav-link::after {
    display: none;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .avatar,
.header-navbar .navbar-container ul.nav li>a.nav-link i.flag-icon {
    margin-right: 0;
}

/* Inner Sidebar Style Here */

body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu,
body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header.expanded,
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded {
    width: 210px;
}

.main-menu.menu-fixed {
    top: 60px;
    height: -webkit-calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
}

.navbar-semi-dark .navbar-header,
.main-menu.menu-dark .navigation {
    background: #002646;
}

.main-menu.menu-dark {
    color: #ffffff;
    background: #002646;
}

.side-menu-profile {
    border-bottom: 1px solid #0B3450;
    padding: 24px 0;
    margin-bottom: 20px;
    text-align: center;
    display: none;
}

body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu.expanded .side-menu-profile {
    display: block;
}

.side-menu-profile span {
    border-radius: 50%;
    display: inline-block;
    height: 80px;
    width: 80px;
    margin-bottom: 15px;
}

.side-menu-profile span img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.side-menu-profile h5 {
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
}




/* ----- */

.form-actions {
    display: flex;
    gap: 20px;
    justify-content: end;
}

.form-actions .btn {
    width: 100%;
    max-width: 130px;
}

/* Dashboard Page Style Here */

body.vertical-layout.vertical-menu-modern.menu-expanded .content,
body.vertical-layout.vertical-menu-modern.menu-expanded .footer {
    margin-left: 210px;
}

.dashboard-list {
    gap: 20px
}

.dashboard-list .box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    border-radius: 16px;
    padding: 23px 30px;
    width: calc(25% - 20px);
    margin: 10px;
    margin-bottom: 20px;
}

.dashboard-list .box h3 {
    font-size: 50px;
    font-weight: 600;
    line-height: 70px;
    padding: 0 0 10px;
}

.dashboard-list .box p {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}

.tab-button {
    gap: 12px;
}

.tab-button .btn {
    font-size: 12px;
    font-weight: 400;
    max-width: 130px;
}

.card.dashboardlist-wrap {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    border: 0;
}

.dashboardlist-wrap .card-head {
    padding: 20px 0;
}

.box-heading {
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 0 20px;
}

.search-box {
    max-width: 300px;
    width: 100%;
    position: relative;
}

.search-box .form-control {
    padding-right: 30px;
}

.search-box span {
    position: absolute;
    top: 9px;
    right: 15px;
}

.filter-box p {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    padding-left: 30px;
}

.filter-box p span {
    background-color: #EFF3FF;
    border-radius: 50%;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    margin-right: 12px;
}

.filter-box p span img {
    max-width: 18px;
}

.listing-repeate-box {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 3px 6px #00000029;
    padding: 20px;
    margin-bottom: 10px;
}

.listing-repeate-box>div {
    gap: 14px;
}

.box-start h4 {
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    padding: 0 0 15px;
}

.box-start p {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    padding-bottom: 10px;
}

.box-start p img {
    max-width: 12px;
    margin-right: 6px;
}

.box-middle {
    max-width: 440px;
    width: 100%;
}

.box-middle ul li {
    display: block;
    position: relative;
    width: 25%;
    text-align: center;
}

.box-middle p {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    padding: 0 0 20px;
}

.box-middle span {
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}

.box-middle ul li:not(:last-child)::after {
    content: '';
    background-color: #BABABA;
    height: 1px;
    position: absolute;
    right: -50%;
    width: 100%;
    bottom: 10px;
}

.box-end {
    display: flex;
    max-width: 230px;
    width: 100%;
}

.box-end .btn {
    color: #121212;
    font-size: 12px;
    max-width: 100px;
}

.btn-approve {
    border-color: #00C22C;
}

.btn-reject {
    border-color: #FF001C;
}

.box-end .btn:not(:first-child) {
    margin-left: 30px;
}

.box-end .btn img {
    margin-right: 6px;
    margin-top: -2px;
}

.company-name h4 {
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 10px;
}

.company-name p {
    font-size: 15px;
    text-transform: uppercase;
}

.company-address,
.name-mail {
    max-width: 220px;
    width: 100%;
}

.company-address p,
.name-mail p {
    font-size: 15px;
    font-weight: 500;
}

.accounts-count p {
    color: #008382;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

/* Create Account Page Style Here */

.listing-authors ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.listing-authors ul li {
    background-color: #EDFAFF;
    border-radius: 6px;
    display: block;
    padding: 8px 16px;
    width: 48%;
}

.listing-authors.step-two-listing ul li {
    padding: 13px 16px;
}

.listing-authors .box {
    position: relative;
}

.listing-authors .img-box {
    border-radius: 50%;
    height: 26px;
    width: 26px;
    margin-right: 12px;
}

.listing-authors .img-box img {
    border-radius: 50%;
    width: 26px;
    height: 26px;
}

.listing-authors p {
    font-size: 14px;
    line-height: 16px;
    /* padding-left: 12px; */
}

.listing-authors .icon {
    background-image: url(../images/grey-cross-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    position: absolute;
    right: 0px;
}

.week-count .form-label {
    color: #000000;
    font-size: 14px;
    padding: 0;
    max-width: 200px;
    width: 100%;
}

.week-count .form-control {
    max-width: 150px;
    width: 100%;
}

.form-group .btn {
    max-width: 86px;
}

.footer-button {
    justify-content: end;
    gap: 20px;
}

.footer-button .btn {
    max-width: 130px;
}

.card {
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    padding: 25px 30px;
}

.card-header:first-child {
    border-radius: 8px;
    padding: 0 0 25px;
}

.card-header .card-title {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
}

.card-body {
    padding: 0;
}

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

.repeater-box {
    padding-right: 30px;
}

.form-remove-btn {
    position: absolute;
    right: 15px;
}

.add-cancle-btn {
    background-color: #f00;
    color: #ffffff;
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 31px;
}

/* Custom Radio Style Here */

.radio-form-group .form-check {
    padding: 0 10px 0 0;
    max-width: 100px;
    width: 100%;
}

.radio-form-group .form-check input[type=radio] {
    display: none;
}

.radio-form-group .form-check .form-check-label {
    color: #707070;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 0;
    position: relative;
    padding-left: 24px;
}

.radio-form-group .form-check .form-check-label:before {
    content: '';
    background-color: #ffffff;
    border: 7px solid #ffffff;
    box-shadow: 0px 0px 0px 2px #9A9A9A;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0;
    position: absolute;
    left: 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
}

.radio-form-group .form-check input[type=radio]:checked+.form-check-label::before {
    background-color: #288501;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 2px #288501;
}

/* Custom Checkbox Style Here */

.checkbox-form-group .form-check {
    padding: 0 10px 0 0;
}

.checkbox-form-group .form-check input[type=checkbox] {
    display: none;
}

.checkbox-form-group .form-check .form-check-label {
    color: #707070;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 0;
    position: relative;
    padding-left: 24px;
}

.checkbox-form-group .form-check .form-check-label:before {
    content: '';
    background-color: #ffffff;
    border: 2px solid #7A8F9D;
    border-radius: 4px;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0;
    position: absolute;
    left: 0;
    vertical-align: middle;
    cursor: pointer;
    box-sizing: border-box;
    top: 2px;
}

.checkbox-form-group .form-check input[type=checkbox]:checked+.form-check-label::before {
    background-image: url(../images/white-check-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    background-color: #288501;
    border: 2px solid #288501;
}

/* Company Popup Style Here */

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

.modal-content {
    border: 1px solid #E8E8E8;
    box-shadow: 0px 3px 16px #0000001F;
    border-radius: 10px;
}

.modal-title {
    color: #121212;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 30px;
    width: 100%;
    text-align: center;
}

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

.company-modal-popup .modal-header {
    border: 0;
    flex-wrap: wrap;
    padding: 20px 20px 30px;
}

.company-modal-popup .modal-header>a {
    display: block;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
}

.company-modal-popup .modal-header>a img {
    max-width: 100px;
}

.modal-body {
    padding: 0 40px 10px;
}

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

form textarea.form-control {
    height: 140px;
}

form .form-control,
form .custom-select {
    border: 1px solid #bbb;
    border-radius: 6px;
    color: #A5B4CB;
    font-size: 14px;
    font-weight: 600;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 6px;
    color: #A5B4CB;
    font-size: 14px;
    font-weight: 600;
}

textarea.form-control {
    height: 140px;
}

.custom-dropdown {
    position: relative;
}

.custom-dropdown::after {
    content: '';
    background-color: #ffffff;
    background-image: url(../images/down-arrow-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    border-radius: 0 6px 6px 0;
    height: 38px;
    position: absolute;
    pointer-events: none;
    right: 1px;
    width: 40px;
    top: 1px;
}

form .contact-form-group {
    border: 1px solid #bbb;
    border-radius: 6px;
    display: flex;
}

form .contact-form-group .form-control {
    border: 0;
}

.modal-footer {
    border: 0px;
    padding: 20px 40px 40px;
}

/* Login form */

.container-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
    width: calc(100% - 40px);
    padding: 25px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 0 20px #ccc;
}

.container-inner .form-wrapper {
    max-width: 400px;
    margin: 0 auto;
}

.container-inner .form-wrapper h2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
    font-weight: 600;
}

.container-inner .form-wrapper h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 50px;
    border-bottom: 5px solid #f40987;
}

.container-inner .form-wrapper .group label{
    font-weight:bold;
}

.login .form-check {
    margin: 5px 0;
}

.login .group {
    margin-bottom: 10px;
}

.login a.btn-link {
    margin-top: 10px;
    line-height: normal;
}

.fields.password {
    position: relative;
}

.fields.password #icon {
    position: absolute;
    top: 21px;
    transform: translateY(-50%);
    right: 10px;
    cursor: pointer;
    background: url("../images/hide.png");
    background-size: contain;
    width: 15px;
    height: 15px;
}

.fields.password .icon.visible {
    background: url("../images/view.png");
    background-size: contain;
}

.row.reset_container {
    display: flex;
    justify-content: center;
}

.reset_container .card {
    max-width: 560px;
    margin: 0 auto;
    margin-top: 80px !important;
    border-radius: 25px;
    position: relative;
}

.reset_container .rest_title{
    text-align: center;
    font-size: 30px;
    color: black;
    font-weight: 600;
    font-family: 'Lato';
}

.reset_container .reset_email {
    display: flex;
    justify-content: center;
    align-items: center;
}
.reset_container .reset_btn{
    width: 50%;
    margin: 0 auto;

}

.reset_container .reset_email label{
    font-family: 'lato';
    font-size: 12px;
    font-weight: 600;


}

.content-body .card{
    min-height: 500px;
    height: 100%;
}

/* action btn uper underline */
form .form-actions {
    border-top: 1px solid transparent;
}

.navigation li a {
    text-transform: uppercase !important;
    font-size: 13px;
    color: white !important;
    font-weight: 500;
   
}

.dataTable {
    width: 100% !important;
}

.dataTable tbody td {
    border-top: 0;
}

.back-button {
    position: relative;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.back-button::before {
    content: "";
    position: absolute;
    height: 0;
    width: 100%;
    border-bottom: 1px solid #0098E0;
    top: 50%;
    z-index:-1;
    transform: translateY(-50%);
}

.back-button .b-button {
    padding: 0 10px;
    font-weight: 600;
    background: #fff;
}

#main-menu-navigation .menu-content a{
    position: relative;
    font-family: Montserrat,Georgia,'Times New Roman',Times,serif !important;
}

#main-menu-navigation .menu-content a::before {
    position: absolute;
    left: 30px;
}

#basic-form-layouts .ck-editor__editable_inline {
    min-height: 150px;
}
.navbar-header:not(.expanded) a.navbar-brand{
    background-image: url(../images/crop-logo.svg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 30px;
    display: inline-block;
}
.navbar-header:not(.expanded) a.navbar-brand img{
    opacity:0;
}
ul#main-menu-navigation {
    margin-top: 26px;
}

a#page-reload {
    cursor: pointer;
}
a.navbar-branding {
    display: inline-block;
    position: relative;
    max-width: 145px;
}

.navbar-branding .brand-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
label {
    display: block;
}

input[type="radio"] {
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

select[name="status"] { 
     position: relative;
     background-image: url("../images/down.png");
      background-size: 20px;
      background-repeat: no-repeat;
     background-position: 99.5% center;
    }

    #track-table_wrapper .dt-buttons {
    position: absolute;
    top: 0;
    right: 80px;
    left: 800px;
    margin-top: 80px;
}

#contact-table tr.selected {
    background: transparent;
    color: inherit;
}

#requestservice-table_wrapper .col-sm-12 {
    overflow-x: auto;
}