/* your styles go here */

body{
    font-size: 0.70rem;
    color: #000 !important;
}

.toggle input[type=checkbox] {
  display: none;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}

.bg-grey{
    background: #9494946b;
    /*color: #fff;*/
}

.input-group-text{
    padding: 4px 8px;
    border-radius: 0px 3px 3px 0px !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 5px 10px;
    border-bottom: 1px solid #111;
}

.selectize-input {
    min-height: 0 !important;
}
.selectize-input {
    border: 1px solid #ccc;
    padding: 3px 12px !important;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.toggle label {
  background-color: #fff2f2;
  border: 2px solid #555;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all ease-in-out 0.3s;
  width: 30px;
  height: 15px;
  top:  2px;
}

.toggle label::after {
  background-color: #555;
  border-radius: 50%;
  content: ' ';
  cursor: pointer;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: -2px;
  transition: all ease-in-out 0.3s;
  width: 15px;
  height: 15px;
}

.toggle input[type=checkbox]:checked ~ label {
  background-color: #fff2f2;
  border-color: #555;
}

.toggle input[type=checkbox]:checked ~ label::after {
  background-color: #555;
  transform: translateX(12px);
}

.align-center{
    vertical-align: middle !important;
}

.content-wrapper>.content {
    padding: 0.5rem !important;
    margin-top: 16px;
}

.sidebar {
    height: calc(100% - 4rem);
    overflow-y: auto;
    padding-bottom: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

@keyframes slide {
  from { left: 100%;}
  to { left: -100%;}
}
@-webkit-keyframes slide {
  from { left: 100%;}
  to { left: -100%;}
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.main-header .navbar-nav .nav-item {
    margin: 0;
    min-width: fit-content !important;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: grey; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

#marquee { 
  color:#343a40; 
  /*background:#f0f0f0;*/
  width:76%;
  height:30px;
  /*line-height:30px;*/
  overflow:hidden;
  position:relative;
}

#text {
  position:absolute;
  top:0;
  left:0;
  width:50%;
  /*height:30px;*/
  font-size:20px;
  animation-name: slide;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: slide;
  -webkit-animation-duration: 10s;
  -webkit-animation-timing-function:linear;
  -webkit-animation-iteration-count: infinite;
}
.custom-1{
    min-width: 300px;
}
.input-groups {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
     /*flex-wrap: none !important; */
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.form-controls {
    display: block;
    width: 100%;
    height: 27px !important;
    padding: 2px 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control {
    display: block;
    width: 100%;
    height: 27px !important;
    padding: 2px 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.input-control {
    display: block;
    width: 45%;
    padding: 0 10px 0;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 10px;
    color: #080808;
    background-color: #e1e1e1;
    background-clip: padding-box;
    border: 1px solid #9f9f9f;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.btns {
    display: inline-block;
    font-weight: 400;
    color: #f9f9f9;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* background-color: transparent; */
    border: 1px solid transparent;
    padding: 0.2rem 0.5rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.col-form-labels {
    padding-top: 3px;
    /* padding-bottom: calc(0.375rem + 1px); */
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.container {
    max-width: 90%;
    margin: auto;
    background: #fff;
    padding: 1rem;
    /* border: 1px solid #e9e3e3; */
}
@media (min-width: 576px){
    .modal-dialog1 {
        max-width: 900px;
        margin: 1.75rem auto;
    }
}
.cursor-pointer {
	cursor: pointer;
}

nav#sidebar {
    padding-left: 10px;
}

.card.mb-0 {
    background: #2d3035;
    font-family: var(--bs-font-sans-serif);
    font-weight: 100;
    color: #FFF;
}
.btn-close {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn1 {
    display: inline-block;
    font-weight: 400;
    /* color: #212529; */
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* background-color: transparent; */
    border: 1px solid transparent;
    /* padding: 0.375rem 0.75rem; */
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

div#data_filter {
    color: #FFF;
}

table.dataTable tbody tr {
    background-color: #d5d5d500;
}

table.table th, table.table td {
    border: 0;
}
button.dt-button .dark-mode{
    padding: 5px 10px;
    /*background: #141428;*/
    border: 1px solid #a19f9f;
    border-radius: 5px;
    color: #fff;
}



button.dt-button {
    padding: 5px 10px;
    /*background: #141428;*/
    border: 1px solid #a19f9f;
    border-radius: 5px;
    color: #0a0a0a;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
	color: black;
}

.dataTables_wrapper .dataTables_paginate .paginate_button  {
	color: #969696 !important;
}

.container-fluid i.fas.fa-edit {
    color: #fc9e00 !important;
}

.container-fluid i.fas.fa-trash-alt {
    color: red !important;
}

.container-fluid i.fas.fa-plus {
    color: #32f327 !important;
}

.container-fluid i.fa.fa-retweet {
    color: #fc9e00 !important;
}

.container-fluid i.fas.fa-retweet {
    color: #32f327 !important;
}

.container-fluid i.fas.fa-users {
    color: #fcbeff !important;
}

.container-fluid i.fas.fa-user-plus {
    color: #32f327 !important;
}

.container-fluid i.fas.fa-cogs {
    color: #32f327 !important;
}

.container-fluid i.far.fa-check-circle {
    color: #32f327 !important;
}
.container-fluid i.fa.fa-file-import {
    color: #93ffe2;
}
.col-skblue i{
    color: #93ffe2;
}
.col-skblue {
    color: #93ffe2;
}
.col-blue{
    color: #00b8ff;
}
.col-blue i{
    color: #00b8ff;
}
.container-fluid .fa-file-export{
    color: #bfbf19 ;
}
.col-by{
    color: #bfbf19;
}

.container-fluid i.fas.fa-ban {
    color: red !important;
}

.close-tab {
    text-align: right;
    padding: .5rem .9rem 0;
}

.close-tab a {
    color: #ffffff !important;
    background: #8e0101;
    padding: 5px 10px;
    border-radius: 5px;
}

.sub-menu{
    background: #2d3035;
    border-radius: 10px; 
    color: #FFF;"
}

.back-tab{
    float: right; 
    padding: 0px -1px;
}

.back-tab a{
    color: #32f327 !important;

}

.tab-1 {
  /* submenu item active */
}

.tab-1 li a {
    padding-top: .6rem;
    padding-bottom: .6rem;
    padding-left: 55px;
    background: #2d3035
}

.tab-1.active > .tab-link {
    background: #32353b;
    border-left: 2px solid #db6574;
    color: #adb5bd;
}

.tab-1.active > .tab-link:hover {
    background: #32353b;
}

.tab-1.active > .tab-link .svg-icon {
    color: #db6574;
}

.tab-1.active ul .tab-link {
    border-left: 2px solid #db6574;
}

.tab-1 li.active > a.tab-link {
    background: #282b2f;
    color: #adb5bd;
}



.tab-1 .collapse {
  background: #22252a;
}

.tab-1 .collapse li:not(.active) .tab-link:hover {
    background: #282b2f;
    color: #adb5bd;
}

.tab-link {
    color: inherit;
    position: relative;
    padding: 1.2rem 1.2rem;
    text-decoration: none;
    display: block;
    border-left: 2px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #7d8087;
}

.container-tab {
    width: 17%; 
    background: #22252a; 
    border-radius: 10px; 
    height: 100%;
    display: flex;
}

.container-tab li{
    margin: 15px 15px;
    color: !important;
}

.product_wrapper {
    float:left;
    padding: 10px;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
    background: #0b4948;
    border-radius: 10px;
    margin: 20px;
    }

.product_wrapper:hover {
    box-shadow: 0 0 0 1px #196f6e;
    cursor:pointer;
    background: #196f6e;
    border-radius: 10px;
    }
.product_wrapper .name {
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
}

.product_wrapper .desc {
    /*font-weight:bold;
*/  color: #ffffff;
    overflow: hidden;
    width: 250px;
    height: 40px;
    font-size: 12px;
    text-align: left;
    margin-top: 10px;
}

.product_wrapper .date {
    color: #ffffff;
    overflow: hidden;
    max-width: 250px;
    margin-top: 10px;
    text-align: left;
}

.product_wrapper .view {
    text-transform: uppercase;
    background: #F68B1E;
    border: 1px solid #F68B1E;
    border-radius: 10px;
    cursor: pointer;
    color: #2d3035;
    padding: 5px 40px;
    margin-top: 10px;
}
.product_wrapper .view:hover {
    background: #f17e0a;
    border-color: #f17e0a;
}

/*.image img{
    width: 250px;
    height: 250px;
    border: solid 0px grey;
    border-radius: 10px;
    margin-top: 10px;
}*/
.message_box .box{
    margin: 10px 0px;
    border: 1px solid #2b772e;
    text-align: center;
    font-weight: bold;
    color: #2b772e;
}
.table td {
    border-bottom: #F0F0F0 1px solid;
    padding: 10px;
}
.cart_div {
    float:right;
    font-weight:bold;
    position:relative;
}
.cart_div a {
    color:#000;
}   
.cart_div span {
    font-size: 12px;
    line-height: 14px;
    background: #F68B1E;
    padding: 2px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: 13px;
    color: #fff;
    width: 14px;
    height: 13px;
    text-align: center;
}
.cart .remove {
    background: none;
    border: none;
    color: #0067ab;
    cursor: pointer;
    padding: 0px;
}
.cart .remove:hover {
    text-decoration:underline;
}

.table-vertical{
    margin: 3%;
    margin-top: 0px;
}

@import url('https://fonts.googleapis.com/css?family=Roboto');

.container-submenu{
    padding: 50px;
}

.card-submenu{
    width: 25%;
    /* height: 420px; */
    background-color: #1E2B32;
    border-radius: 10px 10px;
    float: left;
    position: relative;
}

.header{
    border-radius: 10px 10px 0px 0px;
    padding: 5px;
    background-color: #2A3942;
}

h3{
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    margin-left: 1rem;
}

.iconM{
    font-size: 18px;
    margin-left: 170px;
    color: #2f89fc;
}

.icon{
    margin-right: 8px;
}
.nav-menu{

    width: 24%;
    background: #22252a;
    border-radius: 10px;

}

.nav-menu li{
    transition: 1s all;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    padding: 11px 30px;
    margin-left: -40px;
    margin-top: 0px;
    color:#acacb5;
    list-style: none;
    display: block;
    border-top-right-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
}
.main-sidebar, .main-sidebar::before {
    transition: margin-left .3s ease-in-out,width .3s ease-in-out;
    width: 170px ;
}
.sidebar-mini .main-sidebar .nav-legacy .nav-link, .sidebar-mini-md .main-sidebar .nav-legacy .nav-link, .sidebar-mini-xs .main-sidebar .nav-legacy .nav-link {
    transition: margin-left .3s ease-in-out,width .3s ease-in-out;
    width: 180px;
    font-size: 14px;
}

@media (min-width: 768px){
    body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .main-footer, body:not(.sidebar-mini-md) .main-header {
    transition: margin-left .3s ease-in-out;
    margin-left: 170px !important;
    }
}
li:hover{
    transition: 1s all;
    /*color: #fff;*/
    /*background-color: rgba(42, 56, 65, 0.82);*/
    border-top-right-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    cursor: pointer;
}

.nav-menu > li{
    float: left;
}

.nav-menu li ul{
    background: #1E2B32;
    margin-left: 280px;
    margin-top: -38px;
    display: none;
    position: absolute;
    border-top-right-radius: 15px 15px;
    border-bottom-right-radius: 15px 15px;
}

.nav-menu li:hover > ul{
    display: block;
    cursor: pointer;
}
.menu-quarter{
    width: 74%;
    /*border: solid 1px;*/
    float: right;
    position: relative;
    /* margin: 5px -1px; */
    background-color: #1E2B32;
    border-radius: 10px 10px;
    margin: -130px 0px;
}
.info-tab {
    text-align: center;
    width: 100%;
    /* border: 1px solid #ddd; */
    background: #22252a;
    /*box-shadow: 0px 5px 20px rgba(0,0,0,0.1);*/
    display: inline-block;
    border-radius: 10px;
    position: relative;
}
.info-tab a{
    display: inline-block;
    float: left;
    text-decoration: inherit;
    color: inherit;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* background-color: #f0f0f0; */
    /*color: #000;*/
    /* border-radius: 50px; */
    padding: 9px 40px;
    box-sizing: border-box;
    position:relative;
    z-index:1;
    transition-duration:0.6s;
}
.info-tab a.active1 {
    /* background-color: #0068f8; */
    color: #FFF;
}
.info-tab a.disable{
    /* pointer-events: none; */
    /*color: #f0f0f0;;*/
    /* background-color: #f0f0f0; */
}
.info-tab .selector1{
    height:100%;
    display:inline-block;
    position:absolute;
    left:0px;
    top:0px;
    /*z-index:1;*/
    border-radius:10px;
    transition-duration:0.6s;
    /*transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);*/
    padding: 0px 0px ;
    background: #2d3035;
    background-color:#2d3035;
    /* background: -moz-linear-gradient(45deg, #05abe0 0%, #8200f4 100%);
    background: -webkit-linear-gradient(45deg, #05abe0 0%,#8200f4 100%);
    background: linear-gradient(45deg, #05abe0 0%,#8200f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#8200f4',GradientType=1 ); */
  }
.modal-content-quarter{
    width: 30%;
    color: #d1d1d1;
    /* background: #2d3035; */
    padding-bottom: 0px;
}
.modal-body-quarter{
    width: 60%;
    color: #646466;
}
.dataTables_wrapper .dataTables_length select {
    color: #040404;
    border: 1px solid #efd8d8;
}
.dataTables_wrapper .dataTables_length option {
    color: #000;
}
.col-green i{
    color: #1ad40b;
}


nav#sidebar {
    background: #0b4948;
    border-right: 1px solid #021f1e;
}

.bg-dash-dark {
    border-radius: 5px;
    background: #0b4948 !important;
    border: solid 1px #90baff;
  /*  margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 8px*/

}
.border-dash-dark-1 {
    border-color: #0b4948 !important;
}

.header {
    background-color: #0b4948;
}

.page-content {
    background: #90baff;
}

.sidebar-link {
    color: #ffffff;
}

.text-gray-600 {
    color: #ffffff !important;
}

.input-group-prepend {
    margin-right: -1px;
}

#select-all input[type="checkbox"] {
  position: absolute;
  width: 0;
 
}

/* Text color for the label */
input[type="checkbox"]+span {
    cursor: pointer;
    font: 14px sans-serif;
    color: #646466;
    /*border: solid 1px #40444b;*/
    border-radius: 3px;
    padding: 2px;
    padding-left: 32px;
    /* margin-left: -10px; */
   
}

/* Checkbox un-checked style */
#select-all input[type="checkbox"]+span:before {
  content: '';
  border: 1px solid grey;
  border-radius: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 0.5em;
  margin-top: 0.5em;
  vertical-align: -2px;
}

/* Checked checkbox style (in this case the background is green #e7ffba, change this to change the color) */
#select-all input[type="checkbox"]:checked+span:before {
  /* NOTE: Replace the url with a path to an SVG of a checkmark to get a checkmark icon */
  background-image: url('https://cdnjs.cloudflare.com/ajax/libs/ionicons/4.5.6/collection/build/ionicons/svg/ios-checkmark.svg');
  background-repeat: no-repeat;
  background-position: center;
  /* The size of the checkmark icon, you may/may not need this */
  background-size: 25px;
  border-radius: 2px;
  background-color: #e7ffba;
  color: white;
}

/* Adding a dotted border around the active tabbed-into checkbox */
#select-all input[type="checkbox"]:focus+span:before,
#select-all input[type="checkbox"]:not(:disabled)+span:hover:before {
  /* Visible in the full-color space */
  box-shadow: 0px 0px 0px 2px rgba(0, 150, 255, 1);

  /* Visible in Windows high-contrast themes
     box-shadow will be hidden in these modes and
     transparency will not be hidden in high-contrast
     thus box-shadow will not show but the outline will
     providing accessibility */
  outline-color: transparent; /*switch to transparent*/
  outline-width: 2px;
  outline-style: dotted;
  }

input[type="checkbox"] {
  position: absolute;
  width: 0;
 
}

/* Checkbox un-checked style */

input[type="checkbox"]:before {
    content: '';
    border: 1px solid grey;
    border-radius: 50%;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 0.5em;
    /* margin-top: 0.5em; */
    vertical-align: -2px;
    margin-left: 0px;
    
}

/* Checked checkbox style (in this case the background is green #e7ffba, change this to change the color) */
input[type="checkbox"]:checked:before {
  /* NOTE: Replace the url with a path to an SVG of a checkmark to get a checkmark icon */
  background-image: url('https://cdnjs.cloudflare.com/ajax/libs/ionicons/4.5.6/collection/build/ionicons/svg/ios-checkmark.svg');
  background-repeat: no-repeat;
  background-position: center;
  /* The size of the checkmark icon, you may/may not need this */
  background-size: 25px;
  border-radius: 50%;
  background-color: #e7ffba;
  color: white;
}

/* Adding a dotted border around the active tabbed-into checkbox */
input[type="checkbox"]:focus:before,
input[type="checkbox"]:not(:disabled):hover:before {
  /* Visible in the full-color space */
  box-shadow: 0px 0px 0px 2px rgba(0, 150, 255, 1);

  /* Visible in Windows high-contrast themes
     box-shadow will be hidden in these modes and
     transparency will not be hidden in high-contrast
     thus box-shadow will not show but the outline will
     providing accessibility */
  outline-color: transparent; /*switch to transparent*/
  outline-width: 2px;
  outline-style: dotted;
  }


/* Disabled checkbox styles */
input[type="checkbox"]:disabled {
  cursor: default;
  color: black;
  opacity: 0.5;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #db6574;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(219, 101, 116, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(219, 101, 116, 0.25);
}

.form-check-input:checked {
  background-color: #db6574;
  border-color: #db6574;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #db6574;
  border-color: #db6574;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}

.btn-default {
    background-color: #4e4e4e;
    border-color: #2b2e32;
    color: #bfb9b9;
    border: 0;
    padding: 0px 13px;
    border-radius: 5px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}   

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  margin: 1px;
  position: absolute;
  background-color: #31403b;
  min-width: 120px;
  border-radius: 5px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 3;
}

.dropdown-content a {
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #4e4e4e;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #31403b;}
.hidden {
   display: none !important;
 }

.main-header .nav-link{
    font-size: 14px;
}

.modal-large{
    max-width: 1000px;
}