div.alertify-notifier{
    color: white !important;
}

.vjs-youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.vjs-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-js{
    width: 100%;
}

.vjs-big-play-button{
    display: none !important;
}

.vjs-control-bar{
    display: none !important;
}

.vjs-modal-dialog-content{
    display: none !important;
}

.vjs-close-button{
    display: none !important;
}

.vjs-tech{
    padding: 4px !important;
    z-index: 1;
}

.youtube-in-list{
    height: 0 !important;
}

.vjs-control-text{
    display: none !important;
}

.vjs-loading-spinner{
    width: 100%;
    height: 100%;
    background: url('/storage/assets/preloader-upload.svg');
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.body-overflow-disable{
    overflow-y: hidden;
}

.preloader-content-upload{
    /*width: 100%;*/
    /*height: 100%;*/
    position: absolute;
    display: none;
    left: 42%;
}

.preloader-content-upload-main-filter{
    position: unset !important;
    width: 200px;
    margin: auto;
}

.preloader-content-upload > img{
    width: 300px;
    height: 300px;
    position: relative;
    /*top: 25%;*/
     z-index: 999999999;
}

.redactor-content{
    color: black !important;
}

.redactor-content p{
    color: black !important;
}

.button-search-header {
    padding: 5px 15px;
    margin-top: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    background: #008F55;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: max-content;
    position: relative;
}
.button-search-header svg {
    margin-right: 15px;
}
.button-search-header svg path {
    fill: #ffffff;
}
.button-search-header:before,
.button-search-header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: 0.3s;
}
.button-search-header:before {
    border-top: 1px solid #2D9CDB;
    border-bottom: 1px solid #2D9CDB;
    transform: scaleX(0);
}
.button-search-header:after {
    border-left: 1px solid #2D9CDB;
    border-right: 1px solid #2D9CDB;
    transform: scaleY(0);
}
.button-search-header:hover {
    text-decoration: none;
    color: #2D9CDB;
    background: #ffffff;
}
.button-search-header:hover:before {
    transform: scaleX(1);
}
.button-search-header:hover:after {
    transform: scaleY(1);
}
.button-search-header:hover svg path {
    fill: #2D9CDB;
}

.button-comment-create {
    padding: 5px 15px;
    margin-top: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    background: #008F55;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: max-content;
    position: relative;
    width: 250px;
}
.button-comment-create svg {
    margin-right: 15px;
}
.button-comment-create svg path {
    fill: #ffffff;
}
.button-comment-create:before,
.button-comment-create:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: 0.3s;
}
.button-comment-create:before {
    border-top: 1px solid #2D9CDB;
    border-bottom: 1px solid #2D9CDB;
    transform: scaleX(0);
}
.button-comment-create:after {
    border-left: 1px solid #2D9CDB;
    border-right: 1px solid #2D9CDB;
    transform: scaleY(0);
}
.button-comment-create:hover {
    text-decoration: none;
    color: #2D9CDB;
    background: #ffffff;
}
.button-comment-create:hover:before {
    transform: scaleX(1);
}
.button-comment-create:hover:after {
    transform: scaleY(1);
}
.button-comment-create:hover svg path {
    fill: #2D9CDB;
}

.default-input{
    margin-bottom: 20px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #EBEBEB;
    outline: none;
    padding: 5px 10px;
}

.profile-field-description{
    margin-top: 9px;
}

.button-profile-upload {
    padding: 5px 15px;
    margin-top: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    background: #008F55;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: max-content;
    position: relative;
    width: 100%;
    text-decoration: none;
}

.button-profile-upload:hover{
    color: #ffffff;
    text-decoration: none;
}

textarea.comment-create{
    background: #FBFBFB;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 6px;
    outline: none;
    padding: 17px 20px;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 20px;
}

.dropzone-preview{
    margin-bottom: 50px;
    width: 100%;
}

@media (max-width: 1200px) {
    .button-comment-create {
        width: 100%;
    }
}


.img-thumbnail-cms{
    margin-top: 5px;
    margin-bottom: 5px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.detail-project .tab-content .tab-pane .description-detail-p img  {
    width: 100% !important;
}

.project-current-video-small{
    width: 60px;
    height: 60px;
    object-fit: cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.green-btn{
    padding: 5px 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 25px;
    color: #ffffff;
    background: #008F55;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: max-content;
    position: relative;
}

.modal-label{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
}

.modal-input{
    margin-bottom: 20px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #EBEBEB;
    outline: none;
    padding: 5px 10px;
}

.modal-textarea{
    background: #FBFBFB;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 6px;
    outline: none;
    padding: 17px 20px;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 20px;
}

@media (max-width: 601px)
{
    header .header-center
    {
        display: block;
    }

    header .header-center_container .header-center_btn
    {
        display: block;
        margin:auto;
    }

    header .header-center_container
    {
        width: 100%;
    }

    header .header-center_container .header-center_btn .hc_btn:last-child
    {
        display: unset;
    }

    /*header .header-center_container .header-center_btn #open-search*/
    /*{*/
    /*   display: none;*/
    /*}*/

    .mobile-search-form-mobile{
        height: 77px !important;
        display: block !important;
        background: white !important;
        position: absolute !important;
        top: -6px !important;
    }

    .mobile-search-input
    {
        display: block;
        width: 100%;
        margin: auto;
        text-align: center;
    }

    #search-form-menu-submit{
        display: inline-block !important;
        width: 50px !important;
        margin-left: 3px !important;
    }

    #close-search
    {
        margin-left: 153px !important;
        display: inline-block !important;
        width: 50px !important;
    }


}