.login_background-img{
    background-image: url('../imgNewDashboard/login-background.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    width: 100%;
    height: 100vh;
    padding-bottom: 60px;
}

.login_background {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
}

.login-rectangle{
    width: 440px;
    height: 600px;
    border-radius: 30px;
    box-shadow: 3px 5px 14px 3px rgb(0 0 0 / 15%);
    background-color: #fff;
    margin: 0px;
}

.by-background_logo {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
}

.login_content-logo {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    margin-bottom: 20px;
}

.login_content-logo > img {
    width: 30%;
    margin-top: 30px;
}

.content-login-top {
    display: flex;
    justify-content: space-between;
    margin-top: 8%;
    margin-bottom: 8%;
    padding-right: 40px;
    padding-left: 40px;
}

.Login-title > span {
    font-size: 28px;
    color: #202020;
    font-weight: 600;
}

.Login-lang {
    display: flex;
    align-items: center;
}

form.language-picker__form select#language-picker-select {
    border: 0;
    font-size: 20px;
    color: #7d86a9;
    outline: unset;
}

.login_background-form {
    text-align: center;
    padding: 0 40px 0 40px;
}

.login_background-form .email_input {
    margin-bottom: 15px;
}

.content_login-center {
    margin-top: 5%;
    margin-bottom: 5%;
}

.login_background-form .email_input > input#email {
    border-radius: 25px;
    border: solid 0.5px #7d86a9;
    background-color: #fff;
    height: 50px;
    padding: 16px 0px 15px 29px;
}

.login_background-form .password_input > input#pass {
    border-radius: 25px;
    border: solid 0.5px #7d86a9;
    background-color: #fff;
    height: 50px;
    padding: 16px 0px 15px 29px;
}

.content_login-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 8%;
    padding-right: 33px;
    padding-left: 40px;
}

.forget_pass {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #7d86a9;
}

.last-content_login {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7%;
}

.last-content_login button {
    width: 73%;
    height: 50px;
    border-radius: 25px;
    background-image: linear-gradient(to left, #26aae1 38%, #1d75bd);
    border: 0;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
    text-align: center;
    outline: unset;
}

.alert-danger {
    color: #721c24;
    background-color: unset;
    border-color: unset;
    border-color: unset;
    border: unset;
    margin-bottom: 0;
    padding-bottom: 0;
}


.status_dropdown > button#dropdownMenuButton {
    background-color: white;
    border-color: white;
    color: #202020;
    width: 169px;
    padding: 5px 15px 5px 15px;
    border-radius: 8px;
}

.status_select > select.form-select {
    border: #fff;
    padding: 5px 15px 5px 15px;
    border-radius: 8px;
    outline: none;
}

.status_select > span.select2 {
    width: 100% !important;
}

.is_active::before {
    content: '';
    background-color: green;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    float: left;
    display: block;
    margin-right: 6px;
    margin-top: 7px;
}

.is_disabled::before {
    content: '';
    background-color: red;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    float: left;
    display: block;
    margin-right: 6px;
    margin-top: 7px;
}


.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    display: none;

}

.select2-container--default .select2-selection--single {
    border: 1px solid #fff !important;
    border-radius: 8px !important;
    padding: 7px 7px 7px 7px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 0px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px !important;
}

.dropzone {
    background: white;
    border-radius: 5px;
    border: 2px dashed rgb(0, 135, 247);
    border-image: none;
}

a.folder_upload-title {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1d75bd !important;
}

.custom_add-button{
    width: 13%;
    height: 35px;
    border-radius: 7px;
    background-image: linear-gradient(to left, #26aae1 38%, #1d75bd);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.custom_add-cancle {
    width: 13%;
    height: 35px;
    border-radius: 7px;
    background-color: #efeff3;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8b8795;
}

.custom_publish > label {
    margin-right: 10px;
    margin-bottom: 8px;
    width: 40px;
    font-size: 18px;
    color: #202020;
    border-radius: 50%;
    font-weight: normal;
    transition: 0.2s ease all;
    cursor: pointer;
    height: 40px;
    line-height: 30px;
}

a.custom-map-text {
    padding: 5px 18px 5px 18px;
    border-radius: 8px;
    background-image: linear-gradient(to left, #26aae1 100%, #1d75bd);
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff !important;
}

.select_multiple-vessels {
    margin-bottom: 30px;
}

.select_multiple-vessels > .select2 {
    width: 100% !important;
}

.upload_folder {
    margin-bottom: 30px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 0.2rem 0.6rem 0.2rem 1.6rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    height: 29px;
}

span.status-circle:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}
.status-in:before {
    background: green;
}

.status-out:before {
    background: red;
}
.status-active:before {
    background: rgb(67, 67, 240);
}
.status-draft:before {
    background:  #c5c50e;
}
.badge-edit{
        margin: 10px 10px 34px 2px;
        padding: 7px 10px;
        color: gold !important;
}
.badge-trash{
    margin: 10px 10px 34px 2px;
    padding: 7px 10px;
    color: red !important;
}
.trash{
    color: red;


}
.edit1{
    color: rgb(255, 215, 0);

}
.arrow{
color: #838383;
}
.time{
	border-radius: 30px;
    display: block;
    width: 180px;
    float: none;
    margin: auto;
    line-height: 28px;
    color: #aaa;
    font-size: 12px;
}
.dropdown-notification .media-heading{
    font-size: 14px;
    font-weight: bold;


}

.imagenew {
    max-width: 370px;
    margin: auto;
    border-radius: 12px;
}
.des{
    font-size: 15px;
    font-weight: 500;
}
.custom-badge{
    border-radius: 50%;
    color: #fff !important;
    text-align: center;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-bottom: 0;
    line-height: 25px;
    position: absolute;
    right: -15px;
    font-size: 11px;
}

.custom-badge-success{
    background-color: var(--green);
}

.custom-badge-danger{
    background-color: var(--red);
}


.count{
    border-radius: 50%;
    background-color: var(--red);
    color: #fff !important;
    text-align: center;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-bottom: 0;
    line-height: 25px;
    position: absolute;
    right: -15px;
    font-size: 11px;
}



.count span{
  font-size: 12px;
}
.data-user {
    height: 100%;
    background-color: #fff;
}
.table{
    padding: auto;
    border-top: 0;
}
.tr th{
    border-top:0px ;
}
.user-info2{
    padding: 10px;
}
.dis{
    display: flex;
    align-items: center;
}
.view-img{
    border-radius: 15px;
    height: 100%;
}
.data-map{
    padding-top: 3%;
}
.all{
    display: flex;
}
.edit-btn{
    border-radius: 7px;
    background-color: #CEE9FF;
    color: #1B79BF;
}
.delete-btn{
    border-radius: 7px;
    background-color: #FFD3D3;
    color: #FF2121;
}

.event-description .bg-white{
    border-radius: 3px;
}

.Permanentaly {
    margin: 30px 6px 10px 0;
    font-size: 32px;
    letter-spacing: -0.21px;
    color: rgba(51, 50, 56, 0.84);
  }
  .confirm{
    margin: 10px 8px 25px 0;
    font-size: 17px;
    letter-spacing: -0.11px;
    color: rgba(35, 35, 39, 0.84);
  }
  .data-massage{
    width: 395px;
    height: 19px;
    margin: 25px 1px 50px 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.09px;
    color: #f00;
  }
  .count1{
    border-radius: 50%;
    padding: 28px;
    background-color: rgba(222, 222, 222, 0.53);
    color: whitesmoke;
    text-align: center;
    display: inline;
}
.count1 span{
  font-size: 12px;
}
.project-img-vessel{

    padding: 11.6px 39px 15.4px 37px;
    border-radius: 20px;
    border: solid 1px #b0b0b0;
    text-align: center;
    background-color: #fff;
}
.project-img-vessel img{
    max-width: 100%;

}
.polls{
    font-size: 22px;
    font-weight: bold;
    color: rgba(35, 35, 39, 0.84);
}
.add_marina-title > h1 {
    color: #1d75bd;
  }
  .add_marina-title > h4 {
    color: #1d75bd;
  }
.chat-btn{
    border-radius: 50%;
    background-color: #1e7dc2;
    color: #1B79BF;
}
.iti.iti--allow-dropdown {
    width: 100%;
}
.dropdown-toggle::after {
    top: 3px;
    position: relative;
}

.dt-buttons{
    display: none;
}
.description-news{
    word-break: break-all;
}
.mbtials-item{
	transition: 0.2s ease all;
	margin-bottom: 5px;
}
.mbtials-item.selected{
	background-color: #f6f6f6;
    color: #1d75bd;
}
.mbtials-item.selected:before{
	 content: "\f00c";
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
    display: inline-block;
    font-weight: 900;
}

.nice-select .option{
	color: #1d75bd;
}

.projects-select{
    color: #1d75bd;
}

.pagination .page-item.active .page-link, .pagination .page-item.active .page-link:hover {
    border-radius: 0.267rem;
    background-image: linear-gradient(to left, #26aae1 38%, #1d75bd);
    border: #2087ca;
    color: #FFFFFF;
}
.btn-custom-main{
    background-image: linear-gradient(to left, #26aae1 38%, #1d75bd);
    border: #2081c6;
    text-transform: uppercase;
}
.badge-success {
    color: #fff;
    background-color: #28a745 !important;
}
.ticket-size-icon{
    font-size: 12em !important;
}

.no-style {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.users_select2 {
    display: block;
    width: 100%;
}
