.body-dashboard{
    background-color: #dadada33;
}
.size-icon{
    font-size: 15px;
}
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
    
}
.loadingNbl{
    transition: all .2s ease-in-out;
}
#loader-wrapper{
    height: 100%;
    position: absolute;
    z-index: 1;
    width: 100%;
    background: white;
    transition: all .2s ease-in-out;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}


.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #1b84e7;
    transition: width 0.6s ease;
}

a{
    transition: all 0.2s ease-in-out !important;
    text-decoration: none !important;
}
.background-left{
    background: url(../Img/dashboard.jpg) center center no-repeat;
    background-size: auto auto;
    background-size: cover;
}
.sing-in-left{
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;    
}
.sing-in-right{
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.signin-box{
    width: 400px;
    background-color: #fff;
    padding: 20px;
}
.signin-box.signup {
    width: 500px;
}
.signin-title-primary {
    font-weight: 300;
    color: #212529;
    margin-bottom: 50px;
}
.signin-box input[type^="text"]{
    padding: 10px !important;
    border-radius: 0px;
    transition: all .2s ease-in-out;
    margin-bottom: 15px;
}
.signin-box input:focus[type^="text"]{
    border-color: #5b99f6;
    box-shadow: 0px 0px 4px 0px #5c9dff;
    padding: 10px !important;
    transition: all .2s ease-in-out;
}

.signin-box input[type^="password"]{
    padding: 10px !important;
    border-radius: 0px;
    transition: all .2s ease-in-out;
    margin-bottom: 15px;
}
.signin-box input:focus[type^="password"]{
    border-color: #5b99f6;
    box-shadow: 0px 0px 4px 0px #5c9dff;
    padding: 10px !important;
    transition: all .2s ease-in-out;
}
.signin-box .btn-login{
    border-radius: 0;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
    border: 0;
    min-height: 40px;
    background-image: linear-gradient(to right, #1b84e7 0%, #6f42c1 100%);
    background-repeat: repeat-x;
    transition: all .2s ease-in-out;
}
.signin-box .btn-login:hover{
    cursor: pointer;
    transition: all .2s ease-in-out;
    box-shadow: 0px 0px 15px 0px #b7b2b2;
}
.signin-box .btn-login:focus{
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.signin-box .btn-register{
    border-radius: 0;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
    border: 0;
    min-height: 40px;
    background-image: linear-gradient(to right, #1b84e7 0%, #6f42c1 100%);
    background-repeat: repeat-x;
    transition: all .2s ease-in-out;
}
.signin-box .btn-register:hover{
    cursor: pointer;
    transition: all .2s ease-in-out;
    box-shadow: 0px 0px 15px 0px #b7b2b2;
}
.signin-box .btn-register:focus{
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.signup-separator{
    position: relative;
    text-align: center;
    margin-bottom: 35px;
    color: #868ba1;
}
.signup-separator::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dee2e6;
}
.signup-separator span {
    background-color: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 5;
}
.signin-box .btn-facebook {
    background-color: #4267B2;
    color: #fff;
    cursor: pointer;
    border-radius: 0px;
}
.signin-box .btn-facebook:hover {
    box-shadow: 0px 0px 15px 0px #b7b2b2;
}
.signin-box .btn-gmail{
    background-color: #d14836;
    color: #fff;
    cursor: pointer;
    border-radius: 0px;
}
.signin-box .btn-gmail:hover{
    box-shadow: 0px 0px 15px 0px #b7b2b2;
}
.register-new{
    margin-top: 40px;
    color: #868ba1;
}
.register-new a{
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}
.img-gmail{
    width: 16px;
    height: 16px;
}
.signin-box .fa-spin {
    position: absolute;
    right: 53px;
    bottom: 26px;
    font-size: 91px;
    color: #a2b1b133;
}
.div-view-two{
    display: none;
}

.div-view-one{
    display: block;
}
.g-recaptcha{
    text-align: center;
    margin-bottom: 14px;
}

.padding_mn{
    padding: 0;
}

/* Dashboard */

.slim-header {
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #dee2e6;
}
.slim-logo {
    font-size: 36px;
    margin-right: 60px;
    display: inline-block;
    margin-bottom: 0;
}
.slim-logo a {
    color: #1b84e7;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    background-color: transparent;
    letter-spacing: -2px;
    font-weight: 700;
}
.slim-logo a:hover{
    color: #0c5ca7;
    transition: all 0.2s ease-in-out;
}
.search-box {
    align-items: center;
    border: 1px solid #dee2e6;
    background-color: #f8f9fa;
    padding: 2px;
    border-radius: 50px;
    display: inline-block;
}
.search-box .form-control {
    border: 0;
    width: 250px;
    background-color: transparent;
    padding-left: 20px;
    display: inline-block;
}
.search-box .form-control:focus {
    box-shadow: 0 0 0 0 #0000 !important;
}
.search-box button {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 0;
    background-color: #4662D4;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.slin-d-flex{
    display: flex;
    align-items: center;
}
.header-notification {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #6c757d;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: relative;
    transition: all 0.2s ease-in-out;
    background-color: transparent;
}
.header-notification:hover, .header-notification:focus {
    background-color: #f2f4f6;
    color: #1b84e7;
    text-decoration: none;
}
.header-notification .indicator {
    background-color: #e71b1b;
    border-radius: 100%;
    position: absolute;
    top: 3px;
    right: 5px;
    font-size: 10px;
    color: white;
    padding: 0px 5px 1px 5px;
}
.right{
    text-align: right;
}
.right .dropdown-menu {
    border-top: 0;
    margin-top: 22px;
    margin-right: -15px;
    transform: none !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    width: 350px;
}
.right .dropdown-menu::before {
    content: '';
    border: 8px solid transparent;
    border-bottom-color: transparent;
    border-bottom-color: #1b84e7;
    position: absolute;
    top: -16px;
    right: 26px;
    z-index: 5;
}
.right .dropdown-a {
    display: inline-block;
    margin-right: 15px;
}
.dropdown-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    border-bottom: 1px solid #dee2e6;
}
.dropdown-menu-title {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #343a40;
}

.dropdown-menu-header div a{
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-size: 12px;
}
    
.dropdown-menu-header div a:nth-child(2) {
    margin-left: 5px;
    padding-left: 8px;
    border-left: 1px solid #ced4da;
}
.dropdown-activity-list .activity-label {
    padding: 7px 15px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
}
.dropdown-activity-list .activity-item {
    font-size: 13px;
    padding: 10px 15px;
    border-bottom: 1px solid #dee2e6;
}
.dropdown-activity-list .activity-item .row {
    align-items: flex-start;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.tx-right {
    text-align: right;
}
.tx-center {
    text-align: center;
}
.square-10 {
    display: inline-block;
    width: 10px;
    height: 10px;
}
.dropdown-activity-list .activity-item .square-10 {
    border-radius: 100%;
}
.dropdown-activity-list .activity-item {
    font-size: 13px;
}
.dropdown-activity-list .activity-item .row .col-8 {
    color: #495057;
}
.dropdown-list-footer {
    padding: 10px 15px;
    text-align: center;
    font-size: 12px;
}
.dropdown-list-footer a{
    text-decoration: none;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
}
.dropdown-c{
    display: inline-block;
}
.right .dropdown-c a{
    text-decoration: none !important;
}
.logged-user img {
    width: 45px;
    height: 45px;
    padding: 3px;
    border-radius: 100%;
}
.logged-user .icon-login{
    vertical-align: middle;
    border-style: none;
    font-size: 34px;
    padding: 5px;
}
.logged-user span {
    margin-left: 10px;
    margin-right: 5px;
}
.right .dropdown-c .dropdown-menu {
    width: 200px;
    margin-top: 17px;
    padding: 10px;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.right .dropdown-c .nav-link {
    height: 40px;
    display: flex;
    align-items: center;
    color: #495057;
    padding: 0 10px;
    width: 100%;
}
.right .dropdown-c .nav-link i {
    font-size: 20px;
    line-height: 0;
    margin-right: 8px;
    color: #1b84e7;
    width: 18px;
    text-align: center;
    transition: all 0.2s ease-in-out;
}
.right .dropdown-c .nav-link:hover, .right .dropdown-c .nav-link:focus {
    background-color: #e9ecef;
}
.slim-navbar .nav {
    padding: 0;
    margin: 0;
    position: relative;
}
.slim-navbar .nav-item {
    flex: 1 1 0;
    text-align: center;
}
.slim-navbar .nav-link {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .7px;
    font-weight: 500;
    color: #656d75;
    height: 46px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-right-width: 0;
    cursor: pointer;
    
}
.slim-navbar .nav-item:last-child .nav-link {
    border-right-width: 1px;
}
#menu-user .slim-navbar .nav-item:nth-child(5) .nav-link {
    border-right-width: 1px;
}

.slim-navbar .nav-item.active .nav-link {
    background-color: #1b84e7;
    background-image: linear-gradient(to right, #1b84e7 0%, #1515af 100%);
    background-repeat: repeat-x;
    border-width: 0;
    color: #fff;
    cursor: pointer;
}
.slim-navbar .nav-item.active .nav-link i {
    margin-right: 8px;
    font-size: 18px;
    line-height: 0;
    color: #fff;
}
.slim-navbar .nav-item .nav-link i {
    margin-right: 8px;
    font-size: 18px;
    line-height: 0;
    color: #9f9f9f;
}
.slim-navbar .sub-item {
    background-color: #fff;
    position: absolute;
    top: 46px;
    left: auto;
    border: 1px solid #ced4da;
    border-top: 0;
    padding: 10px 0;
    box-shadow: 0 2px 3px rgba(108, 117, 125, 0.16);
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    z-index: 1000;
    display: none;
}
.size_intem{
    width: 200px !important;
}
.slim-navbar .nav-item.with-sub:hover > .sub-item, .slim-navbar .nav-item.with-sub:focus > .sub-item {
    display: block;
}
.slim-navbar .sub-item {
    font-size: 13px;
    font-weight: 400;
}
.slim-navbar .sub-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
.slim-navbar .sub-item ul a {
    display: block;
    padding: 6px 10px;
    margin: 0 10px;
    color: #495057;
}
.slim-navbar .nav-link .square-8 {
    margin-left: 3px;
    background-color: #28a745;
    border-radius: 100%;
}
.square-8 {
    display: inline-block;
    width: 8px;
    height: 8px;
}
.slim-navbar .nav-link .square-8 {
    margin-left: 5px;
}
.slim-navbar .sub-item ul a:hover, .slim-navbar .sub-item ul a:focus {
    color: #1b84e7;
    background-color: #f2f4f6;
}
.slim-pageheader {
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.slim-breadcrumb {
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
    font-size: 12px;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: 3px;
}
.slim-pagetitle {
    margin-bottom: 10px;
    color: #343a40;
    padding-left: 10px;
    border-left: 2px solid #1B7EE4;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: .5px;
}
.slim-breadcrumb {
    font-size: 14px;
}
.log-check{
    background-color: #f6f6f6;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    padding-top: 100px;
    text-align: center;
}
.logg__asig{
    max-width: 500px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
}
.logg__men{
    padding: 5px 30px;
    text-align: center;
    margin-top: 19px;
    color: #848484;
    font-size: 17px;
}
.fn-heading{
    color: #848484;
    text-align: center;
}
.contain-i{
    text-align: center;
    margin-top: 25px;
}
.contain-i i{
    color: green;
    border-radius: 34px;
    border: 3px solid;
    padding: 5px;
}
.contain__link{
    text-align: center;
    margin-top: 15px;
}
.back-register{
    background: url(../Img/dashboard.jpg) center center no-repeat;
    background-size: auto auto;
    background-size: cover;
}
.back-register span{
    background-color: rgba(6, 6, 6, 0.63);
    height: 100%;
    max-width: 100%;
    z-index: 1;
    width: 100%;
    position: absolute;
}
.back-register .container{
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.back-register .row{
    position: absolute;
    z-index: 1;
}
.contain-t{
    text-align: center;
    margin-top: 18px;
}
.contain-t i{
    color: #f8541f;
    border-radius: 34px;
    border: 3px solid;
    padding: 5px 7px;
}
.logo-img{
    width: 50%;
    margin-bottom: 20px;
}
.logo-dashboard{
    width: 11%;
    margin-right: 63px;
}
.terminos-condiciones{
    font-size: 11px;
    padding: 10px 46px;
}
.terminos-condiciones strong.red{
    color: red;
}
.terminos-condiciones strong.line{
    text-decoration: underline;
}
.terminos-condiciones img{
    width: 135px;
    max-width: 135px;
}
.widget{
    background: white;
    box-shadow: 0px 0px 5px 0px #cecece;
    padding: 20px;
    margin-bottom: 20px;
}
.widget.admin{
    background: white;
    box-shadow: 0px 0px 5px 0px #cecece;
    padding: 20px;
    margin-bottom: 20px;
}
.widget.admin .case-widget{
    background: #f2f2f2;
    padding: 17px;
    box-shadow: 1px 0px 4px 0px #adadad;
    border-radius: 15px;
    margin: 10px 0px;
}
.widget.admin .icon-widget{
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-size: 87px;
    color: #c2c2c2;
}
.widget.admin h1{
    font-size: 51px;
}
.widget.admin .fa-check-circle{
    color: #099c00;
}
.widget .col-3 i{
    font-size: 48px;
    color: #d8d8d8;
}
.widget .col-9 p{
    color: #007bff;
    margin-top: 10px;
}
.widget input{
    padding: 11px;
    border-radius: 0;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}
.widget.admin input{
    padding: 11px;
    border-radius: 0;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    margin: 0;
}
.widget.admin textarea{
    padding: 11px;
    border-radius: 0;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    height: 100px;
    margin: 0;
}
.widget textarea{
    padding: 11px;
    border-radius: 0;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}
.widget input:focus{
    border: 1px solid transparent;
    border-image: linear-gradient(to bottom right, #3acfd5 0%, #3a4ed5 100%);
    border-image-slice: 1;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}
.widget select{
    padding: 11px;
    border-radius: 0;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}
.widget select:focus{
    border: 1px solid transparent;
    border-image: linear-gradient(to bottom right, #3acfd5 0%, #3a4ed5 100%);
    border-image-slice: 1;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}
.widget select.form-control:not([size]):not([multiple]) {
    height: calc(3.25rem + 2px);
}

.widget textarea:focus{
    border: 1px solid transparent;
    border-image: linear-gradient(to bottom right, #3acfd5 0%, #3a4ed5 100%);
    border-image-slice: 1;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}
.info-prealerta{
    font-size: 12px;
    color: #6b6b6b;
    border-radius: 0;
}
.info-danger{
    font-size: 12px;
    border-radius: 0;
}
.info-prealerta.primary{
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

/*check-box*/
.widget input[type="checkbox"] + .label-text:before{
	content: "\f0c8";
	font-family: "Font Awesome 5 Free";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}

.widget input[type="checkbox"]:checked + .label-text:before{
	content: "\f14a";
	color: #1a79e2;
	animation: effect 250ms ease-in;
}

.widget input[type="checkbox"]:disabled + .label-text{
	color: #aaa;
}

.widget input[type="checkbox"]:disabled + .label-text:before{
	content: "\f111";
	color: #ccc;
}

/*Radio Toggle*/

.container-prealert{
    max-height: 175px;
    overflow-y: auto;
    padding: 7px;
}
.container-prealert .form-check {
    position: relative;
    display: block;
    margin-bottom: .5rem;
    margin-top: .5em;
}

.widget .toggle input[type="checkbox"] + .label-text:before{
	content: "\f204";
	font-family: "Font Awesome 5 Free";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 10px;
}

.widget .toggle input[type="checkbox"]:checked + .label-text:before{
	content: "\f205";
	color: #16a085;
	animation: effect 250ms ease-in;
}

.widget .toggle input[type="checkbox"]:disabled + .label-text{
	color: #aaa;
}

.widget .toggle input[type="checkbox"]:disabled + .label-text:before{
	content: "\f204";
	color: #ccc;
}

.widget input[type="checkbox"], input[type="checkbox"] {
    position: absolute;
    right: 9000px;
}

@keyframes effect{
	0%{transform: scale(0);}
	25%{transform: scale(1.3);}
	75%{transform: scale(1.4);}
	100%{transform: scale(1);}
}
/*check-box*/

/*Radio box*/

.widget input[type="radio"] + .label-text:before{
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}

.widget input[type="radio"]:checked + .label-text:before{
	content: "\f192";
	color: #1a79e2;
	animation: effect 250ms ease-in;
}

.widget input[type="radio"]:disabled + .label-text{
	color: #aaa;
}

.widget input[type="radio"]:disabled + .label-text:before{
	content: "\f111";
	color: #ccc;
}

/*Radio Toggle*/

.container-prealert{
    max-height: 175px;
    overflow-y: auto;
    padding: 7px;
}
.container-prealert .form-check {
    position: relative;
    display: block;
    margin-bottom: .5rem;
    margin-top: .5em;
}

.widget .toggle input[type="radio"] + .label-text:before{
	content: "\f204";
	font-family: "Font Awesome 5 Free";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 10px;
}

.widget .toggle input[type="radio"]:checked + .label-text:before{
	content: "\f205";
	color: #16a085;
	animation: effect 250ms ease-in;
}

.widget .toggle input[type="radio"]:disabled + .label-text{
	color: #aaa;
}

.widget .toggle input[type="radio"]:disabled + .label-text:before{
	content: "\f204";
	color: #ccc;
}

.widget input[type="checkbox"], input[type="radio"] {
    position: absolute;
    right: 9000px;
}

@keyframes effect{
	0%{transform: scale(0);}
	25%{transform: scale(1.3);}
	75%{transform: scale(1.4);}
	100%{transform: scale(1);}
}

/* end checkbox */
.btn-selec-all{
    cursor: pointer;
    padding: 10px 20px;
    color: white;
    background-image: linear-gradient(to right, #1b84e7 0%, #1515af 100%);
    border-radius: 50px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}
.btn-selec-all:hover, .btn-selec-all:focus{
    box-shadow: 0px 0px 4px 0px #393838;
    transition: all 0.3s ease-in-out;
}
.btn-cant{
    padding: 5px 10px;
    border-radius: 20px;
}
.estado-prealerta{
    margin: 0;
    padding: 0px 10px;
    font-size: 13px;
}
.alert-guia{
    font-size: 18px;
    color: gray;
}
.alert-i{
    font-size: 51px;
    color: #e6e6e6;
}

.estado-despacho-activo .alert{
    border-bottom: 1px solid #b1b1b1;
    position: unset;
}
.estado-view{
    padding: 3px 3px;
    border-radius: 24px;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
}
.number-guia{
    font-size: 12px;
}
.confirm{
    padding: 2px 21px 4px;
    border: 0;
    background: #28a745;
    border-radius: 15px;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
}
.confirm.positivo{
    background: #28a745;
}
.confirm.negativo{
    background: red;
}
.confirm:hover, .confirm:focus {
    box-shadow: 0px 0px 4px 0px #393838;
    transition: all 0.3s ease-in-out;
}
.profile-i label{
    text-transform: uppercase;
    color: gray;
}
.profile-i input{
    border: 1px solid transparent;
    border-image: linear-gradient(to bottom right, #3acfd5 0%, #3a4ed5 100%);
    border-image-slice: 1;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
}
.chat-btn{
    position: fixed;
    right: 151px;
    padding: 15px;
    font-size: 28px;
    border-radius: 100%;
    background-image: linear-gradient(to right, #1b84e7 0%, #1515af 100%);
    color: white;
    cursor: pointer;
    bottom: 33px;
    border: none;
    width: 61px;
    animation-duration: 0.5s !important;
    outline: none;
}
.chat-btn span{
    position: absolute;
    padding: 2px;
    background: red;
    width: 26px;
    font-size: 15px;
    border-radius: 100%;
    top: -15px;
    right: 0;
}
.box-message{
    position: fixed;
    right: 150px;
    width: 330px;
    bottom: 103px;
    background: white;
    box-shadow: 0px 0px 12px 0px #c0c0c0;
    border-radius: 15px;
    min-height: 50%;
    animation-duration: 1s !important;
}
.header-message{
    background-image: linear-gradient(to right, #1b84e7 0%, #1515af 100%);
    background-blend-mode: overlay;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 15px;
}
.header-message .fa-medapps{
    color: white;
    font-size: 45px;
}
.header-message h4{
    color: white;
    font-size: 19px;
    margin-top: 10px;
}
.header-message h6{
    font-size: 15px;
    color: #fff9;
}
.body-message{
    padding: 15px;
}
.send-message{
    position: absolute;
    width: 100%;
    bottom: 0;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    resize: none;
    box-sizing: border-box;
    padding: 18px;
    line-height: 1.33;
    background-color: #fff;
    white-space: pre-line;
    white-space: pre-wrap;
    word-wrap: break-word;
    height: 59px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top: 1px solid #e6e6e6;
    font-size: 15px;
    outline: none;
}
.send-message.disabled{
    pointer-events: none;
}
.solicitud-alert{
    margin: 0;
    border-radius: 0;
    font-size: 12px;
}
.conversacion{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 59px;
    background: #efefef;
    overflow-y: scroll;
    padding: 12px 17px;
    height: 200px;
    border-top: 1px solid #e6e6e6;
    overflow-x: hidden;
}
.sn-conversacion{
    height: 100%;
    width: 100%;
    display: flex;
    font-size: 78px;
    text-align: center;
    color: #b3b3b3;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.box-oculta{
    display: none;
}
.box-view{
    display: block;
}
.contenedor-estados{
    text-align: right;
    font-size: 11px;
    margin-top: 11px;
    color: #898989;
}
.estados{
    padding: 3px 7px;
    color: white;
    border-radius: 14px;
}
.estados.Recibido{
    background: red;
}
.estados.Procesando{
    background: #1b7ee4;
}
.estados.Pendiente{
    background: #10b1b7;
}
.estados.Completado{
    background: #009c25;
}
.message-contain-user{
    margin-bottom: 10px;
    background: white;
    padding: 7px 14px;
    font-size: 12px;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    box-shadow: 0px 0px 7px 0px #6c6c6c;
}
.message-contain-adm{
    margin-bottom: 10px;
    background: white;
    padding: 7px 14px;
    font-size: 12px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
    background-image: linear-gradient(to right, #1b84e7 0%, #1515af 100%);
    color: white;
    box-shadow: 0px 0px 7px 0px #6c6c6c;
}
.message-contain-user .fecha_hora{
    font-size: 10px;
    text-align: right;
}
.message-contain-adm .fecha_hora{
    font-size: 10px;
    text-align: right;
}
.message-contain-user hr{
    margin: 3px 0px;
}
.message-contain-adm hr{
    margin: 3px 0px;
}
.buscador_informacion{
    padding: 6px 25px;
    border: 1px solid #b0b0b0;
    margin-top: 10px;
    cursor: pointer;
    box-shadow: -1px 1px 3px 0px #929292;
    transition: all 0.3s ease-in-out;
}
.buscador_informacion hr{
    width: 100%;
    margin: 8px 2px 4px 2px;
}
#dat-guia{
    max-height: 300px;
    overflow-y: auto;
    padding: 5px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.buscador_informacion:hover, .buscador_informacion:focus{
    border: 1px solid #eaeaea;
    box-shadow: -1px 1px 5px 0px #3f3f3f;
    transition: all 0.3s ease-in-out;
}
.alert-despacho{
    padding: 5px 18px;
    margin: 5px;
    display: inline-block;
    border-radius: 30px;
}
.despacho-seleccionado-admin{
    margin-top: 30px;
    box-shadow: 0px 0px 11px 0px #c6c6c6;
    padding: 35px;
    border: 1px solid #f3f3f3;
}
.Selec_box{
    margin-top: 30px;
    box-shadow: 0px 0px 11px 0px #c6c6c6;
    padding: 35px;
    border: 1px solid #f3f3f3;
}
.estatus_selec{
    display: inline-block;
    right: 45px;
    position: absolute;
    padding: 0px !important;
    border: 1px solid #c3c3c3;
    font-size: 17px;  
    margin: 0;
}
.title_change{
    display: inline-block;
    right: 27px;
    position: absolute;
    top: 22px;
}

.panel-heading{
    display: inline-block;
}
.panel-heading input[type="checkbox"]:disabled + .label-text::before {
    content: "\f14a";
    color: #ccc;
}
.panel-heading a{
    color: #000;
    font-size: 17px;
}

.panel-collapse{
    box-shadow: 0px 0px 6px 0px #aaa;
    padding: 0px 25px;
    border-radius: 5px;
}

.panel-heading a:hover, .panel-heading a:focus, .panel-heading a:active{
    background: linear-gradient(to right, #1b84e7 0%, #1515af 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    color: transparent;
}

.container-a .alert-primary{
    padding: 5px 9px;
    width: 100%;
    font-size: 9pt;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
}
.container-a .alert-primary.a1{
    background-image: linear-gradient(to right, #01a873 0%, #1594af 100%);
    color: white;
}
.container-a .alert-primary.a2{
    background-image: linear-gradient(to right, #1b84e7 0%, #1515af 100%);
    color: white;
}
.container-a .alert-primary.a3{
    background-image: linear-gradient(to right, #4499e9 0%, #1313ff 100%);
    color: white;
}
.container-a .alert-primary.a4{
    background-image: linear-gradient(to right, #8e44e9 0%, #492a8f 100%);
    color: white;
}
.container-a .alert-primary.a5{
    background-image: linear-gradient(to right, #b02c3f 0%, #ff133d 100%);
    color: white;
}

.contenedor-listado-pqr{
    border-right: 1px solid #d4d4d4;
    height: 500px;
    overflow-y: scroll;
}
.padding-left-nn{
    padding-left: 0;
}
.user-container-list{
    padding: 7px 7px;
    cursor: pointer;
}
.user-container-list.active{
    border: 1px solid #8e00e4;
}
.user-container-list:hover{
    transition: all 0.3s ease-in-out;
    background: #f6f6f6;
}
.user-container-list h5{
    font-size: 12px;
    margin: 0;
}
.img-perfil{
    background: url(../Img/perfil-pqr.png) center center no-repeat;
    background-size: cover;
    padding-bottom: 100%;
    border-radius: 100%;
    border: 1px solid #e4e4e4;
}
.img-perfil.mini{
    padding: 3px 16px;
    margin-right: 9px;
    border: 2px solid #ededed;
}
.hr-msg-pqr{
    margin: 0px -6px 2px 70px;
}
.hora_fecha{
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.pendiente{
    position: absolute;
    background: #fc360b;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    margin-top: 28px;
    padding: 0px 11px;
    font-size: 13px;
    color: white;
    left: 49px;
    border-radius: 25px;
}
.back-message-adm{
    background: #ececec99;
}
.container-chat-adm{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    height: 100%;
    font-size: 136px;
    color: #b0b0b0;
}
.solic-comment-pqr{
    font-size: 20px;
}

.header_mensagg_adm{
    padding: 10px;
    color: white;
    font-size: 20px;
    background-image: linear-gradient(to right, #1b84e7 0%, #1515af 100%);
}
.header_mensagg_adm select{
    margin-bottom: 0;
    margin-top: 14px;
    height: 31px !important;
}
.send-message-adm{
    position: absolute;
    width: 100%;
    bottom: 0;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    resize: none;
    box-sizing: border-box;
    padding: 18px;
    line-height: 1.33;
    background-color: #fff;
    white-space: pre-line;
    white-space: pre-wrap;
    word-wrap: break-word;
    height: 59px !important;
    font-size: 15px;
    outline: none;
    border: 1px solid #e6e6e6;
}
.conversacion2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background: #efefef;
    overflow-y: scroll;
    padding: 12px 17px;
    border-top: 1px solid #e6e6e6;
    overflow-x: hidden;
    height: 61%;
    max-height: 339px;
}
.conversacion2 .message-contain-user{
    border-top-left-radius: 0px !important;
    border-top-right-radius: 13px !important;
}
.conversacion2 .message-contain-adm{
    border-top-left-radius: 13px !important;
    border-top-right-radius: 0px;
}
.padding_mn form{
    margin: 0px !important;
}
.padding_mn form .scroll{
    padding: 5px 18px;
}
.oculto{
    display: none;
}
.mostrar{
    display: block;
}

/********** tabs *********/
/* Style the tab */
.tab {
    float: left;
    width: 100%;
    
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
 background: transparent;   
}

.change_estatus_container{
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #efefef;
    padding: 11px;
}
.change_estatus_container select{
    margin: 0;
    height: calc(2.25rem + 3px) !important;
    font-size: 12px;
    border: 0px solid;
    box-shadow: 0px 0px 5px 0px #9e9e9e;
}

.aprob{
    margin-left: 8%;
    border-radius: 23px;
}

.user-container-list .fa-check{
    margin-top: 20px;
    padding: 5px 6px;
    background: #28a745;
    border-radius: 20px;
    color: white;
}
.user-container-list .fa-times-circle{
    margin-top: 20px;
    padding: 5px 6px;
    background: #fc360b;
    border-radius: 20px;
    color: white;
}

.form-generar-despcho{
    display: inline-block;
    margin: 0;
}

/*Radio Toggle*/

.contenedor-form-check{
    display: inline-block;
}

.contenedor-form-check .form-check {
    position: relative;
    display: block;
    margin-bottom: .5rem;
    margin-top: .5em;
}

.contenedor-form-check .toggle input[type="radio"] + .label-text:before{
	content: "\f204";
	font-family: "Font Awesome 5 Free";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 10px;
}

.contenedor-form-check .toggle input[type="radio"]:checked + .label-text:before{
	content: "\f205";
	color: #16a085;
	animation: effect 250ms ease-in;
}

.contenedor-form-check .toggle input[type="radio"]:disabled + .label-text{
	color: #aaa;
}

.contenedor-form-check .toggle input[type="radio"]:disabled + .label-text:before{
	content: "\f204";
	color: #ccc;
}

.contenedor-form-check input[type="checkbox"], input[type="radio"] {
    position: absolute;
    right: 9000px;
}

.contenedor-form-check input[type="checkbox"]:disabled + .label-text::before {
    color: #ccc;
    content: "\f14a";
}

@keyframes effect{
	0%{transform: scale(0);}
	25%{transform: scale(1.3);}
	75%{transform: scale(1.4);}
	100%{transform: scale(1);}
}

/* end checkbox */
.listado-pqr-active{
    margin: 0;
    padding: 0;
    list-style: none;
}
.input-normal input{
    padding: 0 !important;
    border: 0 !important;
}
.input-normal .tag-editor{
    padding: 10px;
    text-transform: uppercase;
}
.input-normal label{
    padding: 5px 0px;
    color: #6f6f6f;
    font-style: italic;
}

.container-search-user{
    border: 1px solid #c9c9c9;
    padding: 9px;
    border-top: 0;
    cursor: pointer;
}
.container-search-user.active{
    box-shadow: 0px 0px 10px 0px #ccc;
    border: 0;
    border-image: linear-gradient(to bottom right, #3acfd5 0%, #3a4ed5 100%);
    
}
.container-search-user i{
    font-size: 30px;
    color: #d2d2d2;
    margin-top: 10px;
}
.change_estatus{
    margin: 0 !important;
    border: 1px solid #bfbfbf !important;
    padding: 0 10px !important;
    border-radius: 18px !important;
    font-size: 14px !important;
}
.modal_change_pass{
    background: #000000b3 !important
}
.change_pass_user_one .icon-ico{
    font-size: 56px;
    color: #ddd;
}
.change_pass_user_one h3{
    font-size: 23px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #5f5f5f;
}
.change_pass_user_one p strong{
    font-style: italic;
}
.change_pass_user_one form{
    margin: 0;
}
.widget.change_pass{
    box-shadow: none;
}
.edit-user-fa{
    font-size: 30px;
    padding: 15px;
    background: #28a7a7;
    border-radius: 100%;
    color: white;
    box-shadow: 0px 0px 13px 0px #c8c8c8;
    border: 2px solid;
}
.container-user-edit{ display: none; }
.container-user-edit-view{ display: flex; }
#datos_buscados{
    max-height: 400px;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: white;
    overflow: auto;
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    box-shadow: 0px 0px 9px 0px #d2d2d2;
}
.update-file{
    margin: 0 !important;
    border: 1px solid #ddd;
    border-radius: 10px !important;
    padding: 21px !important;
}
.img-responsive{
    width: 85px;
    cursor: pointer;
}
.img-responsive2{
    width: 100%;
   
}
.position-xy{
    position: relative;
    color: white !important;
    cursor: pointer;
}
.notific_log{
    position: absolute;
    padding: 5px 11px;
    background: #ff4545;
    font-size: 12px;
    top: -16px;
    left: -14px;
    color: white;
    border-radius: 100%;
    border: 1px solid;
    font-weight: bold;
}
.eyen{
    font-size: 66px;
    color: #cfcfcf;
}
.mensaje-error{
    font-size: 26px;
}
.dif{
    font-size: 11px !important;
    padding: 6px !important;
    border-radius: 0 !important;
}
@media only screen and (min-width: 280px) and (max-width: 360px){ 
    .sing-in-left{
        display: none;
    }
    /* mobile header */
    .search-box{
        display: none;
    }
    .right .dropdown-a {
        margin-right: 0px;
    }
    .logged-user span {
        display: none;
    }
    .header-notification {
        font-size: 18px;
    }
    .dropdown-menu-header {
        padding: 6px 15px;
    }
    .dropdown-menu-title {
        font-size: 10px;
    }
    .dropdown-menu-header div a {
        font-size: 11px;
    }
    .dropdown-activity-list .activity-label {
        font-size: 9px;
    }
    .dropdown-list-footer {
        padding: 0px 15px;
        font-size: 11px;
        padding-top: 8px;
    }
    .right .dropdown-menu {
        width: 269px;
    }
    .right .dropdown-c .dropdown-menu {
        margin-top: 15px;
    }
    .right .dropdown-c .nav-link {
        height: 31px;
        font-size: 12px;
    }
    .right .dropdown-c .nav-link i {
        font-size: 16px;
    }
    .slim-navbar .nav-link .square-8 {
        margin-left: 4px;
        display: block;
    }
    
    /* mobile menu */ 
    .slim-navbar .nav-item span {
        display: none;
    }
    .slim-navbar .nav-item .nav-link i {
        margin-right: 0px;
    }
    .slim-navbar .nav-item.active .nav-link i {
        margin-right: 0px;
    }
    .size_intem {
        width: 100px !important;
    }
    
}
@media only screen and (min-width: 361px) and (max-width: 411px){ 
    .sing-in-left{
        display: none;
    }
    /* mobile header */
    .search-box{
        display: none;
    }
    .logged-user span {
        display: none;
    }
    .header-notification {
        font-size: 18px;
    }
    .dropdown-menu-header {
        padding: 6px 15px;
    }
    .dropdown-menu-title {
        font-size: 10px;
    }
    .dropdown-menu-header div a {
        font-size: 11px;
    }
    .dropdown-activity-list .activity-label {
        font-size: 9px;
    }
    .dropdown-list-footer {
        padding: 0px 15px;
        font-size: 11px;
        padding-top: 8px;
    }
    .right .dropdown-menu {
        width: 269px;
    }
    .right .dropdown-c .dropdown-menu {
        margin-top: 15px;
    }
    .right .dropdown-c .nav-link {
        height: 31px;
        font-size: 12px;
    }
    .right .dropdown-c .nav-link i {
        font-size: 16px;
    }
    .slim-navbar .nav-link .square-8 {
        margin-left: 4px;
        display: block;
    }
    
    /* mobile menu */ 
    .slim-navbar .nav-item span {
        display: none;
    }
    .slim-navbar .nav-item .nav-link i {
        margin-right: 0px;
    }
    .slim-navbar .nav-item.active .nav-link i {
        margin-right: 0px;
    }
    .size_intem {
        width: 100px !important;
    }
    
}
@media only screen and (min-width: 412px) and (max-width: 414px){ 
    .sing-in-left{
        display: none;
    }
    /* mobile header */
    .search-box{
        display: none;
    }
    .logged-user span {
        display: none;
    }
    .header-notification {
        font-size: 18px;
    }
    .dropdown-menu-header {
        padding: 6px 15px;
    }
    .dropdown-menu-title {
        font-size: 10px;
    }
    .dropdown-menu-header div a {
        font-size: 11px;
    }
    .dropdown-activity-list .activity-label {
        font-size: 9px;
    }
    .dropdown-list-footer {
        padding: 0px 15px;
        font-size: 11px;
        padding-top: 8px;
    }
    .right .dropdown-menu {
        width: 269px;
    }
    .right .dropdown-c .dropdown-menu {
        margin-top: 15px;
    }
    .right .dropdown-c .nav-link {
        height: 31px;
        font-size: 12px;
    }
    .right .dropdown-c .nav-link i {
        font-size: 16px;
    }
    .slim-navbar .nav-link .square-8 {
        margin-left: 4px;
        display: block;
    }
    
    /* mobile menu */ 
    .slim-navbar .nav-item span {
        display: none;
    }
    .slim-navbar .nav-item .nav-link i {
        margin-right: 0px;
    }
    .slim-navbar .nav-item.active .nav-link i {
        margin-right: 0px;
    }
    .size_intem {
        width: 100px !important;
    }
    
}
@media only screen and (min-width: 415px) and (max-width: 515px){ 
    .sing-in-left{
        display: none;
    }
    /* mobile header */
    .search-box{
        display: none;
    }
    .logged-user span {
        display: none;
    }
    .header-notification {
        font-size: 18px;
    }
    .dropdown-menu-header {
        padding: 6px 15px;
    }
    .dropdown-menu-title {
        font-size: 10px;
    }
    .dropdown-menu-header div a {
        font-size: 11px;
    }
    .dropdown-activity-list .activity-label {
        font-size: 9px;
    }
    .dropdown-list-footer {
        padding: 0px 15px;
        font-size: 11px;
        padding-top: 8px;
    }
    .right .dropdown-menu {
        width: 269px;
    }
    .right .dropdown-c .dropdown-menu {
        margin-top: 15px;
    }
    .right .dropdown-c .nav-link {
        height: 31px;
        font-size: 12px;
    }
    .right .dropdown-c .nav-link i {
        font-size: 16px;
    }
    .slim-navbar .nav-link .square-8 {
        margin-left: 4px;
        display: block;
    }
    
    /* mobile menu */ 
    .slim-navbar .nav-item span {
        display: none;
    }
    .slim-navbar .nav-item .nav-link i {
        margin-right: 0px;
    }
    .slim-navbar .nav-item.active .nav-link i {
        margin-right: 0px;
    }
    .size_intem {
        width: 100px !important;
    }
    
}
@media only screen and (min-width: 516px) and (max-width: 615px){ 
    .sing-in-left{
        display: none;
    }
    /* mobile header */
    .slim-logo {
        margin-right: 7px;
    }
    .search-box{
        
    }
    .search-box .form-control {
        width: 100px;
    }
    
    .logged-user span {
        display: none;
    }
    .header-notification {
        font-size: 18px;
    }
    .dropdown-menu-header {
        padding: 6px 15px;
    }
    .dropdown-menu-title {
        font-size: 10px;
    }
    .dropdown-menu-header div a {
        font-size: 11px;
    }
    .dropdown-activity-list .activity-label {
        font-size: 9px;
    }
    .dropdown-list-footer {
        padding: 0px 15px;
        font-size: 11px;
        padding-top: 8px;
    }
    .right .dropdown-menu {
        width: 269px;
    }
    .right .dropdown-c .dropdown-menu {
        margin-top: 16px;
    }
    .right .dropdown-c .nav-link {
        height: 31px;
        font-size: 12px;
    }
    .right .dropdown-c .nav-link i {
        font-size: 16px;
    }
    .slim-navbar .nav-link .square-8 {
        margin-left: 4px;
        display: block;
    }
    
    /* mobile menu */ 
    .slim-navbar .nav-item span {
        display: none;
    }
    .slim-navbar .nav-item .nav-link i {
        margin-right: 0px;
    }
    .slim-navbar .nav-item.active .nav-link i {
        margin-right: 0px;
    }
    .size_intem {
        width: 100px !important;
    }
    
}
@media only screen and (min-width: 616px) and (max-width: 767px){ 
    .sing-in-left{
        display: none;
    }
    /* mobile header */
    .slim-logo {
        margin-right: 7px;
    }
    .search-box{
        
    }
    .search-box .form-control {
        width: 100px;
    }
    
    .logged-user span {
        display: none;
    }
    .header-notification {
        font-size: 18px;
    }
    .dropdown-menu-header {
        padding: 6px 15px;
    }
    .dropdown-menu-title {
        font-size: 10px;
    }
    .dropdown-menu-header div a {
        font-size: 11px;
    }
    .dropdown-activity-list .activity-label {
        font-size: 9px;
    }
    .dropdown-list-footer {
        padding: 0px 15px;
        font-size: 11px;
        padding-top: 8px;
    }
    .right .dropdown-menu {
        width: 269px;
    }
    .right .dropdown-c .dropdown-menu {
        margin-top: 16px;
    }
    .right .dropdown-c .nav-link {
        height: 31px;
        font-size: 12px;
    }
    .right .dropdown-c .nav-link i {
        font-size: 16px;
    }
    .slim-navbar .nav-link .square-8 {
        margin-left: 4px;
        display: block;
    }
    
    /* mobile menu */ 
    .slim-navbar .nav-item span {
        display: none;
    }
    .slim-navbar .nav-item .nav-link i {
        margin-right: 0px;
    }
    .slim-navbar .nav-item.active .nav-link i {
        margin-right: 0px;
    }
    .size_intem {
        width: 100px !important;
    }
    
}
@media only screen and (min-width: 768px) and (max-width: 991px){ 
    
    /* desktopk inner */
    .search-box .form-control {
        width: 153px;
    }
    .right .dropdown-c .nav-link {
        font-size: 13px;
    }
    .right .dropdown-c .nav-link i {
        font-size: 16px;
    }
    /* menu nav */
    .slim-navbar .nav-link {
        font-size: 10px;
    }
    .size_intem {
        width: 128px !important;
    }
    
}
