.head-title-section{
    border-bottom: 0 !important;
}

.head-description-title{
    padding-left: 10px;
}

#top #wrap_all .all_colors .bimi-svg-gen-kt-portlet h2,
#top #wrap_all .all_colors .bimi-svg-gen-kt-portlet .title-style {
    color: #646c9a !important;
    font-family: 'muli', Helvetica, Arial, sans-serif !important;
}

#top #wrap_all .all_colors .bimi-svg-gen-kt-portlet .head-svg-description-txt {
    color: #646c9a !important;
   font-size: 13px;
    font-weight: 300;
    font-family: Muli, Helvetica, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;

}

.head-title {
    font-size: 20px;
}

.head-svg-description {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    color: #595D6E;
}

.bimi-svg-right-container .original-logo-txt span, .bimi-svg-right-container .converted-logo-txt span{
    font-family: 'muli', Helvetica, Arial, sans-serif !important;
    color: #646c9a;
}

.bimi-svg-left-container {
    border: 1px solid #E2E5EC;
    padding: 25px;
    border-radius: 4px;
}

.dropdown-menu.show li {
    margin-left: 0px !important;
}

.dropdown-menu.inner.show {
    font-size: 13px !important;
}

.icon-exclamation-point img {
    height: 25px;
    width: 25px !important;
}

.head-svg-description-txt {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.svg-conversion-process-section {
    position: relative;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.option-section {
    padding-bottom: 20px;
}

.bimi-svg-gen-kt-portlet .option-local-file {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 110px;
    border: 1px solid #E2E5EC !important;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.choose-file-btn:hover {
    color: #000 !important;
}

.option-local-file-inner {
    display: flex;
    align-items: center;
}

.option-input-hint {
    padding-top: 10px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
}

.local-file-label {
    cursor: pointer;
}

#local-file {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.choose-file-btn {
    background: rgba(93, 120, 255, 0.15);
    border-radius: 4px;
    border: none;
    color: #5D78FF !important;
}

.file-input-state {
    color: #959CB6 !important;
    font-weight: 400;
}

.choose-file-btn-hint {
    padding: 3px;
}

.svg-upload-txt.title-style {
    color: #959CB6 !important;
    font-size: 16px !important;
}

.file-name-section {
    color: #5D78FF;
    padding-left: 3px;
    font-size: 14px !important;
}

.remove-name {
    font-size: 14px !important;
}

.remove-file {
    color: #E53935;
    font-weight: 400;
}

.remove-file-section {
    display: none;
    padding-left: 15px;
}

#preview-svg {
    height: 50px;
    width: 50px;
}

.preview-svg-section {
    display: none;
    border: 1px solid #E2E5EC !important;
    padding: 5px;
    margin-right: 10px;
    border-radius: 4px;
}

.conversion-form {
    display: contents;
}

.company-name-section {
    padding-bottom: 20px;
}

.original-logo-section, .converted-logo-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 120px;
    padding: 20px 0px;
}

.original-logo-outer, .converted-logo-outer {
    max-width: 300px;
}

.converted-logo-container, .original-logo-container{
    padding: 2vw;
    border: 1px solid #E2E5EC !important;
    border-radius: 10px;
}

#convert-btn, .download-url {
    padding: 10px 20px;
    border-radius: 10px;
}

.download-btn-section {
    padding-top: 10px;
    margin-bottom: 20px;
}

.original-logo-txt span, .converted-logo-txt span {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.original-logo-txt, .converted-logo-txt {
    margin-bottom: 25px;
}

.main-data-input {
    margin-bottom: 0px !important;
}

.download-url {
    color: #fff !important;
}

#av_section_2 .container.av-section-cont-open {
    padding: 0px 50px;
}

.errors-section {
    padding: 10px;
    min-height: 30px;
    background: rgba(229, 57, 53, 0.15);
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.file-source {
    margin-bottom: 20px;
}

.error-text{
    color: #E53935;
}

.convert-btn-section, .download-btn-section {
    text-align: right;
}

/*loading spinner*/

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 10px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #5D78FF transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.ids-ring-section{
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5a6;
}

.loadingSize {
    min-height: 350px;
}

.section-on-loading {
    background-color: whitesmoke;
    opacity: 0.5;
    z-index: 99;
}

/*loading spinner end*/

.title-style {
    color: #000;
    font-size: 20px !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
}

.required-sign {
    color: #FF0000 !important;
    font-size: 20px !important;
}

.bimi-svg-gen-kt-portlet .bootstrap-select>.dropdown-toggle {
    padding: 12px 20px !important;
    border-radius: 10px !important;
    border-color: #E2E5EC !important;
    font-size: 14px !important;
}

.bimi-svg-gen-kt-portlet .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #959CB6;
}

#top #main .bimi-svg-gen-kt-portlet input {
    padding: 12px 20px !important;
    border-radius: 10px !important;
    border-color: #E2E5EC !important;
    font-size: 14px !important;
}

#top #main .bimi-svg-gen-kt-portlet input::placeholder {
    color: #959CB6;
}

.bimi-svg-gen-kt-portlet {
    border-radius: 10px !important;
    box-shadow: 0px 4px 25px 0px #1538771A;
    width: 65%;
    margin: auto;
}

.bimi-svg-gen-kt-portlet .kt-portlet__head {
    border: none !important;
    padding: 30px 50px 10px 50px !important;
}

.bimi-svg-gen-kt-portlet .kt-portlet__body {
    padding: 10px 40px 10px 50px !important;
}

.bimi-svg-log-converter-header {
    color: #000 !important;
    font-size: 28px !important;
    font-weight: 400;
}

.bimi-svg-gen-kt-portlet .bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

.bimi-svg-container .btn-success{
    /* display: flex;
    flex-direction: row; */
    font-size: 18px !important;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 190px;
    height: 50px;
    background: #4875F4;
    border-radius: 20px !important;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bimi-svg-container .btn-success:hover {
    background-color: #3864e0 !important;
}

.bimi-svg-right-container .btn-primary {
    width: 140px;
    border-radius: 18px;
    background: #4875F4 !important;
    border-color: #4875F4 !important; 
}

.bimi-svg-right-container .btn-primary:hover {
    background: #3864e0 !important;
    border-color: #3864e0 !important;
}


.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #4875F4;
    border-color: #4875F4;
}

.btn-success:hover {
    color: #fff;
    background-color: #4875F4;
    border-color: #4875F4;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #4875F4;
    border-color: #4875F4;
}
    
#after_section_1 .template-page {
    margin-top: -400px;
    padding-bottom: 50px
}

#av_section_1.avia-section {
    height: 710px
}

@media (max-width: 720px) {
    .bimi-svg-gen-kt-portlet {
        width: 100%;
    }

    .bimi-svg-gen-kt-portlet .kt-portlet__head {
        padding: 30px 20px 10px 20px !important;
    }
    
    .bimi-svg-gen-kt-portlet .kt-portlet__body {
        padding: 10px 20px 10px 20px !important;
    }

    .bimi-svg-log-converter-header {
        font-size: 24px !important;
    }

    .head-svg-description-txt {
        font-size: 16px;
    }

    .convert-btn-section, .download-btn-section {
        text-align: left;
    }

    #av_section_1.avia-section {
        height: 680px
    }

    .original-logo-outer, .converted-logo-outer {
        max-width: 120px;
    }
}

@media (max-width: 393px) {
    #av_section_1.avia-section {
        height: 760px;
    }

    #after_section_1 .template-page {
        margin-top: -390px;
    }
}

