@import url('https://fonts.googleapis.com/css2?family=Work+Sans&display=swap');

body {
    font-family: 'Work Sans', sans-serif;
    color: #152c38;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
h1, h2 {
    font-family: 'Work Sans', sans-serif;
    color:  #223741;
    font-weight: 900;
    letter-spacing: 1px;
}
h1 {
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
}
h2 {
    font-size: 22px;
    line-height: 26px;
}
h3 {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    color: #223741;
    line-height: 23px;
    font-weight: 700;
}
h4 {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color:  #223741 ;
    line-height: 17px;
    font-weight: 900;
}
a {
    color: #152c38;
    text-decoration: none;
    outline: none;
    transition: all .3s ease-in-out;
}
a:hover,
a:active,
a:focus {
    color: #fff;
    text-decoration: none;
    text-decoration: none;
    outline: none;
}
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    font-size: 16px;
    border-radius: 24px;
    max-width: 256px;
    width: 100%;
    height: 53px;
    border: none;
    padding: 10px 20px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn {
    background: #152C38;
}
.btn:hover,.btn:focus {
    background: #223741;
    border:solid 1px #223741;
}
.btn-primary:hover,.btn-primary:focus {
    background: #223741;
    border:solid 1px #223741;
}
.btnfb {
    background: #4267B2;
    font-weight: 400;
}
.btnrs .btn svg,.btnrs  .btn img {
    margin-right: 7px;
    margin-left: 0px;
}
.btnrs .btn { font-size: 14px;}
.btnfb:hover {
    background: rgb(53, 83, 143);
}
.btn-apple{
    background: #000000;
    font-weight: 400;
    color: #FFF;
}
.btngoogle {
    background: #4285F4;
    font-weight: 400;
}
.btngoogle:hover {
    background: rgb(57, 117, 212);
}
.btn svg {
    font-size: 22px;
}
.btn svg,
.btn img {
    margin-left: 7px;
}
header {
    padding-top:20px;
}
.btnrs .btn i {
    margin-right: 10px;
}
#wrapper{
    background: white;
    min-height: 100vh;
    padding-bottom: 75px;
    position: relative;
}
#wrapper.wrapper-auth {
    padding-bottom: 0px;
}

#wrapper.wrapper-auth > header {
    padding-top: 0px;
}
.ctnlogo {
    width: 100%;
    height: 227px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ctnlogo a{
  text-align: center;
}
.ctnlogo img{
  width:100%;
}
#wrapper,  #wrapper a{
    color: #152C38
}
#form-compt,
.btnrs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#form-compt {
    margin-bottom: 45px;
}
#form-compt .form-group {
    border: 1px solid #152c38;
    border-radius: 40px;
    background: white;
    max-width: 248px;
    width: 100%;
    display: flex;
    padding: 0px 13px;
    margin-bottom: 10px;
}
#form-compt .form-control {
    background: transparent;
    border: none;
    color: #223741;
    font-size: 14px;
    height: 47px;
}
.form-control:focus {
    outline: 0;
    box-shadow: none;
}
#form-compt .form-control::placeholder {
    color: #223741;
    opacity: .5;
}
#form-compt .btn {
    margin-top: 15px;
    margin-bottom: 18px;
}
.btnrs .btn {
    margin-bottom: 17px;
}
.cntbtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cntbtn .btn {
    margin-bottom: 20px;
}
.cntdashbord .ctnlogo {
    height: 97px;
}
.cntdashbord .titlelogo {
    font-size: 17px;
    line-height: 19px;
}
.cntdashbord .titleact {
    font-family: 'Work Sans', cursive;
    font-size: 13px;
    line-height: 13px;
}
#cntlogoclient {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 15px;
}
#cntlogoclient .infologo {
    margin-left: 10px;
    margin-top:20px;
}
#cntlogoclient .logoclient {
    width: 65px;
    height: 65px;
}
.cntdashbord .cntbtn {
    margin-top: 30%;
}
#boxconfig {
    position: absolute;
    top: 35px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
}
#boxcontact {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
#boxcontact .cntcontact {
    display: flex;
    justify-content: space-between;
    padding: 0 37px 20px;
}
#boxcontact .btncontact {
    display: flex;
    width: 53px;
    height: 53px;
    background: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 10px;
    border: solid 2px #152C38;
}
#boxcontact .contacttxt {
    text-align: center;
    border-top: 2px solid #152C38;
    padding-top: 16px;
    max-width: 268px;
    margin: 0 auto;
}
#wrapperinter{
    padding-left: 37px;
    padding-right: 37px;
}
#cntselect select {
    background: transparent;
    /*color: #cdd3d6;*/
    border: 0;
    border-radius: 0;
    padding: 0;
    padding-bottom: 5px;
}

.img-fluid.phone{
  margin-top: -4px;
}
#cntselect .form-control option {
    border: 0;
    color: #152C38;
    padding: 10px;
    font-size: 12px;
}
#cntselect .form-control select:focus, #cntselect .form-control option:hover,#cntselect .form-control option:active,#cntselect .form-control option:focus,#cntselect .form-control option[selected=selected]  {

    color:#152C38;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
}
#cntselect {
	position: relative;
  min-width: 80px;
}
#cntselect .selectinter {
	position: relative;
    border-bottom: 1px solid #152C38;
	margin: 0 0 18px 0;
	overflow: hidden;
}
#cntselect .selectinter select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 110%;
	height: auto;
	border: 0;
	margin: 0;
	border-radius: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}
#cntselect .selectinter::after {
	content: '';
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: .75em;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-top-color: #152C38;
    border-width: 7px 5px;
    border-style: solid;
    pointer-events: none;
}
#cntstats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 45px;
}
#cntstats .itemstats {
    width: 134px;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: url("../img/bg-stats.svg") no-repeat left top;*/
    background-size: contain;
    position: relative;
    background: #152C38;
    clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}
#cntstats .itemstats .cntnumber {
    font-size: 40px;
    color: white;
    line-height: 49px;
        margin-top: 40px;
}
#cntstats .itemstats .cnticn {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.cntbtn2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
#cntfooter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #152C38;
    z-index: 3;
    /*transition: all .3s ease-in-out;*/
}
#cntfooter .menufooter {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
}
#cntfooter .menufooter a {
    display: block;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
}
#cntfooter .menufooter a.menu-home {
    background-image: url("../img/icn-home.svg");
}
#cntfooter .menufooter a.menu-home.active,
#cntfooter .menufooter a.menu-home:focus {
    background-image: url("../img/icn-home-active.svg");
}
#cntfooter .menufooter a.menu-mail {
    background-image: url("../img/icn-boxmail.svg");
}
#cntfooter .menufooter a.menu-mail.active,
#cntfooter .menufooter a.menu-mail:focus {
    background-image: url("../img/icn-boxmail-active.svg");
}
#cntfooter .menufooter a.menu-stats {
    background-image: url("../img/icn-stats.svg");
}
#cntfooter .menufooter a.menu-stats.active,
#cntfooter .menufooter a.menu-stats:focus {
    background-image: url("../img/icn-stats-avtive.svg");
}
#cntfooter .menufooter a.menu-publication {
    background-image: url("../img/icn-publication.svg");
}
#cntfooter .menufooter a.menu-publication.active,
#cntfooter .menufooter a.menu-publication:focus {
    background-image: url("../img/icn-publication-active.svg");
}
#cntfooter .menufooter a.menu-contact {
    background-image: url("../img/icn-contact.svg");
}
#cntfooter .menufooter a.menu-contact.active,
#cntfooter .menufooter a.menu-contact:focus {
    background-image: url("../img/icn-contact-active.svg");
}
#cntfooter .menufooter a.menu-mail .cntinfos {
    display: flex;
    width: 16px;
    height: 16px;
    background: #FF0000;
    color:white;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 11px;
    padding: 2px;
    position: absolute;
    top: -3px;
    right: -3px;
}
#boxcontactform .cntbtn {
    margin-top: 40px;
}
#boxcontactform .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #152C38;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}
#boxcontactform textarea.form-control {
    border: 1px solid #152C38;
    border-radius: 10px;
    padding-left: 7px;
    padding-right: 7px;
}
#boxcontactform .form-group {
    margin-bottom: 25px;
}
#boxcontactform .cnttxt {
    font-size: 10px;
    color: #FF0000;
    margin-top: 5px;
}
#boxcontactform .titleform {
    font-size: 14px;
    color: #152C38;
    margin-top: 30px;
    margin-bottom: 10px;
}
#boxrs {
    max-width: 250px;
    margin: 20px auto 30px;
}
#boxrs .itemrs {
    margin-bottom: 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#boxrs .itemrs .itemcheckbox {
    margin-bottom: 15px;
}
#boxrs .itemrs [type="checkbox"]:not(:checked),
#boxrs .itemrs [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
#boxrs .itemrs [type="checkbox"]:not(:checked) + label,
#boxrs .itemrs [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}
#boxrs .itemrs [type="checkbox"]:not(:checked) + label:before,
#boxrs .itemrs [type="checkbox"]:checked + label:before,
#boxrs .itemrs [type="checkbox"]:not(:checked) + label:after,
#boxrs .itemrs [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
}
#boxrs .itemrs [type="checkbox"]:checked + label:before {
    background: #34495E;
}
#boxrs .itemrs [type="checkbox"]:not(:checked) + label:before,
#boxrs .itemrs [type="checkbox"]:checked + label:before {
    left: 0;
    top: 5px;
    width: 34px;
    height: 14px;
    background: rgba(34,31,31,.6);
    border-radius: 15px;
    transition: background-color .2s;
}
#boxrs .itemrs [type="checkbox"]:not(:checked) + label:after,
#boxrs .itemrs [type="checkbox"]:checked + label:after {
    width: 20px;
    height: 20px;
    transition: all .2s;
    border-radius: 50%;
    background: #F1F1F1;
    top: 2px;
    left: -5px;
}
#boxrs .itemrs [type="checkbox"]:checked + label:after {
    background: #39D2B4;
    top: 2px;
    left: 20px;
}
#boxrs .itemrs [type="checkbox"]:checked + label:before {
    background: #152C38;
    opacity: .5;
}
#boxrs .itemrs [type="checkbox"]:not(:checked) + label:before,
#boxrs .itemrs [type="checkbox"]:checked + label:before,
#boxrs .itemrs [type="checkbox"]:not(:checked) + label:after,
#boxrs .itemrs [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
}
#icnarrow {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
#icnarrow a {
    display: inline-block;
}
#btnback {
    position: absolute;
    top: 37px;
    left: 20px;
    z-index: 99;
}
#btnback a {
    display: flex;
    align-items: center;
    font-size: 10px;
    font-weight: 700;
}
#btnback a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #cdd3d6;
    border-top: none;
    border-right: none;
    transform: translateX(10px) rotate(45deg);
}
.pagcontact #cntstats .itemstats .cnticn {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
}
.pagcontact #cntstats .itemstats {
    flex-direction: column;
    padding: 10px 37px;
    text-align: center;
    justify-content: flex-start;
}
.pagcontact #cntstats .itemstats .txtstats {
    font-size: 15px;
  /*  font-weight: 700; */
    color: #fff;
    line-height: 15px;
    margin-top: 15px;
}
.pagcontact #cntstats .itemstats .cnticn img {
    margin-top: 20px;
}

.pagcontact .contacttxt{
  text-align: center;
  font-size: 16px;
}
.pagcontact #cntstats .itemstats .cnticn {
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cntdashbord .pagcontact .cntbtn {
    margin-top: 17%;
}
#wrapperinter.pgmail {
    padding-left: 15px;
    padding-right: 15px;
}

#wrapperinter.pgmail .py-3 {
    padding-top: 0rem!important;
}

#listmail .itemmail {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 15px;
}
#listmail .itemmail .icnstar {
    display:block;
    width:30px;
    height:26px;
    background-image:url("../img/icnstar.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size:contain;
    margin-right: 10px;
    margin-top:10px;
}
#listmail .itemmail .icnstar.active {
    background-image:url("../img/icnstar-active.svg");
}
#listmail .itemmail .titlemail {
    width:100%;
    border-bottom: 1px solid #152C38;
    padding-top: 6px;
    padding-bottom: 8px;
}
#wrapperinter.pgmail .suppmail{
  z-index:2;
}
#wrapperinter.pgmail .suppmail img {
    cursor:pointer;
    margin-top:10px;
}
#txtmail {
    margin-top: 40px;
    padding-left: 35px;
    padding-right: 35px;
}
#txtmail .titlemail {
    text-transform: uppercase;
    margin-bottom: 20px;
}
#txtmail .infomail {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}
#cntmenu {
    position: fixed;
    top: 0;
    right: 0;
    width: 68%;
    height: 100vh;
    padding: 20px;
    background: #1F313A;
    z-index: 99;
    transform: translateX(calc(100% + 68px));
    transition: all .3s ease-in-out;
}
#cntmenu.open {
    transform: translateX(0);
    z-index: 9999;
}
#cntmenu .btn{
  background-color: white;
  color:#152C38 !important
}
#cntmenu ,
#cntmenu .menuinter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#cntmenu .menuinter {
    width: 100%;
}
#cntmenu .menuinter .boxclose {
    width: 68px;
    height: 62px;
    position: absolute;
    top: 0;
    left: -67px;
    background: #1F313A;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    font-size: 11px;
    color: #fff;
    cursor: pointer;
    flex-direction: column;
}
#cntmenu .menuinter .boxclose span::before,
#cntmenu .menuinter .boxclose span::after {
    content: "";
    position: absolute;
    right: 0;
}
#cntmenu .menuinter .boxclose span,
#cntmenu .menuinter .boxclose span::before,
#cntmenu .menuinter .boxclose span::after {
    display: block;
    width: 29px;
    height: 3px;
    background: #fff;
    border-radius: 25px;
    position: relative;
    visibility: visible;
    transition: all .3s ease-in-out;
    border-radius: 4px;
}
#cntmenu .menuinter .boxclose span::after,
#cntmenu .menuinter .boxclose span::before {
    transform-origin: left;
}
#cntmenu .menuinter .boxclose span::before {
    top: -9px;
    width: 25px;
}
#cntmenu .menuinter .boxclose span::before {
    width: 30px;
    transform: rotate(45deg) translate(-2px , -2px);
}
#cntmenu .menuinter .boxclose span::before,
#cntmenu .menuinter .boxclose span::after {
    visibility: visible;
}
#cntmenu .menuinter .boxclose span::after {
    transform: rotate(-45deg);
}
#cntmenu .menuinter .boxclose span::after {
    bottom: -5px;
}
#cntmenu .menuinter .boxclose span {
    visibility: hidden;
    position: absolute;
    top: 25px;
    left: 24px;
}
.ifile input[type="file"], .btn-ns{
	display:none;
}

.upl-list li{
	position:relative;
	padding-right:55px;
}

.upl-list li span{
	color:#333;
}

.upl-list li .rm-f {
	display: block;
	position: absolute;
	font-size: 22px;
	top: 14px;
	right: 17px;
}

.upl-list li .img-thumbnail{
	width:150px !important;
	margin-bottom:0px !important;
}

.upl-list li .up-preload{
	width:20px;
}

.upl-list li .pdf-preview{
	font-size:30px;
}

.msg-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
	color: #333;
	padding: .25rem 1.25rem;
	font-size: 14px;
}

.modal-body {
	color: #333;
}
.modal-footer button{
  margin-left: auto;
  margin-right: auto;
}
.modal-footer button.accept-btn{
  background-color: white;
  border:solid 1px #152C38;
  color:#152C38 !important;
}
input[type="text"].form-control, textarea.form-control, textarea.form-control:focus{
	color:#152c38;
}

/**************/

#listmail .msg-item .itemcheckbox {
    margin-bottom: 15px;
}
#listmail .msg-item [type="checkbox"]:not(:checked),
#listmail .msg-item [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
#listmail .msg-item [type="checkbox"]:not(:checked) + label,
#listmail .msg-item [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}
#listmail .msg-item [type="checkbox"]:not(:checked) + label:before,
#listmail .msg-item [type="checkbox"]:checked + label:before,
#listmail .msg-item [type="checkbox"]:not(:checked) + label:after,
#listmail .msg-item [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
}
#listmail .msg-item [type="checkbox"]:checked + label:before {
    background: #34495E;
}
#listmail .msg-item [type="checkbox"]:not(:checked) + label:before,
#listmail .msg-item [type="checkbox"]:checked + label:before {
    left: 0;
    top: 5px;
    width: 34px;
    height: 14px;
    background: rgba(34,31,31,.6);
    border-radius: 15px;
    transition: background-color .2s;
}
#listmail .msg-item [type="checkbox"]:not(:checked) + label:after,
#listmail .msg-item [type="checkbox"]:checked + label:after {
    width: 20px;
    height: 20px;
    transition: all .2s;
    border-radius: 50%;
    background: #F1F1F1;
    top: 2px;
    left: -5px;
}
#listmail .msg-item [type="checkbox"]:checked + label:after {
    background: #39D2B4;
    top: 2px;
    left: 20px;
}
#listmail .msg-item [type="checkbox"]:checked + label:before {
    background: #152C38;
    opacity: .5;
}
#listmail .msg-item [type="checkbox"]:not(:checked) + label:before,
#listmail .msg-item [type="checkbox"]:checked + label:before,
#listmail .msg-item [type="checkbox"]:not(:checked) + label:after,
#listmail .msg-item [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
}
#listmail .msg-date{
    font-size: 12px;
    color: #152C38;
  }
/******************/
.x-check .itemcheckbox {
    margin-bottom: 15px;
}
.x-check [type="checkbox"]:not(:checked),
.x-check [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.x-check [type="checkbox"]:not(:checked) + label,
.x-check [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}
.x-check [type="checkbox"]:not(:checked) + label:before,
.x-check [type="checkbox"]:checked + label:before,
.x-check [type="checkbox"]:not(:checked) + label:after,
.x-check [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
}
.x-check [type="checkbox"]:checked + label:before {
    background: #34495E;
}
.x-check [type="checkbox"]:not(:checked) + label:before,
.x-check [type="checkbox"]:checked + label:before {
    left: 0;
    top: 5px;
    width: 34px;
    height: 14px;
    background: rgba(34,31,31,.6);
    border-radius: 15px;
    transition: background-color .2s;
}
.x-check [type="checkbox"]:not(:checked) + label:after,
.x-check [type="checkbox"]:checked + label:after {
    width: 20px;
    height: 20px;
    transition: all .2s;
    border-radius: 50%;
    background: #F1F1F1;
    top: 2px;
    left: -5px;
}
.x-check [type="checkbox"]:checked + label:after {
    background: #39D2B4;
    top: 2px;
    left: 20px;
}
.x-check [type="checkbox"]:checked + label:before {
    background: #152C38;
    opacity: .5;
}
.x-check [type="checkbox"]:not(:checked) + label:before,
.x-check [type="checkbox"]:checked + label:before,
.x-check [type="checkbox"]:not(:checked) + label:after,
.x-check [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
}

.msg-btn-replay {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	margin-top:15px;
}

.files-att{
	margin-top:15px
}

.files-att h5{
	font-size:1rem;
	border-bottom:solid 1px #fff;
}

.files-att ul li{
	margin-bottom:7px;
}

.files-att ul li:last-child{
	margin-bottom:0;
}
