/*Custom Column Width*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.cc-w-35 {
    width: 35px !important;
}

.cc-w-60 {
    width: 60px !important;
}

.cc-w-70 {
    width: 70px !important;
}

.cc-w-80 {
    width: 80px !important;
}

.cc-w-95 {
    width: 95px !important;
}

.cc-w-100 {
    width: 100px !important;
}

.cc-w-105 {
    width: 105px !important;
}

.cc-w-110 {
    width: 110px !important;
}

.cc-w-125 {
    width: 125px !important;
}

.cc-w-150 {
    width: 150px !important;
}

.cc-w-175 {
    width: 175px !important;
}

.cc-w-200 {
    width: 200px !important;
}

.cc-w-250 {
    width: 250px !important;
}

.hand {
    cursor: pointer;
}

.no-drop {
    cursor: no-drop;
}

.disabled {
    pointer-events: none;
    cursor: not-allowed !important;
    color: currentColor;
}

form .text-muted {
    color: #299CDB !important;
}

.hide-scn {
    display: none;
}

.show-scn {
    display: block;
}

.display-media {
    width: 100%;
}


/*Media Popup*/

.media_img_area {
    width: 25%;
}

.media_img_area a:not([href]):not([tabindex]),
.media_img_area .remove_featured,
.media_detail .media-button-select {
    color: #fff;
    font-size: 13px;
}

.media_img_area a img {
    margin-top: 5px;
    margin-bottom: 5px;
}

.media-list-data {
    width: 63%;
    float: left;
    border-right: 1px solid #ddd;
}

.media_img li.attachment {
    float: left;
    margin-top: 0px;
    margin-right: 5px;
    cursor: pointer;
}

.pagination_custom,
.vpb_pagination_system {
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    clear: both;
}

.pagination_custom a,
.vpb_pagination_system a {
    background-color: #448aff;
    color: #fff;
    cursor: pointer;
    margin: 5px;
    padding: 6px 13px;
    display: inline-block
}

.pagination_custom a:hover,
.pagination_custom a:active,
.vpb_pagination_system a:hover,
.vpb_pagination_system a:active {
    background-color: #F35325;
    color: #fff;
    transition: all .5s ease 0;
}

.pagination_custom span.current,
.vpb_pagination_system span.current {
    background-color: #F35325;
    color: #fff;
    margin: 5px;
    padding: 6px 13px;
    display: inline-block
}

.pagination_custom span.current:hover,
.vpb_pagination_system span.current:hover {
    background-color: #F35325;
    color: #fff;
}

.pagination_custom span.disabled,
.vpb_pagination_system span.disabled {
    background-color: #C0C0C0;
    margin: 5px;
    padding: 6px 13px;
    color: #fff;
    display: inline-block
}

.pagination_custom span.disabled :hover,
.vpb_pagination_system span.disabled:hover {
    background-color: #005AAB
}

.media_img {
    margin-right: 0px;
    height: auto;
    overflow-y: visible;
}

.media_img li.attachment .thumbnail {
    margin-bottom: 5px;
}

li.active .thumbnail {
    border: 1px solid #448aff;
    background: #448aff;
}

.media_detail {
    width: 37%;
    float: right;
}

.attachment-details {
    padding-left: 10px;
}

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

.media_detail .thumbnail-image {
    max-height: 120px;
    max-width: 120px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.media_model .details,
.media_detail .details {
    display: inline-block;
    vertical-align: top;
}

.attachment-info .details {
    max-width: 160px;
}

.media_detail .btn-area {
    clear: both;
    float: right;
    margin-top: 10px;
}


/*Media Popup*/

.flexItem {
    display: flex;
    flex-wrap: wrap;
}

.menu_item_scroll.border-checkbox-section .border-checkbox-group {
    display: block;
}

.menu-accordion-wrapper {
    margin-bottom: 20px;
}

.menu-accordion-wrapper .accordion .accordion-toggle {
    border-radius: 0px;
    padding: 10px 15px;
    border: 0px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    text-align: left;
    width: 100%;
    display: block;
}

.accordion .accordion-toggle:after {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f077";
    float: right;
    font-size: 14px;
    color: #fff;
}

.accordion .accordion-toggle.collapsed:after {
    content: "\f078";
}

.menu-accordion-wrapper .accordion-inner {
    padding: 10px;
    border: 1px solid #448aff;
}

.accordion-group.sub-titel {
    margin-left: 25px;
}

.accordion-group.sub-titel2 {
    margin-left: 50px;
}

.menu-accordion-wrapper .accordion-group {
    margin-bottom: 1px;
}

.menu-chk-w {
    width: 100%;
    margin-right: 0;
}

a:hover.c-btn {
    color: #fff;
}

.rpt-dwnld {
    padding: 8px 10px;
    font-size: 16px
}

.rpt-dwnld i {
    margin-right: 0px;
}

.fltr-btn-m-t {
    margin-top: 36px;
}

.sw-entry,
.sort-by {
    float: left;
    margin-right: 10px;
}

.order-by {
    float: right;
}

.sw-entry label,
.sort-by label,
.order-by label {
    white-space: nowrap;
}

.sw-entry select,
.order-by select {
    display: inline-block;
    width: 75px;
}

.sort-by select {
    display: inline-block;
    width: 120px;
}


/* custom ascending table*/

table.cstm-list thead>tr>th.cus_sorting {
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.ascending-wrap {
    position: absolute;
    bottom: 0.9em;
    display: block;
    right: 0.5em;
}

.ascending-wrap a {
    opacity: 0.3;
}

.ascending-wrap a.active {
    opacity: 1;
}


/* 30.08.19 defualt table*/

.table-responsive .table .checkbox-fade {
    margin-right: 0px;
}

.table-responsive .table .checkbox-fade label {
    margin-bottom: 0px;
}

.table-responsive .table .checkbox-fade.fade-in-default .cr {
    margin-right: 0px;
}

.table-responsive .table .checkbox-fade.fade-in-default .dcr {
    cursor: default;
}

.table-responsive .table td,
.table-responsive .table th {
    padding: 0.5rem;
}

.table-responsive .table td,
.table-responsive .table th {
    vertical-align: middle;
}


/*Datatable*/

.no-sort::after,
.no-sort::before,
.no-sort-del::after,
.no-sort-del::before {
    display: none !important;
}

.no-sort {
    pointer-events: none !important;
    cursor: default !important;
}


/*Datatable*/

.required {
    color: #ff5252;
}

.select2-selection.select2-selection--single .select2-selection__arrow {
    top: 4px;
    right: 1px;
}

.is_parent .text-inverse {
    color: #F06548 !important
}

.italic {
    font-style: italic;
}

.field_for {
    display: block;
    font-size: 12px;
    font-style: italic;
}

.field_for::before {
    content: '('
}

.field_for::after {
    content: ')'
}

.field_for.all {
    color: orange
}

.field_for.app {
    color: blue
}

.field_for.web {
    color: green
}

.ytubeVideo {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

iframe.ytube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.media_img_area {
    width: 100%
}

/* ADMIN PAGE PAGINATION */

.media-list-data nav>.hidden span.relative {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.media-list-data nav>.flex {
    display: none;
}

.media-list-data nav>.hidden span.relative>span,
.media-list-data nav>.hidden span.relative>span span,
.media-list-data nav>.hidden span.relative>a {
    height: 40px;
}

.media-list-data nav>.hidden span.relative>span span,
.media-list-data nav>.hidden span.relative>a {
    position: relative;
    padding: 0.5rem 1rem !important;
    display: flex;
    align-items: center;
}

.media-list-data nav span span span svg,
.media-list-data nav span a svg {
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.info_instruction {
    background-color: bisque;
    padding: 2px;
    font-size: 10px;
}

/* New velzon theme css */
.nav-item.active a span {
    color: #405189;
}

.nav-item.active a span.badge {
    color: #ffffff;
}

form #status {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
}

.form-control[readonly] {
    background-color: #dbdbdb;
    opacity: 1;
    /* Override Bootstrap's default transparency */
    cursor: not-allowed;
}

.page-content.popup {
    padding: 15px 0 15px 0 !important;
}

.page-content.popup .card {
    margin-bottom: 0 !important;
}

/* .auth-logo img{width: 150px;} */

img.signature {
    max-width: 150px;
    border: 1px solid #ccc;
    padding: 5px;
}

.hover-card:hover {
    transform: translateY(-4px);
    transition: .2s ease;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #0d47a1 !important;
    background-color: #e8f0fe;
    border-color: #0d6efd;
}

.sidebar-background {
    background: #000 !important;
    opacity: 1;
}

.page-title-box h4 {
    color: #000 !important;
}

body,
.navbar-menu .navbar-nav .nav-link {
    font-family: "Roboto", sans-serif !important;
    font-size: 0.975rem !important;
}

@media screen and (min-width: 1992px) {
    body {
        font-size: 16px !important;
    }
}

.card-border-info {
    border: none !important;
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.42) !important;
}

.card-border-info .card-footer,
.card-border-info .card-header {
    border: none !important;
    background-color: rgba(0, 0, 0, 0.035) !important;
}

.navbar-menu {
    border-right: 1px solid #000 !important;
}

.navbar-menu .navbar-nav .nav-link {
    color: #efefef !important;
}

.footer {
    color: #333 !important;
}

/* FIX IT: See this, create new meaningful class name and use wherever is used  as this is default bootstarp class  - DONE*/.btn-primary.new-red-btn {
    background-color: #9C0B06;
    border: 1px solid #9c0b06 !important;
    font-size: 14px;
}

/* FIX IT: give proper meaningful class name and use wherever is used, as info-bg means blue color  - DONE*/
.bg-info.theme-bg {
    background-color: #9c0b06 !important;
}
.theme-color-red{
    color: #9c0b06 !important;
}

.btn-success {
    background: #499924 !important;
    border: 1px solid #499924 !important;
    font-size: 15px !important;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #fff !important;
    background-color: #000 !important;
    border: 1px solid #000 !important;
}

.btn:hover {
    color: #fff !important;
    background-color: #000 !important;
    border: 1px solid #000 !important;
}

/* FIX IT: give proper meaningful class name and use wherever is used, as blue-bg means blue color  - DONE*/
.btn-soft-info.theme-red-bg {
    color: #fff;
    background-color: #9c0b06;
    border: 1px solid #9c0b06;
}

.link-primary {
    color: #000 !important;
}

.small,
small {
    font-size: 1em !important;
}

.btn-soft-success {
    background: #499924 !important;
    border: 1px solid #499924 !important;
    color: #fff !important;
    font-size: 15px !important;
}

.menu-title {
    color: #fff !important;
}

.bg-primary.new-red-btn {
    background-color: #9c0b06 !important;
}
.badge {
    font-size: 13px;
}

.fs-5 {
    font-size: 18px !important;
}

/* FIX IT: See this, create new meaningful class name and use wherever is used  as this is default bootstarp class  - DONE*/
.btn-outline-primary.btn-outline-red {
    color: #9c0b06;
    border-color: #9c0b06 !important;
    font-size: 14px !important;
}

#back-to-top {
    bottom: 50px !important;
}

.active>.page-link,
.page-link.active {
    background-color: #9c0b06 !important;
    border-color: #9c0b06 !important;
    color: #fff !important;
}

.page-link {
    color: #9c0b06 !important;
}

/* FIX IT: See this, create new meaningful class name and use wherever is used  as this is default bootstarp class  - DONE*/
.bg-danger.bg-theme-danger {
    background: #9c0b06 !important;
}

.sms-accordion-head__title {
    font-size: 14px !important;
}

.btn-outline-secondary {
    color: #000;
    border-color: #000;
    padding: 5px 15px !important;
    font-size: 14px !important;
}

.bg-success.new-success-bg {
    background: #499924 !important;
    font-size: 14px !important;
    padding: 8px 10px !important;
}

.form-check-input:checked {
    background-color: #9c0b06 !important;
    border-color: #9c0b06 !important;
}

.border-success {
    border-color: #499924 !important;
}
/* FIX IT: See this, create new meaningful class name and use wherever is used  as this is default bootstarp class  - DONE*/
/* .bg-warning.btn-theme-red {
    background-color: #9c0b06 !important;
    color: #fff !important;
} */
.btn-theme-red {
    background-color: #9c0b06 !important;
    color: #fff !important;
}

/* FIX IT: See this, create new meaningful class name and use wherever is used  as this is default bootstarp class  - DONE*/
.btn-danger.btn-theme-red {
    background-color: #9c0b06 !important;
    color: #fff !important;
}
.border-theme-red{
    border-color: #9c0b06 !important;
}
.text-theme-red{color:#9c0b06 !important;;}

.bg-primary h5 {
    color: #fff !important;
}

h6,
.form-text {
    font-size: 16px !important;
    color: #333;
}
/* FIX IT: See this, create new meaningful class name and use wherever is used  as this is default bootstarp class  - DONE*/
.alert-light.grey-text {
    color: #666 !important;
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
    font-size: 16px !important;
}

.form-control-sm {
    font-size: 14px !important;
}


.link-primary:hover {
    color: #9c0b06 !important;
}

.nav-link {
    color: #000 !important;
}

.nav-tabs-custom .nav-item .nav-link.active {
    color: #9c0b06 !important;
}

.nav-tabs-custom .nav-item .nav-link::after {
    background: #9c0b06 !important;
}

.btn {
    font-size: 14px !important;
}

/* FIX IT: See this, create new meaningful class name and use wherever is used  as this is default bootstarp class - DONE*/
.btn-soft-primary.theme-soft-primary {
    background: #6887ff !important;
    color: #fff !important;
}
/* FIX IT: See this, create new meaningful class name and use wherever is used  as this is default bootstarp class  - DONE*/
.btn-soft-danger.theme-soft-danger {
    background: #f77a99 !important;
    color: #fff !important;
}

.navbar-header .btn:hover .user-name-text {
    color: #fff !important;
}

.navbar-header .btn:hover .header-profile-user {
    filter: brightness(0) invert(1);
}

.auth-one-bg .bg-overlay {
    background: linear-gradient(to right, #000, #000) !important;
}

accordion-button:not(.collapsed) {
    color: #9c0b06 !important;
}

:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"] .navbar-menu .navbar-nav .nav-item:hover>a.menu-link {
    background: #000 !important;
}

:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"] .navbar-menu .navbar-nav .nav-item:hover>.menu-dropdown {
    background: #000 !important;
}
/* FIX IT: See this, text-black means color is black, give meaningful name please and use wherever is used - DONE */
form .text-blue {
  color: #299CDB !important;
}
.modal-header {
  padding: 1.25rem !important;
}