.tool_heading{
    text-align: center;
    margin-bottom:20px;
}
.start-tool{
    padding:20px;
    height:400px;
    width:100%;
    background: #fff;
    border-radius: 16px;
    position:relative;
}
.start-tool label{
    font-weight: 600;
    font-size: 16px;
    color:#000
}
.my-tool{
    border: 1px solid #CFD9E4;
    border-radius:6px;
}
.my-tool textarea{
    height:77px;
    width: 100%;
    border: 0;
    resize: none;
    padding: 10px;
    outline: none;
    font-size: 15px;
    border-radius:6px;

}
.my-tool .input-footer{
    display: flex;
    padding: 16px;
    background: #F4F6F9;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #CFD9E4;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.input-footer .labal-heading{
    font-size: 16px;
    font-weight: 500;
    color:#000000
}
.mydropdown{
    margin: 0px;
    border: 1px solid #CFD9E4;
    height: 40px;
    border-radius: 6px;
}
.mydropdown button {
    background: #fff;
    border: 0px;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    text-align: left;
    padding: 5px 10px;
    outline:none;
    text-transform: capitalize;
}
.mydropdown span {
    cursor:pointer;
    color:#000000;
}
.mydropdown .dropdown-toggle::after {
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
    content: url("../../../img/article/dropdown_icon.png");
    border: none;
    position: absolute;
    right: 10px;
    bottom: 6px;
        
}
.setting-item{
    margin-left:20px;
}

.radio-group label {
    cursor: pointer;
    margin: 0;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}
.radio-group{
    height: 40px;
    padding: 5px 0px;
}
.radio-group input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin:0px 10px 0px 0px;
    width:20px;
    height:20px;
}


.check_res_button{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    background: #0373DD;
    border: 0px;
    height: 46px;
    padding: 10px 20px;
    color: #fff !important;
    border-radius: 5px;
    outline: none !important;
}

.result-box{
    min-height: 600px;
    background: #fff;
}
.start-result {
    min-height: 310px;
    border: 1px solid #CFD9E4;
    border-radius: 5px;
}

.result-header{
    min-height: 70px;
    background: #F3F7FB;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 5px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cfd9e4;
}

.result-header .word-counter-box{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding:0;
}
.result-header .word-counter-box .counters{
    font-weight: 500;
    font-size: 16px;
    color:#000000
}

.result-header .copy-download{
    text-align:right;
}
.result-header .copy-download #copytext,
.result-header .copy-download #download_it_qucik{
    background: #ffffff;
    height: 40px;
    width: 40px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 20px 0px #00000014;
    margin-left: 7px;
    cursor: pointer;
    padding: 10px;
}
.result_heading{
    height: 100px;
}

.result-body{
    height: 250px;
    padding: 5px 0px;
}
.result-body textarea{
    border: 0;
    width: 100%;
    height: 100%;
    resize: none;
    padding:30px;
    overflow-y: scroll;
    color: #000000;
    font-weight: 400;
    font-size: 15px;
    outline: none;
    border-radius: 5px;
    line-height:30px;
}
.input-footer .selected-boxes{
    display:flex;
    padding:0px
}
.padding-left-0{
    padding-left:0px
}
.mobile-view{
    display: none;
}
.color484848{
    color:#484848;
    font-weight: 500;
}
 .btn-go-data{
    margin-top:20px
 }
 .btn-go-data a{
    display: inline-block;
    background: #0373dd;
    color: #fff;
    padding: 10px 14px;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
}
.btn-go-data button{
    border: 0px;
    padding: 10px 14px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-left: 10px;
    outline: none;
}
.content-box{
    font-weight: 500;
    font-size: 16px;
    color:#484848;
}
.content-box h2{
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 15px;
    color:#202020;
}
.content-box h3{
    font-size:20px;
    margin:20px 0px;
    color:#202020;
}
.content-box p{
    font-size: 16px;
    font-weight:500
}
.content-box ul{
    padding:0px
}
.content-box ul li{
    list-style:none;
    margin: 5px 0px;
}
.content-box ul li span{
    margin-right: 10px;
}
.grid-content{
    display: flex;
    gap:20px;
    margin-top: 30px;
}
.grid-content h3{
    margin: 10px 0px;
}
.grid-content p{
    margin-top: 20px;
}
.accordion .custom-card-design{
    border: 1px solid #CFD9E4 !important;
    border-radius: 5px !important;
}
.custom-card-design .card-header{
    border-left:0px;
    background: #F3F7FB;
    min-height:40px;
    padding:15px
    
}
.custom-card-design .card-header h3{
    margin:0px;
}
.custom-card-design .card-header h3 button span{
    font-size:20px;
    color: #202020;
}
.custom-card-design .card-body p{
    color:#484848;
}

.custom-card-design .card-body{
    border:0px;
    background: #f3f7fb;
    padding-top:0px;
}
.custom-card-design .card-header span.accordain-icon {
    background-image: url(../../../newassets1/img/blue-arrow.svg);
    height: 28px;
    width: 28px;
    padding: 5px;
    display: inline-block;
    border-radius: 6px;
    box-shadow: 0px 10px 20px 0px #00000014;
    background-size: 50%;
}
.control-loader{
    position: absolute;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.74);
    z-index: 9;
    top: 0px;
    left: 0px;
    border-radius: 6px;
}
.loader {
  color: #fff;
  width: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 19px 0 0 7px, 38px 0 0 3px, 57px 0 0 0;
  transform: translateX(-38px);
  animation: l21 .5s infinite alternate linear;
}

@keyframes l21 {
  50%  {box-shadow: 19px 0 0 3px, 38px 0 0 7px, 57px 0 0 3px}
  100% {box-shadow: 19px 0 0 0  , 38px 0 0 3px, 57px 0 0 7px}
}
.tool_bg{
    min-height: 600px;
}

#input-story::placeholder {
  color: #94A6B9;
}

#input-story:-ms-input-placeholder {
  color: #94A6B9;
}

#input-story::-ms-input-placeholder {
  color: #94A6B9;
}
.content-box a{
    color:#0373DD;
}


@media only screen and (max-width: 767px) {
    .my-tool textarea{
        height:180px;
    }
    .result_heading{
        margin: 10px 0;
    }
    .tool_bg{
        padding:15px !important;
    }
    .tool_heading{
        margin-bottom: 10px;
    }
    .start-tool{
        height:inherit;
        min-height:680px;
        padding:15px;
    }
    .my-tool .input-footer {
        display: block;
        padding: 10px;
        height: 300px;
    }
    .padding-left-0{
        padding:0px 
    }
    .setting-item{
        margin-top:10px;
        margin-left:0px;

    }
    
    .start-result{
        margin-bottom:20px;
    }
    .result-header{
        min-height: 100px;
        display:block;
        padding:15px;
    }
    .result-header .copy-download{
        text-align: left;
        padding:0px;
    }
    .mobile-view{
        display: inline-block;
        margin-left: 10px;
    }
    .result-header .copy-download #copytext,
    .result-header .copy-download #download_it_qucik{
        width: auto;
        margin-left:0px;
        margin-right: 7px;
    }
    .result-header .copy-download #copytext svg,
    .result-header .copy-download #download_it_qucik svg{width:20px;}

    .result-header .word-counter-box{
        display: block;
        margin-bottom:10px;
        text-align: left;
    }
    .dropdown-menu{
        margin-top:0px
    }
    .result-header .word-counter-box .counters{
        margin-right: 10px;
        margin-bottom: 5px;
        display: inline-block;
    }
    .input-footer .selected-boxes{
        display: block;
    }
     .btn-go-data{
        margin-top:30px
    }
    .btn-go-data a{
        display: block;
    }
    .btn-go-data button{
        width:100%;
        margin-left:0px;
        margin-top:12px
    }
    .content-box{
        text-align: center;
    }
    .content-box h2{
        font-size: 24px;
    }

    .content-box ul li{
        font-size: 14px;
        display:flex;
    }
    .text-left-media{
        text-align: left;
    }
    .grid-content {
        text-align: left;
        gap: 10px;
        margin-top: 10px;
    }
    .custom-card-design .card-header h3 button span{
        font-size:18px;
    }
    .custom-card-design .card-body p{
        text-align:left;
    }
    .accordain-icon{
        display:none !important;
    }
}




